Versions in this module Expand all Collapse all v0 v0.1.1 Feb 5, 2024 v0.1.0 Feb 4, 2024 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type KCLRun struct + Spec KCLRunSpec + Status KCLRunStatus + func (in *KCLRun) DeepCopy() *KCLRun + func (in *KCLRun) DeepCopyInto(out *KCLRun) + func (in *KCLRun) DeepCopyObject() runtime.Object + func (in KCLRun) GetConditions() []metav1.Condition + func (in KCLRun) SetConditions(conditions []metav1.Condition) + type KCLRunList struct + Items []KCLRun + func (in *KCLRunList) DeepCopy() *KCLRunList + func (in *KCLRunList) DeepCopyInto(out *KCLRunList) + func (in *KCLRunList) DeepCopyObject() runtime.Object + type KCLRunSpec struct + SourceRef kc.CrossNamespaceSourceReference + func (in *KCLRunSpec) DeepCopy() *KCLRunSpec + func (in *KCLRunSpec) DeepCopyInto(out *KCLRunSpec) + type KCLRunStatus struct + Conditions []metav1.Condition + LastAttemptedRevision string + func (in *KCLRunStatus) DeepCopy() *KCLRunStatus + func (in *KCLRunStatus) DeepCopyInto(out *KCLRunStatus)