Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=experiments.cnrm.cloud.google.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "experiments.cnrm.cloud.google.com", 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 CompositeDefinition ¶
type CompositeDefinition struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CompositeDefinitionSpec `json:"spec,omitempty"` Status CompositeDefinitionStatus `json:"status,omitempty"` }
CompositeDefinition is the Schema for the compositedefinitions API
func (*CompositeDefinition) DeepCopy ¶
func (in *CompositeDefinition) DeepCopy() *CompositeDefinition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CompositeDefinition.
func (*CompositeDefinition) DeepCopyInto ¶
func (in *CompositeDefinition) DeepCopyInto(out *CompositeDefinition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CompositeDefinition) DeepCopyObject ¶
func (in *CompositeDefinition) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CompositeDefinitionList ¶
type CompositeDefinitionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CompositeDefinition `json:"items"` }
CompositeDefinitionList contains a list of CompositeDefinition
func (*CompositeDefinitionList) DeepCopy ¶
func (in *CompositeDefinitionList) DeepCopy() *CompositeDefinitionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CompositeDefinitionList.
func (*CompositeDefinitionList) DeepCopyInto ¶
func (in *CompositeDefinitionList) DeepCopyInto(out *CompositeDefinitionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CompositeDefinitionList) DeepCopyObject ¶
func (in *CompositeDefinitionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CompositeDefinitionSpec ¶
type CompositeDefinitionSpec struct { ReconcilerFor ReconcilerFor `json:"actsOn"` Engine string `json:"engine"` Definition string `json:"definition"` }
CompositeDefinitionSpec defines the desired state of CompositeDefinition
func (*CompositeDefinitionSpec) DeepCopy ¶
func (in *CompositeDefinitionSpec) DeepCopy() *CompositeDefinitionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CompositeDefinitionSpec.
func (*CompositeDefinitionSpec) DeepCopyInto ¶
func (in *CompositeDefinitionSpec) DeepCopyInto(out *CompositeDefinitionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CompositeDefinitionStatus ¶
type CompositeDefinitionStatus struct { }
func (*CompositeDefinitionStatus) DeepCopy ¶
func (in *CompositeDefinitionStatus) DeepCopy() *CompositeDefinitionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CompositeDefinitionStatus.
func (*CompositeDefinitionStatus) DeepCopyInto ¶
func (in *CompositeDefinitionStatus) DeepCopyInto(out *CompositeDefinitionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReconcilerFor ¶
func (*ReconcilerFor) DeepCopy ¶
func (in *ReconcilerFor) DeepCopy() *ReconcilerFor
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReconcilerFor.
func (*ReconcilerFor) DeepCopyInto ¶
func (in *ReconcilerFor) DeepCopyInto(out *ReconcilerFor)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.