Versions in this module Expand all Collapse all v0 v0.1.18 May 3, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var NamespacesResource = core_api.SchemeGroupVersion.WithResource("namespaces") + var NodepolicyprofilesResource = SchemeBuilder.GroupVersion.WithResource("profiles") + var PodsResource = core_api.SchemeGroupVersion.WithResource("pods") + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type AnnotationName string + const AnnotationPolicyProfiles + func (name AnnotationName) String() string + type KeyValue string + const ProfileKey + const TypeKey + const WatchKey + func (name KeyValue) String() string + type Profile struct + Spec ProfileSpec + Status ProfileStatus + func (in *Profile) DeepCopy() *Profile + func (in *Profile) DeepCopyInto(out *Profile) + func (in *Profile) DeepCopyObject() runtime.Object + type ProfileList struct + Items []Profile + func (in *ProfileList) DeepCopy() *ProfileList + func (in *ProfileList) DeepCopyInto(out *ProfileList) + func (in *ProfileList) DeepCopyObject() runtime.Object + type ProfileSpec struct + Namespaces string + NodeAffinity core_api.NodeAffinity + NodeSelector map[string]string + PodSelector *meta_api.LabelSelector + Tolerations []core_api.Toleration + func (in *ProfileSpec) DeepCopy() *ProfileSpec + func (in *ProfileSpec) DeepCopyInto(out *ProfileSpec) + type ProfileStatus struct + func (in *ProfileStatus) DeepCopy() *ProfileStatus + func (in *ProfileStatus) DeepCopyInto(out *ProfileStatus) + type ResourceKind string + const ProfileKind + func (name ResourceKind) String() string + type ResourceName string + func (name ResourceName) String() string