Documentation ¶
Overview ¶
+k8s:deepcopy-gen=package,register +kubebuilder:object:generate=true +versionName=v1alpha1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationName ¶
type AnnotationName string
AnnotationName typed identifiers
func (AnnotationName) String ¶
func (name AnnotationName) String() string
type ObjectSelector ¶
type ObjectSelector struct { Namespaces string `json:"namespaces,omitempty"` Objects *meta_k8s_api.LabelSelector `json:"objects,omitempty"` }
ObjectSelector defines the criterias for selecting the targeted objects
func (*ObjectSelector) DeepCopy ¶
func (in *ObjectSelector) DeepCopy() *ObjectSelector
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectSelector.
func (*ObjectSelector) DeepCopyInto ¶
func (in *ObjectSelector) DeepCopyInto(out *ObjectSelector)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceKind ¶
type ResourceKind string
func (ResourceKind) String ¶
func (name ResourceKind) String() string
Click to show internal directories.
Click to hide internal directories.