Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the krm.kcl.dev.fluxcd v1alpha1 API group +kubebuilder:object:generate=true +groupName=krm.kcl.dev.fluxcd
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "krm.kcl.dev.fluxcd", 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 KCLRun ¶
type KCLRun struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec KCLRunSpec `json:"spec,omitempty"` Status KCLRunStatus `json:"status,omitempty"` }
KCLRun is the Schema for the kclruns API
func (*KCLRun) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KCLRun.
func (*KCLRun) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KCLRun) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (KCLRun) GetConditions ¶
GetConditions returns the status conditions of the object.
func (KCLRun) SetConditions ¶
SetConditions sets the status conditions on the object.
type KCLRunList ¶
type KCLRunList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []KCLRun `json:"items"` }
KCLRunList contains a list of KCLRun
func (*KCLRunList) DeepCopy ¶
func (in *KCLRunList) DeepCopy() *KCLRunList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KCLRunList.
func (*KCLRunList) DeepCopyInto ¶
func (in *KCLRunList) DeepCopyInto(out *KCLRunList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KCLRunList) DeepCopyObject ¶
func (in *KCLRunList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KCLRunSpec ¶
type KCLRunSpec struct {
SourceRef kc.CrossNamespaceSourceReference `json:"sourceRef"`
}
KCLRunSpec defines the desired state of KCLRun
func (*KCLRunSpec) DeepCopy ¶
func (in *KCLRunSpec) DeepCopy() *KCLRunSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KCLRunSpec.
func (*KCLRunSpec) DeepCopyInto ¶
func (in *KCLRunSpec) DeepCopyInto(out *KCLRunSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KCLRunStatus ¶
type KCLRunStatus struct { // LastAttemptedRevision is the revision of the last reconciliation attempt. // +optional LastAttemptedRevision string `json:"lastAttemptedRevision,omitempty"` // +optional Conditions []metav1.Condition `json:"conditions,omitempty"` }
KCLRunStatus defines the observed state of KCLRun
func (*KCLRunStatus) DeepCopy ¶
func (in *KCLRunStatus) DeepCopy() *KCLRunStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KCLRunStatus.
func (*KCLRunStatus) DeepCopyInto ¶
func (in *KCLRunStatus) DeepCopyInto(out *KCLRunStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.