Versions in this module Expand all Collapse all v0 v0.2.0 Oct 17, 2023 Changes in this version + const FailedToLoadKustomizationReason + const GatesClosedReason + const GitRepositoryNotPopulatedReason + const RevisionsErrorReason + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type GatesStatus map[string]map[string]bool + func (in GatesStatus) DeepCopy() GatesStatus + func (in GatesStatus) DeepCopyInto(out *GatesStatus) + type HealthCheck struct + Interval metav1.Duration + URL string + func (in *HealthCheck) DeepCopy() *HealthCheck + func (in *HealthCheck) DeepCopyInto(out *HealthCheck) + type KustomizationAutoDeployer struct + Spec KustomizationAutoDeployerSpec + Status KustomizationAutoDeployerStatus + func (in *KustomizationAutoDeployer) DeepCopy() *KustomizationAutoDeployer + func (in *KustomizationAutoDeployer) DeepCopyInto(out *KustomizationAutoDeployer) + func (in *KustomizationAutoDeployer) DeepCopyObject() runtime.Object + func (in *KustomizationAutoDeployer) SetConditions(conditions []metav1.Condition) + type KustomizationAutoDeployerList struct + Items []KustomizationAutoDeployer + func (in *KustomizationAutoDeployerList) DeepCopy() *KustomizationAutoDeployerList + func (in *KustomizationAutoDeployerList) DeepCopyInto(out *KustomizationAutoDeployerList) + func (in *KustomizationAutoDeployerList) DeepCopyObject() runtime.Object + type KustomizationAutoDeployerSpec struct + CommitLimit int + Gates []KustomizationGate + Interval metav1.Duration + KustomizationRef meta.LocalObjectReference + func (in *KustomizationAutoDeployerSpec) DeepCopy() *KustomizationAutoDeployerSpec + func (in *KustomizationAutoDeployerSpec) DeepCopyInto(out *KustomizationAutoDeployerSpec) + type KustomizationAutoDeployerStatus struct + Conditions []metav1.Condition + Gates GatesStatus + LatestCommit string + ObservedGeneration int64 + func (in *KustomizationAutoDeployerStatus) DeepCopy() *KustomizationAutoDeployerStatus + func (in *KustomizationAutoDeployerStatus) DeepCopyInto(out *KustomizationAutoDeployerStatus) + type KustomizationGate struct + HealthCheck *HealthCheck + Name string + Scheduled *ScheduledCheck + func (in *KustomizationGate) DeepCopy() *KustomizationGate + func (in *KustomizationGate) DeepCopyInto(out *KustomizationGate) + type ScheduledCheck struct + Close string + Open string + func (in *ScheduledCheck) DeepCopy() *ScheduledCheck + func (in *ScheduledCheck) DeepCopyInto(out *ScheduledCheck) v0.1.0 Jun 19, 2023