Documentation ¶
Overview ¶
Package v1 is the v1 version of the API.
Index ¶
- Variables
- func RegisterDeepCopies(scheme *runtime.Scheme) errordeprecated
- func SetDefaults_PodNodeConstraintsConfig(obj *PodNodeConstraintsConfig)
- type PodNodeConstraintsConfig
- func (in *PodNodeConstraintsConfig) DeepCopy() *PodNodeConstraintsConfig
- func (in *PodNodeConstraintsConfig) DeepCopyInto(out *PodNodeConstraintsConfig)
- func (in *PodNodeConstraintsConfig) DeepCopyObject() runtime.Object
- func (obj *PodNodeConstraintsConfig) GetObjectKind() schema.ObjectKind
- func (PodNodeConstraintsConfig) SwaggerDoc() map[string]string
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "", Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func RegisterDeepCopies
deprecated
func SetDefaults_PodNodeConstraintsConfig ¶ added in v1.3.0
func SetDefaults_PodNodeConstraintsConfig(obj *PodNodeConstraintsConfig)
Types ¶
type PodNodeConstraintsConfig ¶
type PodNodeConstraintsConfig struct { metav1.TypeMeta `json:",inline"` // NodeSelectorLabelBlacklist specifies a list of labels which cannot be set by entities without the "pods/binding" permission NodeSelectorLabelBlacklist []string `` /* 132-byte string literal not displayed */ }
PodNodeConstraintsConfig is the configuration for the pod node name and node selector constraint plug-in. For accounts, serviceaccounts and groups which lack the "pods/binding" permission, Loading this plugin will prevent setting NodeName on pod specs and will prevent setting NodeSelectors whose labels appear in the blacklist field "NodeSelectorLabelBlacklist"
func (*PodNodeConstraintsConfig) DeepCopy ¶
func (in *PodNodeConstraintsConfig) DeepCopy() *PodNodeConstraintsConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodNodeConstraintsConfig.
func (*PodNodeConstraintsConfig) DeepCopyInto ¶
func (in *PodNodeConstraintsConfig) DeepCopyInto(out *PodNodeConstraintsConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PodNodeConstraintsConfig) DeepCopyObject ¶
func (in *PodNodeConstraintsConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PodNodeConstraintsConfig) GetObjectKind ¶
func (obj *PodNodeConstraintsConfig) GetObjectKind() schema.ObjectKind
func (PodNodeConstraintsConfig) SwaggerDoc ¶
func (PodNodeConstraintsConfig) SwaggerDoc() map[string]string