Documentation ¶
Overview ¶
Package v1alpha1 provides the CustomControllerManagerConfiguration used for demoing componentconfig +kubebuilder:object:generate=true
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "examples.x-k8s.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type CustomControllerManagerConfiguration ¶
type CustomControllerManagerConfiguration struct { metav1.TypeMeta `json:",inline"` // ControllerManagerConfigurationSpec returns the contfigurations for controllers cfg.ControllerManagerConfigurationSpec `json:",inline"` ClusterName string `json:"clusterName,omitempty"` }
CustomControllerManagerConfiguration is the Schema for the CustomControllerManagerConfigurations API
func (*CustomControllerManagerConfiguration) DeepCopy ¶
func (in *CustomControllerManagerConfiguration) DeepCopy() *CustomControllerManagerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomControllerManagerConfiguration.
func (*CustomControllerManagerConfiguration) DeepCopyInto ¶
func (in *CustomControllerManagerConfiguration) DeepCopyInto(out *CustomControllerManagerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CustomControllerManagerConfiguration) DeepCopyObject ¶
func (in *CustomControllerManagerConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.