Documentation
¶
Overview ¶
Package v1beta1 contains API Schema definitions for the v1beta1 API group +kubebuilder:object:generate=true +groupName=kurtis.dev.br
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "kurtis.dev.br", Version: "v1beta1"} // 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 ConfigMapGenerator ¶
type ConfigMapGenerator struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ConfigMapGeneratorSpec `json:"spec,omitempty"` Status ConfigMapGeneratorStatus `json:"status,omitempty"` }
ConfigMapGenerator is the Schema for the configmapgenerators API
func (*ConfigMapGenerator) DeepCopy ¶
func (in *ConfigMapGenerator) DeepCopy() *ConfigMapGenerator
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapGenerator.
func (*ConfigMapGenerator) DeepCopyInto ¶
func (in *ConfigMapGenerator) DeepCopyInto(out *ConfigMapGenerator)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ConfigMapGenerator) DeepCopyObject ¶
func (in *ConfigMapGenerator) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ConfigMapGenerator) GetSourceRefNamespacedName ¶
func (in *ConfigMapGenerator) GetSourceRefNamespacedName() types.NamespacedName
type ConfigMapGeneratorList ¶
type ConfigMapGeneratorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ConfigMapGenerator `json:"items"` }
ConfigMapGeneratorList contains a list of ConfigMapGenerator
func (*ConfigMapGeneratorList) DeepCopy ¶
func (in *ConfigMapGeneratorList) DeepCopy() *ConfigMapGeneratorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapGeneratorList.
func (*ConfigMapGeneratorList) DeepCopyInto ¶
func (in *ConfigMapGeneratorList) DeepCopyInto(out *ConfigMapGeneratorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ConfigMapGeneratorList) DeepCopyObject ¶
func (in *ConfigMapGeneratorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ConfigMapGeneratorSpec ¶
type ConfigMapGeneratorSpec struct { Files []string `json:"files,omitempty"` Literals []string `json:"literals,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` Labels map[string]string `json:"labels,omitempty"` // Reference of the source where the kustomization file is. // +required SourceRef kustomizev1.CrossNamespaceSourceReference `json:"sourceRef"` }
ConfigMapGeneratorSpec defines the desired state of ConfigMapGenerator
func (*ConfigMapGeneratorSpec) DeepCopy ¶
func (in *ConfigMapGeneratorSpec) DeepCopy() *ConfigMapGeneratorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapGeneratorSpec.
func (*ConfigMapGeneratorSpec) DeepCopyInto ¶
func (in *ConfigMapGeneratorSpec) DeepCopyInto(out *ConfigMapGeneratorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigMapGeneratorStatus ¶
type ConfigMapGeneratorStatus struct { }
ConfigMapGeneratorStatus defines the observed state of ConfigMapGenerator
func (*ConfigMapGeneratorStatus) DeepCopy ¶
func (in *ConfigMapGeneratorStatus) DeepCopy() *ConfigMapGeneratorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapGeneratorStatus.
func (*ConfigMapGeneratorStatus) DeepCopyInto ¶
func (in *ConfigMapGeneratorStatus) DeepCopyInto(out *ConfigMapGeneratorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.