Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2023 Changes in this version + const GitStorageType + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ApplicationSpec struct + Name string + Workspace WorkspaceSpec + func (in *ApplicationSpec) DeepCopy() *ApplicationSpec + func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec) + type AzureResourceGraph struct + Spec AzureResourceGraphSpec + Status AzureResourceGraphStatus + func (in *AzureResourceGraph) DeepCopy() *AzureResourceGraph + func (in *AzureResourceGraph) DeepCopyInto(out *AzureResourceGraph) + func (in *AzureResourceGraph) DeepCopyObject() runtime.Object + type AzureResourceGraphList struct + Items []AzureResourceGraph + func (in *AzureResourceGraphList) DeepCopy() *AzureResourceGraphList + func (in *AzureResourceGraphList) DeepCopyInto(out *AzureResourceGraphList) + func (in *AzureResourceGraphList) DeepCopyObject() runtime.Object + type AzureResourceGraphSpec struct + Interval metav1.Duration + ManagedIdentiy string + Subscription string + Tenant string + func (in *AzureResourceGraphSpec) DeepCopy() *AzureResourceGraphSpec + func (in *AzureResourceGraphSpec) DeepCopyInto(out *AzureResourceGraphSpec) + type AzureResourceGraphStatus struct + Conditions []metav1.Condition + func (in *AzureResourceGraphStatus) DeepCopy() *AzureResourceGraphStatus + func (in *AzureResourceGraphStatus) DeepCopyInto(out *AzureResourceGraphStatus) + type Deployment struct + GitOpsCommitId string + Status DeploymentStatusType + StatusMessage string + func (in *Deployment) DeepCopy() *Deployment + func (in *Deployment) DeepCopyInto(out *Deployment) + type DeploymentDescriptor struct + Spec DeploymentDescriptorSpec + Status DeploymentDescriptorStatus + func (in *DeploymentDescriptor) DeepCopy() *DeploymentDescriptor + func (in *DeploymentDescriptor) DeepCopyInto(out *DeploymentDescriptor) + func (in *DeploymentDescriptor) DeepCopyObject() runtime.Object + type DeploymentDescriptorList struct + Items []DeploymentDescriptor + func (in *DeploymentDescriptorList) DeepCopy() *DeploymentDescriptorList + func (in *DeploymentDescriptorList) DeepCopyInto(out *DeploymentDescriptorList) + func (in *DeploymentDescriptorList) DeepCopyObject() runtime.Object + type DeploymentDescriptorSpec struct + DeploymentTarget DeploymentTargetSpec + Workload WorkloadSpec + WorkloadVersion WorkloadVersionSpec + func (in *DeploymentDescriptorSpec) DeepCopy() *DeploymentDescriptorSpec + func (in *DeploymentDescriptorSpec) DeepCopyInto(out *DeploymentDescriptorSpec) + type DeploymentDescriptorStatus struct + Conditions []metav1.Condition + func (in *DeploymentDescriptorStatus) DeepCopy() *DeploymentDescriptorStatus + func (in *DeploymentDescriptorStatus) DeepCopyInto(out *DeploymentDescriptorStatus) + type DeploymentStatusType string + const DeploymentStatusFailed + const DeploymentStatusPending + const DeploymentStatusSuccess + type DeploymentTargetSpec struct + Environment string + Manifests GitRepoSpec + Name string + func (in *DeploymentTargetSpec) DeepCopy() *DeploymentTargetSpec + func (in *DeploymentTargetSpec) DeepCopyInto(out *DeploymentTargetSpec) + type GitRepoSpec struct + Branch string + Path string + Repo string + func (in *GitRepoSpec) DeepCopy() *GitRepoSpec + func (in *GitRepoSpec) DeepCopyInto(out *GitRepoSpec) + type ManifestsStorageType string + const Git + type Reconciler struct + Spec ReconcilerSpec + Status ReconcilerStatus + func (in *Reconciler) DeepCopy() *Reconciler + func (in *Reconciler) DeepCopyInto(out *Reconciler) + func (in *Reconciler) DeepCopyObject() runtime.Object + type ReconcilerList struct + Items []Reconciler + func (in *ReconcilerList) DeepCopy() *ReconcilerList + func (in *ReconcilerList) DeepCopyInto(out *ReconcilerList) + func (in *ReconcilerList) DeepCopyObject() runtime.Object + type ReconcilerSpec struct + Deployment Deployment + HostName string + ManifestsEndpoint string + ManifestsStorageType ManifestsStorageType + ReconcilerName string + Type string + func (in *ReconcilerSpec) DeepCopy() *ReconcilerSpec + func (in *ReconcilerSpec) DeepCopyInto(out *ReconcilerSpec) + type ReconcilerStatus struct + Conditions []metav1.Condition + func (in *ReconcilerStatus) DeepCopy() *ReconcilerStatus + func (in *ReconcilerStatus) DeepCopyInto(out *ReconcilerStatus) + type WorkloadSpec struct + Application ApplicationSpec + Name string + Source GitRepoSpec + func (in *WorkloadSpec) DeepCopy() *WorkloadSpec + func (in *WorkloadSpec) DeepCopyInto(out *WorkloadSpec) + type WorkloadVersionSpec struct + Build string + BuildTime metav1.Time + Commit string + Version string + func (in *WorkloadVersionSpec) DeepCopy() *WorkloadVersionSpec + func (in *WorkloadVersionSpec) DeepCopyInto(out *WorkloadVersionSpec) + type WorkspaceSpec struct + Name string + func (in *WorkspaceSpec) DeepCopy() *WorkspaceSpec + func (in *WorkspaceSpec) DeepCopyInto(out *WorkspaceSpec)