update missing generated client

This commit is contained in:
deads2k 2016-09-08 10:57:05 -04:00
parent 9d43f7e52c
commit 713a0b038d
3 changed files with 5 additions and 0 deletions

View File

@ -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\"")

View File

@ -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.

View File

@ -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"`