Commit 713a0b03 authored by deads2k's avatar deads2k

update missing generated client

parent 9d43f7e5
......@@ -43,6 +43,7 @@ var (
"extensions/",
"rbac/",
"storage/",
"apps/",
}, "group/versions that client-gen will generate clients for. At most one version per group is allowed. Specified in the format \"group1/version1,group2/version2...\". Default to \"api/,extensions/,autoscaling/,batch/,rbac/\"")
includedTypesOverrides = flag.StringSlice("included-types-overrides", []string{}, "list of group/version/type for which client should be generated. By default, client is generated for all types which have genclient=true in types.go. This overrides that. For each groupVersion in this list, only the types mentioned here will be included. The default check of genclient=true will be used for other group versions.")
basePath = flag.String("input-base", "k8s.io/kubernetes/pkg/apis", "base path to look for the api group. Default to \"k8s.io/kubernetes/pkg/apis\"")
......
......@@ -21,6 +21,8 @@ import (
"k8s.io/kubernetes/pkg/api/unversioned"
)
// +genclient=true
// PetSet represents a set of pods with consistent identities.
// Identities are defined as:
// - Network: A single stable DNS and hostname.
......
......@@ -826,6 +826,8 @@ type PodSecurityPolicyList struct {
Items []PodSecurityPolicy `json:"items"`
}
// +genclient=true
type NetworkPolicy struct {
unversioned.TypeMeta `json:",inline"`
api.ObjectMeta `json:"metadata,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment