Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2020 Changes in this version + const DefaultClusterType + const FinalizerDNSZone + const FinalizerDeprovision + const FinalizerSyncSetInstance + const GroupName + const HiveClusterPlatformLabel + const HiveClusterTypeLabel + const HiveInstallLogLabel + var AddToScheme = schemeBuilder.AddToScheme + var AllClusterDeploymentConditions = []ClusterDeploymentConditionType + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type AWSClusterDeprovisionRequest struct + Credentials *corev1.LocalObjectReference + Region string + func (in *AWSClusterDeprovisionRequest) DeepCopy() *AWSClusterDeprovisionRequest + func (in *AWSClusterDeprovisionRequest) DeepCopyInto(out *AWSClusterDeprovisionRequest) + type AWSDNSZoneSpec struct + AccountSecret corev1.LocalObjectReference + AdditionalTags []AWSResourceTag + Region string + func (in *AWSDNSZoneSpec) DeepCopy() *AWSDNSZoneSpec + func (in *AWSDNSZoneSpec) DeepCopyInto(out *AWSDNSZoneSpec) + type AWSDNSZoneStatus struct + ZoneID *string + func (in *AWSDNSZoneStatus) DeepCopy() *AWSDNSZoneStatus + func (in *AWSDNSZoneStatus) DeepCopyInto(out *AWSDNSZoneStatus) + type AWSResourceTag struct + Key string + Value string + func (in *AWSResourceTag) DeepCopy() *AWSResourceTag + func (in *AWSResourceTag) DeepCopyInto(out *AWSResourceTag) + type AzureClusterDeprovisionRequest struct + Credentials *corev1.LocalObjectReference + func (in *AzureClusterDeprovisionRequest) DeepCopy() *AzureClusterDeprovisionRequest + func (in *AzureClusterDeprovisionRequest) DeepCopyInto(out *AzureClusterDeprovisionRequest) + type BackupConfig struct + MinBackupPeriodSeconds *int + Velero VeleroBackupConfig + func (in *BackupConfig) DeepCopy() *BackupConfig + func (in *BackupConfig) DeepCopyInto(out *BackupConfig) + type CertificateBundleSpec struct + Generate bool + Name string + SecretRef corev1.LocalObjectReference + func (in *CertificateBundleSpec) DeepCopy() *CertificateBundleSpec + func (in *CertificateBundleSpec) DeepCopyInto(out *CertificateBundleSpec) + type CertificateBundleStatus struct + Generated bool + Name string + func (in *CertificateBundleStatus) DeepCopy() *CertificateBundleStatus + func (in *CertificateBundleStatus) DeepCopyInto(out *CertificateBundleStatus) + type Checkpoint struct + Spec CheckpointSpec + Status CheckpointStatus + func (in *Checkpoint) DeepCopy() *Checkpoint + func (in *Checkpoint) DeepCopyInto(out *Checkpoint) + func (in *Checkpoint) DeepCopyObject() runtime.Object + type CheckpointList struct + Items []Checkpoint + func (in *CheckpointList) DeepCopy() *CheckpointList + func (in *CheckpointList) DeepCopyInto(out *CheckpointList) + func (in *CheckpointList) DeepCopyObject() runtime.Object + type CheckpointSpec struct + LastBackupChecksum string + LastBackupRef corev1.ObjectReference + LastBackupTime metav1.Time + func (in *CheckpointSpec) DeepCopy() *CheckpointSpec + func (in *CheckpointSpec) DeepCopyInto(out *CheckpointSpec) + type CheckpointStatus struct + func (in *CheckpointStatus) DeepCopy() *CheckpointStatus + func (in *CheckpointStatus) DeepCopyInto(out *CheckpointStatus) + type ClusterDeployment struct + Spec ClusterDeploymentSpec + Status ClusterDeploymentStatus + func (in *ClusterDeployment) DeepCopy() *ClusterDeployment + func (in *ClusterDeployment) DeepCopyInto(out *ClusterDeployment) + func (in *ClusterDeployment) DeepCopyObject() runtime.Object + type ClusterDeploymentCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type ClusterDeploymentConditionType + func (in *ClusterDeploymentCondition) DeepCopy() *ClusterDeploymentCondition + func (in *ClusterDeploymentCondition) DeepCopyInto(out *ClusterDeploymentCondition) + type ClusterDeploymentConditionType string + const ClusterImageSetNotFoundCondition + const ControlPlaneCertificateNotFoundCondition + const DNSNotReadyCondition + const IngressCertificateNotFoundCondition + const InstallFailingCondition + const InstallerImageResolutionFailedCondition + const ProvisionFailedCondition + const SyncSetFailedCondition + const UnreachableCondition + type ClusterDeploymentList struct + Items []ClusterDeployment + func (in *ClusterDeploymentList) DeepCopy() *ClusterDeploymentList + func (in *ClusterDeploymentList) DeepCopyInto(out *ClusterDeploymentList) + func (in *ClusterDeploymentList) DeepCopyObject() runtime.Object + type ClusterDeploymentSpec struct + BaseDomain string + CertificateBundles []CertificateBundleSpec + ClusterName string + Compute []MachinePool + ControlPlane MachinePool + ControlPlaneConfig ControlPlaneConfigSpec + ImageSet *ClusterImageSetReference + Images ProvisionImages + Ingress []ClusterIngress + Installed bool + ManageDNS bool + PlatformSecrets PlatformSecrets + PreserveOnDelete bool + PullSecret *corev1.LocalObjectReference + SSHKey corev1.LocalObjectReference + func (in *ClusterDeploymentSpec) DeepCopy() *ClusterDeploymentSpec + func (in *ClusterDeploymentSpec) DeepCopyInto(out *ClusterDeploymentSpec) + type ClusterDeploymentStatus struct + APIURL string + AdminKubeconfigSecret corev1.LocalObjectReference + AdminPasswordSecret corev1.LocalObjectReference + CLIImage *string + CertificateBundles []CertificateBundleStatus + ClusterID string + ClusterVersionStatus openshiftapiv1.ClusterVersionStatus + Conditions []ClusterDeploymentCondition + Federated bool + FederatedClusterRef *corev1.ObjectReference + InfraID string + InstallRestarts int + Installed bool + InstalledTimestamp *metav1.Time + InstallerImage *string + Provision *corev1.LocalObjectReference + WebConsoleURL string + func (in *ClusterDeploymentStatus) DeepCopy() *ClusterDeploymentStatus + func (in *ClusterDeploymentStatus) DeepCopyInto(out *ClusterDeploymentStatus) + type ClusterDeprovisionRequest struct + Spec ClusterDeprovisionRequestSpec + Status ClusterDeprovisionRequestStatus + func (in *ClusterDeprovisionRequest) DeepCopy() *ClusterDeprovisionRequest + func (in *ClusterDeprovisionRequest) DeepCopyInto(out *ClusterDeprovisionRequest) + func (in *ClusterDeprovisionRequest) DeepCopyObject() runtime.Object + type ClusterDeprovisionRequestList struct + Items []ClusterDeprovisionRequest + func (in *ClusterDeprovisionRequestList) DeepCopy() *ClusterDeprovisionRequestList + func (in *ClusterDeprovisionRequestList) DeepCopyInto(out *ClusterDeprovisionRequestList) + func (in *ClusterDeprovisionRequestList) DeepCopyObject() runtime.Object + type ClusterDeprovisionRequestPlatform struct + AWS *AWSClusterDeprovisionRequest + Azure *AzureClusterDeprovisionRequest + GCP *GCPClusterDeprovisionRequest + func (in *ClusterDeprovisionRequestPlatform) DeepCopy() *ClusterDeprovisionRequestPlatform + func (in *ClusterDeprovisionRequestPlatform) DeepCopyInto(out *ClusterDeprovisionRequestPlatform) + type ClusterDeprovisionRequestSpec struct + ClusterID string + InfraID string + Platform ClusterDeprovisionRequestPlatform + func (in *ClusterDeprovisionRequestSpec) DeepCopy() *ClusterDeprovisionRequestSpec + func (in *ClusterDeprovisionRequestSpec) DeepCopyInto(out *ClusterDeprovisionRequestSpec) + type ClusterDeprovisionRequestStatus struct + Completed bool + func (in *ClusterDeprovisionRequestStatus) DeepCopy() *ClusterDeprovisionRequestStatus + func (in *ClusterDeprovisionRequestStatus) DeepCopyInto(out *ClusterDeprovisionRequestStatus) + type ClusterImageSet struct + Spec ClusterImageSetSpec + Status ClusterImageSetStatus + func (in *ClusterImageSet) DeepCopy() *ClusterImageSet + func (in *ClusterImageSet) DeepCopyInto(out *ClusterImageSet) + func (in *ClusterImageSet) DeepCopyObject() runtime.Object + type ClusterImageSetList struct + Items []ClusterImageSet + func (in *ClusterImageSetList) DeepCopy() *ClusterImageSetList + func (in *ClusterImageSetList) DeepCopyInto(out *ClusterImageSetList) + func (in *ClusterImageSetList) DeepCopyObject() runtime.Object + type ClusterImageSetReference struct + Name string + func (in *ClusterImageSetReference) DeepCopy() *ClusterImageSetReference + func (in *ClusterImageSetReference) DeepCopyInto(out *ClusterImageSetReference) + type ClusterImageSetSpec struct + InstallerImage *string + ReleaseImage *string + func (in *ClusterImageSetSpec) DeepCopy() *ClusterImageSetSpec + func (in *ClusterImageSetSpec) DeepCopyInto(out *ClusterImageSetSpec) + type ClusterImageSetStatus struct + func (in *ClusterImageSetStatus) DeepCopy() *ClusterImageSetStatus + func (in *ClusterImageSetStatus) DeepCopyInto(out *ClusterImageSetStatus) + type ClusterIngress struct + Domain string + Name string + NamespaceSelector *metav1.LabelSelector + RouteSelector *metav1.LabelSelector + ServingCertificate string + func (in *ClusterIngress) DeepCopy() *ClusterIngress + func (in *ClusterIngress) DeepCopyInto(out *ClusterIngress) + type ClusterOperatorState struct + Conditions []configv1.ClusterOperatorStatusCondition + Name string + func (in *ClusterOperatorState) DeepCopy() *ClusterOperatorState + func (in *ClusterOperatorState) DeepCopyInto(out *ClusterOperatorState) + type ClusterProvision struct + Spec ClusterProvisionSpec + Status ClusterProvisionStatus + func (in *ClusterProvision) DeepCopy() *ClusterProvision + func (in *ClusterProvision) DeepCopyInto(out *ClusterProvision) + func (in *ClusterProvision) DeepCopyObject() runtime.Object + type ClusterProvisionCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type ClusterProvisionConditionType + func (in *ClusterProvisionCondition) DeepCopy() *ClusterProvisionCondition + func (in *ClusterProvisionCondition) DeepCopyInto(out *ClusterProvisionCondition) + type ClusterProvisionConditionType string + const ClusterProvisionCompletedCondition + const ClusterProvisionFailedCondition + const ClusterProvisionInitializedCondition + const ClusterProvisionJobCreated + type ClusterProvisionList struct + Items []ClusterProvision + func (in *ClusterProvisionList) DeepCopy() *ClusterProvisionList + func (in *ClusterProvisionList) DeepCopyInto(out *ClusterProvisionList) + func (in *ClusterProvisionList) DeepCopyObject() runtime.Object + type ClusterProvisionSpec struct + AdminKubeconfigSecret *corev1.LocalObjectReference + AdminPasswordSecret *corev1.LocalObjectReference + Attempt int + ClusterDeployment corev1.LocalObjectReference + ClusterID *string + InfraID *string + InstallLog *string + Metadata *runtime.RawExtension + PodSpec corev1.PodSpec + PrevClusterID *string + PrevInfraID *string + Stage ClusterProvisionStage + func (in *ClusterProvisionSpec) DeepCopy() *ClusterProvisionSpec + func (in *ClusterProvisionSpec) DeepCopyInto(out *ClusterProvisionSpec) + type ClusterProvisionStage string + const ClusterProvisionStageComplete + const ClusterProvisionStageFailed + const ClusterProvisionStageInitializing + const ClusterProvisionStageProvisioning + type ClusterProvisionStatus struct + Conditions []ClusterProvisionCondition + Job *corev1.LocalObjectReference + func (in *ClusterProvisionStatus) DeepCopy() *ClusterProvisionStatus + func (in *ClusterProvisionStatus) DeepCopyInto(out *ClusterProvisionStatus) + type ClusterState struct + Spec ClusterStateSpec + Status ClusterStateStatus + func (in *ClusterState) DeepCopy() *ClusterState + func (in *ClusterState) DeepCopyInto(out *ClusterState) + func (in *ClusterState) DeepCopyObject() runtime.Object + type ClusterStateList struct + Items []ClusterState + func (in *ClusterStateList) DeepCopy() *ClusterStateList + func (in *ClusterStateList) DeepCopyInto(out *ClusterStateList) + func (in *ClusterStateList) DeepCopyObject() runtime.Object + type ClusterStateSpec struct + func (in *ClusterStateSpec) DeepCopy() *ClusterStateSpec + func (in *ClusterStateSpec) DeepCopyInto(out *ClusterStateSpec) + type ClusterStateStatus struct + ClusterOperators []ClusterOperatorState + LastUpdated *metav1.Time + func (in *ClusterStateStatus) DeepCopy() *ClusterStateStatus + func (in *ClusterStateStatus) DeepCopyInto(out *ClusterStateStatus) + type ControlPlaneAdditionalCertificate struct + Domain string + Name string + func (in *ControlPlaneAdditionalCertificate) DeepCopy() *ControlPlaneAdditionalCertificate + func (in *ControlPlaneAdditionalCertificate) DeepCopyInto(out *ControlPlaneAdditionalCertificate) + type ControlPlaneConfigSpec struct + ServingCertificates ControlPlaneServingCertificateSpec + func (in *ControlPlaneConfigSpec) DeepCopy() *ControlPlaneConfigSpec + func (in *ControlPlaneConfigSpec) DeepCopyInto(out *ControlPlaneConfigSpec) + type ControlPlaneServingCertificateSpec struct + Additional []ControlPlaneAdditionalCertificate + Default string + func (in *ControlPlaneServingCertificateSpec) DeepCopy() *ControlPlaneServingCertificateSpec + func (in *ControlPlaneServingCertificateSpec) DeepCopyInto(out *ControlPlaneServingCertificateSpec) + type DNSZone struct + Spec DNSZoneSpec + Status DNSZoneStatus + func (in *DNSZone) DeepCopy() *DNSZone + func (in *DNSZone) DeepCopyInto(out *DNSZone) + func (in *DNSZone) DeepCopyObject() runtime.Object + type DNSZoneCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type DNSZoneConditionType + func (in *DNSZoneCondition) DeepCopy() *DNSZoneCondition + func (in *DNSZoneCondition) DeepCopyInto(out *DNSZoneCondition) + type DNSZoneConditionType string + const ZoneAvailableDNSZoneCondition + type DNSZoneList struct + Items []DNSZone + func (in *DNSZoneList) DeepCopy() *DNSZoneList + func (in *DNSZoneList) DeepCopyInto(out *DNSZoneList) + func (in *DNSZoneList) DeepCopyObject() runtime.Object + type DNSZoneSpec struct + AWS *AWSDNSZoneSpec + GCP *GCPDNSZoneSpec + LinkToParentDomain bool + Zone string + func (in *DNSZoneSpec) DeepCopy() *DNSZoneSpec + func (in *DNSZoneSpec) DeepCopyInto(out *DNSZoneSpec) + type DNSZoneStatus struct + AWS *AWSDNSZoneStatus + Conditions []DNSZoneCondition + GCP *GCPDNSZoneStatus + LastSyncGeneration int64 + LastSyncTimestamp *metav1.Time + NameServers []string + func (in *DNSZoneStatus) DeepCopy() *DNSZoneStatus + func (in *DNSZoneStatus) DeepCopyInto(out *DNSZoneStatus) + type ExternalDNSAWSConfig struct + Credentials corev1.LocalObjectReference + func (in *ExternalDNSAWSConfig) DeepCopy() *ExternalDNSAWSConfig + func (in *ExternalDNSAWSConfig) DeepCopyInto(out *ExternalDNSAWSConfig) + type ExternalDNSConfig struct + AWS *ExternalDNSAWSConfig + GCP *ExternalDNSGCPConfig + func (in *ExternalDNSConfig) DeepCopy() *ExternalDNSConfig + func (in *ExternalDNSConfig) DeepCopyInto(out *ExternalDNSConfig) + type ExternalDNSGCPConfig struct + Credentials corev1.LocalObjectReference + func (in *ExternalDNSGCPConfig) DeepCopy() *ExternalDNSGCPConfig + func (in *ExternalDNSGCPConfig) DeepCopyInto(out *ExternalDNSGCPConfig) + type FailedProvisionConfig struct + SkipGatherLogs bool + func (in *FailedProvisionConfig) DeepCopy() *FailedProvisionConfig + func (in *FailedProvisionConfig) DeepCopyInto(out *FailedProvisionConfig) + type GCPClusterDeprovisionRequest struct + Credentials *corev1.LocalObjectReference + ProjectID string + Region string + func (in *GCPClusterDeprovisionRequest) DeepCopy() *GCPClusterDeprovisionRequest + func (in *GCPClusterDeprovisionRequest) DeepCopyInto(out *GCPClusterDeprovisionRequest) + type GCPDNSZoneSpec struct + CredentialsSecretRef corev1.LocalObjectReference + func (in *GCPDNSZoneSpec) DeepCopy() *GCPDNSZoneSpec + func (in *GCPDNSZoneSpec) DeepCopyInto(out *GCPDNSZoneSpec) + type GCPDNSZoneStatus struct + ZoneName *string + func (in *GCPDNSZoneStatus) DeepCopy() *GCPDNSZoneStatus + func (in *GCPDNSZoneStatus) DeepCopyInto(out *GCPDNSZoneStatus) + type HiveConfig struct + Spec HiveConfigSpec + Status HiveConfigStatus + func (in *HiveConfig) DeepCopy() *HiveConfig + func (in *HiveConfig) DeepCopyInto(out *HiveConfig) + func (in *HiveConfig) DeepCopyObject() runtime.Object + type HiveConfigList struct + Items []HiveConfig + func (in *HiveConfigList) DeepCopy() *HiveConfigList + func (in *HiveConfigList) DeepCopyInto(out *HiveConfigList) + func (in *HiveConfigList) DeepCopyObject() runtime.Object + type HiveConfigSpec struct + AdditionalCertificateAuthorities []corev1.LocalObjectReference + Backup BackupConfig + ExternalDNS *ExternalDNSConfig + FailedProvisionConfig FailedProvisionConfig + GlobalPullSecret *corev1.LocalObjectReference + MaintenanceMode *bool + ManagedDomains []string + func (in *HiveConfigSpec) DeepCopy() *HiveConfigSpec + func (in *HiveConfigSpec) DeepCopyInto(out *HiveConfigSpec) + type HiveConfigStatus struct + AggregatorClientCAHash string + func (in *HiveConfigStatus) DeepCopy() *HiveConfigStatus + func (in *HiveConfigStatus) DeepCopyInto(out *HiveConfigStatus) + type IdentityProviderStatus struct + func (in *IdentityProviderStatus) DeepCopy() *IdentityProviderStatus + func (in *IdentityProviderStatus) DeepCopyInto(out *IdentityProviderStatus) + type MachinePool struct + Labels map[string]string + Name string + Platform MachinePoolPlatform + Replicas *int64 + Taints []corev1.Taint + func (in *MachinePool) DeepCopy() *MachinePool + func (in *MachinePool) DeepCopyInto(out *MachinePool) + type MachinePoolPlatform struct + AWS *aws.MachinePoolPlatform + Azure *azure.MachinePool + GCP *gcp.MachinePool + func (in *MachinePoolPlatform) DeepCopy() *MachinePoolPlatform + func (in *MachinePoolPlatform) DeepCopyInto(out *MachinePoolPlatform) + type NetworkType string + const NetworkTypeOpenshiftOVN + const NetworkTypeOpenshiftSDN + type Networking struct + ClusterNetworks []netopv1.ClusterNetwork + MachineCIDR string + ServiceCIDR string + Type NetworkType + func (in *Networking) DeepCopy() *Networking + func (in *Networking) DeepCopyInto(out *Networking) + type Platform struct + AWS *aws.Platform + Azure *azure.Platform + GCP *gcp.Platform + func (in *Platform) DeepCopy() *Platform + func (in *Platform) DeepCopyInto(out *Platform) + type PlatformSecrets struct + AWS *aws.PlatformSecrets + Azure *azure.PlatformSecrets + GCP *gcp.PlatformSecrets + func (in *PlatformSecrets) DeepCopy() *PlatformSecrets + func (in *PlatformSecrets) DeepCopyInto(out *PlatformSecrets) + type ProvisionImages struct + InstallerImage string + InstallerImagePullPolicy corev1.PullPolicy + ReleaseImage string + func (in *ProvisionImages) DeepCopy() *ProvisionImages + func (in *ProvisionImages) DeepCopyInto(out *ProvisionImages) + type SecretReference struct + Source corev1.ObjectReference + Target corev1.ObjectReference + func (in *SecretReference) DeepCopy() *SecretReference + func (in *SecretReference) DeepCopyInto(out *SecretReference) + type SelectorSyncIdentityProvider struct + Spec SelectorSyncIdentityProviderSpec + Status IdentityProviderStatus + func (in *SelectorSyncIdentityProvider) DeepCopy() *SelectorSyncIdentityProvider + func (in *SelectorSyncIdentityProvider) DeepCopyInto(out *SelectorSyncIdentityProvider) + func (in *SelectorSyncIdentityProvider) DeepCopyObject() runtime.Object + type SelectorSyncIdentityProviderList struct + Items []SelectorSyncIdentityProvider + func (in *SelectorSyncIdentityProviderList) DeepCopy() *SelectorSyncIdentityProviderList + func (in *SelectorSyncIdentityProviderList) DeepCopyInto(out *SelectorSyncIdentityProviderList) + func (in *SelectorSyncIdentityProviderList) DeepCopyObject() runtime.Object + type SelectorSyncIdentityProviderSpec struct + ClusterDeploymentSelector metav1.LabelSelector + func (in *SelectorSyncIdentityProviderSpec) DeepCopy() *SelectorSyncIdentityProviderSpec + func (in *SelectorSyncIdentityProviderSpec) DeepCopyInto(out *SelectorSyncIdentityProviderSpec) + type SelectorSyncSet struct + Spec SelectorSyncSetSpec + Status SelectorSyncSetStatus + func (in *SelectorSyncSet) DeepCopy() *SelectorSyncSet + func (in *SelectorSyncSet) DeepCopyInto(out *SelectorSyncSet) + func (in *SelectorSyncSet) DeepCopyObject() runtime.Object + type SelectorSyncSetList struct + Items []SelectorSyncSet + func (in *SelectorSyncSetList) DeepCopy() *SelectorSyncSetList + func (in *SelectorSyncSetList) DeepCopyInto(out *SelectorSyncSetList) + func (in *SelectorSyncSetList) DeepCopyObject() runtime.Object + type SelectorSyncSetReference struct + Name string + func (in *SelectorSyncSetReference) DeepCopy() *SelectorSyncSetReference + func (in *SelectorSyncSetReference) DeepCopyInto(out *SelectorSyncSetReference) + type SelectorSyncSetSpec struct + ClusterDeploymentSelector metav1.LabelSelector + func (in *SelectorSyncSetSpec) DeepCopy() *SelectorSyncSetSpec + func (in *SelectorSyncSetSpec) DeepCopyInto(out *SelectorSyncSetSpec) + type SelectorSyncSetStatus struct + func (in *SelectorSyncSetStatus) DeepCopy() *SelectorSyncSetStatus + func (in *SelectorSyncSetStatus) DeepCopyInto(out *SelectorSyncSetStatus) + type SyncCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type SyncConditionType + func (in *SyncCondition) DeepCopy() *SyncCondition + func (in *SyncCondition) DeepCopyInto(out *SyncCondition) + type SyncConditionType string + const ApplyFailureSyncCondition + const ApplySuccessSyncCondition + const DeletionFailedSyncCondition + const UnknownObjectSyncCondition + type SyncIdentityProvider struct + Spec SyncIdentityProviderSpec + Status IdentityProviderStatus + func (in *SyncIdentityProvider) DeepCopy() *SyncIdentityProvider + func (in *SyncIdentityProvider) DeepCopyInto(out *SyncIdentityProvider) + func (in *SyncIdentityProvider) DeepCopyObject() runtime.Object + type SyncIdentityProviderCommonSpec struct + IdentityProviders []openshiftapiv1.IdentityProvider + func (in *SyncIdentityProviderCommonSpec) DeepCopy() *SyncIdentityProviderCommonSpec + func (in *SyncIdentityProviderCommonSpec) DeepCopyInto(out *SyncIdentityProviderCommonSpec) + type SyncIdentityProviderList struct + Items []SyncIdentityProvider + func (in *SyncIdentityProviderList) DeepCopy() *SyncIdentityProviderList + func (in *SyncIdentityProviderList) DeepCopyInto(out *SyncIdentityProviderList) + func (in *SyncIdentityProviderList) DeepCopyObject() runtime.Object + type SyncIdentityProviderSpec struct + ClusterDeploymentRefs []corev1.LocalObjectReference + func (in *SyncIdentityProviderSpec) DeepCopy() *SyncIdentityProviderSpec + func (in *SyncIdentityProviderSpec) DeepCopyInto(out *SyncIdentityProviderSpec) + type SyncObjectPatch struct + APIVersion string + ApplyMode SyncSetPatchApplyMode + Kind string + Name string + Namespace string + Patch string + PatchType string + func (in *SyncObjectPatch) DeepCopy() *SyncObjectPatch + func (in *SyncObjectPatch) DeepCopyInto(out *SyncObjectPatch) + type SyncSet struct + Spec SyncSetSpec + Status SyncSetStatus + func (in *SyncSet) DeepCopy() *SyncSet + func (in *SyncSet) DeepCopyInto(out *SyncSet) + func (in *SyncSet) DeepCopyObject() runtime.Object + type SyncSetCommonSpec struct + Patches []SyncObjectPatch + ResourceApplyMode SyncSetResourceApplyMode + Resources []runtime.RawExtension + SecretReferences []SecretReference + func (in *SyncSetCommonSpec) DeepCopy() *SyncSetCommonSpec + func (in *SyncSetCommonSpec) DeepCopyInto(out *SyncSetCommonSpec) + type SyncSetInstance struct + Spec SyncSetInstanceSpec + Status SyncSetInstanceStatus + func (in *SyncSetInstance) DeepCopy() *SyncSetInstance + func (in *SyncSetInstance) DeepCopyInto(out *SyncSetInstance) + func (in *SyncSetInstance) DeepCopyObject() runtime.Object + type SyncSetInstanceList struct + Items []SyncSetInstance + func (in *SyncSetInstanceList) DeepCopy() *SyncSetInstanceList + func (in *SyncSetInstanceList) DeepCopyInto(out *SyncSetInstanceList) + func (in *SyncSetInstanceList) DeepCopyObject() runtime.Object + type SyncSetInstanceSpec struct + ClusterDeployment corev1.LocalObjectReference + ResourceApplyMode SyncSetResourceApplyMode + SelectorSyncSet *SelectorSyncSetReference + SyncSet *corev1.LocalObjectReference + SyncSetHash string + func (in *SyncSetInstanceSpec) DeepCopy() *SyncSetInstanceSpec + func (in *SyncSetInstanceSpec) DeepCopyInto(out *SyncSetInstanceSpec) + type SyncSetInstanceStatus struct + Applied bool + Conditions []SyncCondition + Patches []SyncStatus + Resources []SyncStatus + SecretReferences []SyncStatus + func (in *SyncSetInstanceStatus) DeepCopy() *SyncSetInstanceStatus + func (in *SyncSetInstanceStatus) DeepCopyInto(out *SyncSetInstanceStatus) + type SyncSetList struct + Items []SyncSet + func (in *SyncSetList) DeepCopy() *SyncSetList + func (in *SyncSetList) DeepCopyInto(out *SyncSetList) + func (in *SyncSetList) DeepCopyObject() runtime.Object + type SyncSetObjectStatus struct + Conditions []SyncCondition + Name string + Patches []SyncStatus + ResourceApplyMode SyncSetResourceApplyMode + Resources []SyncStatus + SecretReferences []SyncStatus + func (in *SyncSetObjectStatus) DeepCopy() *SyncSetObjectStatus + func (in *SyncSetObjectStatus) DeepCopyInto(out *SyncSetObjectStatus) + type SyncSetPatchApplyMode string + const AlwaysApplyPatchApplyMode + const ApplyOncePatchApplyMode + type SyncSetResourceApplyMode string + const SyncResourceApplyMode + const UpsertResourceApplyMode + type SyncSetSpec struct + ClusterDeploymentRefs []corev1.LocalObjectReference + func (in *SyncSetSpec) DeepCopy() *SyncSetSpec + func (in *SyncSetSpec) DeepCopyInto(out *SyncSetSpec) + type SyncSetStatus struct + func (in *SyncSetStatus) DeepCopy() *SyncSetStatus + func (in *SyncSetStatus) DeepCopyInto(out *SyncSetStatus) + type SyncStatus struct + APIVersion string + Conditions []SyncCondition + Hash string + Kind string + Name string + Namespace string + Resource string + func (in *SyncStatus) DeepCopy() *SyncStatus + func (in *SyncStatus) DeepCopyInto(out *SyncStatus) + type VeleroBackupConfig struct + Enabled bool + func (in *VeleroBackupConfig) DeepCopy() *VeleroBackupConfig + func (in *VeleroBackupConfig) DeepCopyInto(out *VeleroBackupConfig)