import "github.com/gardener/gardener/pkg/apis/core/v1alpha1"
Package v1alpha1 is a version of the API. +groupName=core.gardener.cloud
conversions.go defaults.go doc.go generated.pb.go register.go types.go types_backupbucket.go types_backupentry.go types_cloudprofile.go types_common.go types_controllerinstallation.go types_controllerregistration.go types_plant.go types_project.go types_quota.go types_secretbinding.go types_seed.go types_shoot.go types_shootstate.go types_utils.go zz_generated.conversion.go zz_generated.deepcopy.go zz_generated.defaults.go
const ( // VolumeClassStandard is a constant for the standard volume class. VolumeClassStandard string = "standard" // VolumeClassPremium is a constant for the premium volume class. VolumeClassPremium string = "premium" )
const ( // GardenerName is the value in a Garden resource's `.metadata.finalizers[]` array on which the Gardener will react // when performing a delete request on a resource. GardenerName = "gardener" // ExternalGardenerName is the value in a Kubernetes core resources `.metadata.finalizers[]` array on which the // Gardener will react when performing a delete request on a resource. ExternalGardenerName = "gardener.cloud/gardener" )
const ( // EventReconciling indicates that the a Reconcile operation started. EventReconciling = "Reconciling" // EventReconciled indicates that the a Reconcile operation was successful. EventReconciled = "Reconciled" // EventReconcileError indicates that the a Reconcile operation failed. EventReconcileError = "ReconcileError" // EventDeleting indicates that the a Delete operation started. EventDeleting = "Deleting" // EventDeleted indicates that the a Delete operation was successful. EventDeleted = "Deleted" // EventDeleteError indicates that the a Delete operation failed. EventDeleteError = "DeleteError" // EventPrepareMigration indicates that a Prepare Migration operation started. EventPrepareMigration = "PrepareMigration" // EventMigrationPrepared indicates that Migration preparation was successful. EventMigrationPrepared = "MigrationPrepared" // EventMigrationPreparationFailed indicates that Migration preparation failed. EventMigrationPreparationFailed = "MigrationPreparationFailed" )
const ( // ProjectMemberAdmin is a const for a role that provides full admin access. ProjectMemberAdmin = "admin" // ProjectMemberOwner is a const for a role that provides full owner access. ProjectMemberOwner = "owner" // ProjectMemberViewer is a const for a role that provides limited permissions to only view some resources. ProjectMemberViewer = "viewer" // ProjectMemberUserAccessManager is a const for a role that provides permissions to manage human user(s, (groups)). ProjectMemberUserAccessManager = "uam" // ProjectMemberExtensionPrefix is a prefix for custom roles that are not known by Gardener. ProjectMemberExtensionPrefix = "extension:" )
const ( // ProjectPending indicates that the project reconciliation is pending. ProjectPending ProjectPhase = "Pending" // ProjectReady indicates that the project reconciliation was successful. ProjectReady ProjectPhase = "Ready" // ProjectFailed indicates that the project reconciliation failed. ProjectFailed ProjectPhase = "Failed" // ProjectTerminating indicates that the project is in termination process. ProjectTerminating ProjectPhase = "Terminating" // ProjectEventNamespaceReconcileFailed indicates that the namespace reconciliation has failed. ProjectEventNamespaceReconcileFailed = "NamespaceReconcileFailed" // ProjectEventNamespaceReconcileSuccessful indicates that the namespace reconciliation has succeeded. ProjectEventNamespaceReconcileSuccessful = "NamespaceReconcileSuccessful" // ProjectEventNamespaceDeletionFailed indicates that the namespace deletion failed. ProjectEventNamespaceDeletionFailed = "NamespaceDeletionFailed" // ProjectEventNamespaceMarkedForDeletion indicates that the namespace has been successfully marked for deletion. ProjectEventNamespaceMarkedForDeletion = "NamespaceMarkedForDeletion" )
const ( // KubernetesDashboardAuthModeBasic uses basic authentication mode for auth. KubernetesDashboardAuthModeBasic = "basic" // KubernetesDashboardAuthModeToken uses token-based mode for auth. KubernetesDashboardAuthModeToken = "token" )
const ( // DefaultEvictionRateBurst is the default value for the EvictionRateBurst field in the VPA configuration. DefaultEvictionRateBurst int32 = 1 // DefaultEvictionRateLimit is the default value for the EvictionRateLimit field in the VPA configuration. DefaultEvictionRateLimit float64 = -1 // DefaultEvictionTolerance is the default value for the EvictionTolerance field in the VPA configuration. DefaultEvictionTolerance = 0.5 // DefaultRecommendationMarginFraction is the default value for the RecommendationMarginFraction field in the VPA configuration. DefaultRecommendationMarginFraction = 0.15 )
const ( // DefaultHPADownscaleDelay is a constant for the default HPA downscale delay for a Shoot cluster. DefaultHPADownscaleDelay = 15 * time.Minute // DefaultHPASyncPeriod is a constant for the default HPA sync period for a Shoot cluster. DefaultHPASyncPeriod = 30 * time.Second // DefaultHPATolerance is a constant for the default HPA tolerance for a Shoot cluster. DefaultHPATolerance = 0.1 // DefaultHPAUpscaleDelay is for the default HPA upscale delay for a Shoot cluster. DefaultHPAUpscaleDelay = 1 * time.Minute // DefaultDownscaleStabilization is the default HPA downscale stabilization window for a Shoot cluster DefaultDownscaleStabilization = 5 * time.Minute // DefaultInitialReadinessDelay is for the default HPA ReadinessDelay value in the Shoot cluster DefaultInitialReadinessDelay = 30 * time.Second // DefaultCPUInitializationPeriod is the for the default value of the CPUInitializationPeriod in the Shoot cluster DefaultCPUInitializationPeriod = 5 * time.Minute )
const ( // DefaultPodNetworkCIDR is a constant for the default pod network CIDR of a Shoot cluster. DefaultPodNetworkCIDR = "100.96.0.0/11" // DefaultServiceNetworkCIDR is a constant for the default service network CIDR of a Shoot cluster. DefaultServiceNetworkCIDR = "100.64.0.0/13" )
const ( // MaintenanceTimeWindowDurationMinimum is the minimum duration for a maintenance time window. MaintenanceTimeWindowDurationMinimum = 30 * time.Minute // MaintenanceTimeWindowDurationMaximum is the maximum duration for a maintenance time window. MaintenanceTimeWindowDurationMaximum = 6 * time.Hour )
const ( // ShootEventImageVersionMaintenance indicates that a maintenance operation regarding the image version has been performed. ShootEventImageVersionMaintenance = "MachineImageVersionMaintenance" // ShootEventK8sVersionMaintenance indicates that a maintenance operation regarding the K8s version has been performed. ShootEventK8sVersionMaintenance = "KubernetesVersionMaintenance" // ShootEventHibernationEnabled indicates that hibernation started. ShootEventHibernationEnabled = "Hibernated" // ShootEventHibernationDisabled indicates that hibernation ended. ShootEventHibernationDisabled = "WokenUp" // ShootEventSchedulingSuccessful indicates that a scheduling decision was taken successfully. ShootEventSchedulingSuccessful = "SchedulingSuccessful" // ShootEventSchedulingFailed indicates that a scheduling decision failed. ShootEventSchedulingFailed = "SchedulingFailed" )
const ( // EventSchedulingSuccessful is an event reason for successful scheduling. EventSchedulingSuccessful = "SchedulingSuccessful" // EventSchedulingFailed is an event reason for failed scheduling. EventSchedulingFailed = "SchedulingFailed" )
const ( // ConditionTrue means a resource is in the condition. ConditionTrue ConditionStatus = "True" // ConditionFalse means a resource is not in the condition. ConditionFalse ConditionStatus = "False" // ConditionUnknown means Gardener can't decide if a resource is in the condition or not. ConditionUnknown ConditionStatus = "Unknown" // ConditionProgressing means the condition was seen true, failed but stayed within a predefined failure threshold. // In the future, we could add other intermediate conditions, e.g. ConditionDegraded. ConditionProgressing ConditionStatus = "Progressing" // ConditionCheckError is a constant for a reason in condition. ConditionCheckError = "ConditionCheckError" // ManagedResourceMissingConditionError is a constant for a reason in a condition that indicates // one or multiple missing conditions in the observed managed resource. ManagedResourceMissingConditionError = "MissingManagedResourceCondition" // OutdatedStatusError is a constant for a reason in a condition that indicates // that the observed generation in a status is outdated. OutdatedStatusError = "OutdatedStatus" )
const ( // BackupEntryForceDeletion is a constant for an annotation on a BackupEntry indicating that it should be force deleted. BackupEntryForceDeletion = "backupentry.core.gardener.cloud/force-deletion" )
const DefaultDomain = "cluster.local"
DefaultDomain is the default value in the Shoot's '.spec.dns.domain' when '.spec.dns.provider' is 'unmanaged'
const ( // GardenerSeedLeaseNamespace is the namespace in which Gardenlet will report Seeds' // status using Lease resources for each Seed GardenerSeedLeaseNamespace = "gardener-system-seed-lease" )
const GroupName = "core.gardener.cloud"
GroupName is the name of the core API group.
const ( // SeedTaintProtected is a constant for a taint key on a seed that marks it as protected. Protected seeds // may only be used by shoots in the `garden` namespace. SeedTaintProtected = "seed.gardener.cloud/protected" )
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") )
var ( // SchemeBuilder is a new Scheme Builder which registers our API. SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs, addConversionFuncs) // AddToScheme is a reference to the Scheme Builder's AddToScheme function. AddToScheme = SchemeBuilder.AddToScheme )
var ( // DefaultEvictAfterOOMThreshold is the default value for the EvictAfterOOMThreshold field in the VPA configuration. DefaultEvictAfterOOMThreshold = metav1.Duration{Duration: 10 * time.Minute} // DefaultUpdaterInterval is the default value for the UpdaterInterval field in the VPA configuration. DefaultUpdaterInterval = metav1.Duration{Duration: time.Minute} // DefaultRecommenderInterval is the default value for the RecommenderInterval field in the VPA configuration. DefaultRecommenderInterval = metav1.Duration{Duration: time.Minute} )
var ( // DefaultWorkerMaxSurge is the default value for Worker MaxSurge. DefaultWorkerMaxSurge = intstr.FromInt(1) // DefaultWorkerMaxUnavailable is the default value for Worker MaxUnavailable. = intstr.FromInt(0) // DefaultWorkerSystemComponentsAllow is the default value for Worker AllowSystemComponents DefaultWorkerSystemComponentsAllow = true )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Convert_core_Addon_To_v1alpha1_Addon is an autogenerated conversion function.
func Convert_core_Addons_To_v1alpha1_Addons(in *core.Addons, out *Addons, s conversion.Scope) error
Convert_core_Addons_To_v1alpha1_Addons is an autogenerated conversion function.
func Convert_core_AdmissionPlugin_To_v1alpha1_AdmissionPlugin(in *core.AdmissionPlugin, out *AdmissionPlugin, s conversion.Scope) error
Convert_core_AdmissionPlugin_To_v1alpha1_AdmissionPlugin is an autogenerated conversion function.
func Convert_core_Alerting_To_v1alpha1_Alerting(in *core.Alerting, out *Alerting, s conversion.Scope) error
Convert_core_Alerting_To_v1alpha1_Alerting is an autogenerated conversion function.
func Convert_core_AuditConfig_To_v1alpha1_AuditConfig(in *core.AuditConfig, out *AuditConfig, s conversion.Scope) error
Convert_core_AuditConfig_To_v1alpha1_AuditConfig is an autogenerated conversion function.
func Convert_core_AuditPolicy_To_v1alpha1_AuditPolicy(in *core.AuditPolicy, out *AuditPolicy, s conversion.Scope) error
Convert_core_AuditPolicy_To_v1alpha1_AuditPolicy is an autogenerated conversion function.
func Convert_core_AvailabilityZone_To_v1alpha1_AvailabilityZone(in *core.AvailabilityZone, out *AvailabilityZone, s conversion.Scope) error
Convert_core_AvailabilityZone_To_v1alpha1_AvailabilityZone is an autogenerated conversion function.
func Convert_core_BackupBucketList_To_v1alpha1_BackupBucketList(in *core.BackupBucketList, out *BackupBucketList, s conversion.Scope) error
Convert_core_BackupBucketList_To_v1alpha1_BackupBucketList is an autogenerated conversion function.
func Convert_core_BackupBucketProvider_To_v1alpha1_BackupBucketProvider(in *core.BackupBucketProvider, out *BackupBucketProvider, s conversion.Scope) error
Convert_core_BackupBucketProvider_To_v1alpha1_BackupBucketProvider is an autogenerated conversion function.
func Convert_core_BackupBucketSpec_To_v1alpha1_BackupBucketSpec(in *core.BackupBucketSpec, out *BackupBucketSpec, s conversion.Scope) error
func Convert_core_BackupBucketStatus_To_v1alpha1_BackupBucketStatus(in *core.BackupBucketStatus, out *BackupBucketStatus, s conversion.Scope) error
Convert_core_BackupBucketStatus_To_v1alpha1_BackupBucketStatus is an autogenerated conversion function.
func Convert_core_BackupBucket_To_v1alpha1_BackupBucket(in *core.BackupBucket, out *BackupBucket, s conversion.Scope) error
func Convert_core_BackupEntryList_To_v1alpha1_BackupEntryList(in *core.BackupEntryList, out *BackupEntryList, s conversion.Scope) error
Convert_core_BackupEntryList_To_v1alpha1_BackupEntryList is an autogenerated conversion function.
func Convert_core_BackupEntrySpec_To_v1alpha1_BackupEntrySpec(in *core.BackupEntrySpec, out *BackupEntrySpec, s conversion.Scope) error
func Convert_core_BackupEntryStatus_To_v1alpha1_BackupEntryStatus(in *core.BackupEntryStatus, out *BackupEntryStatus, s conversion.Scope) error
Convert_core_BackupEntryStatus_To_v1alpha1_BackupEntryStatus is an autogenerated conversion function.
func Convert_core_BackupEntry_To_v1alpha1_BackupEntry(in *core.BackupEntry, out *BackupEntry, s conversion.Scope) error
Convert_core_CRI_To_v1alpha1_CRI is an autogenerated conversion function.
func Convert_core_CloudInfo_To_v1alpha1_CloudInfo(in *core.CloudInfo, out *CloudInfo, s conversion.Scope) error
Convert_core_CloudInfo_To_v1alpha1_CloudInfo is an autogenerated conversion function.
func Convert_core_CloudProfileList_To_v1alpha1_CloudProfileList(in *core.CloudProfileList, out *CloudProfileList, s conversion.Scope) error
Convert_core_CloudProfileList_To_v1alpha1_CloudProfileList is an autogenerated conversion function.
func Convert_core_CloudProfileSpec_To_v1alpha1_CloudProfileSpec(in *core.CloudProfileSpec, out *CloudProfileSpec, s conversion.Scope) error
Convert_core_CloudProfileSpec_To_v1alpha1_CloudProfileSpec is an autogenerated conversion function.
func Convert_core_CloudProfile_To_v1alpha1_CloudProfile(in *core.CloudProfile, out *CloudProfile, s conversion.Scope) error
Convert_core_CloudProfile_To_v1alpha1_CloudProfile is an autogenerated conversion function.
func Convert_core_ClusterAutoscaler_To_v1alpha1_ClusterAutoscaler(in *core.ClusterAutoscaler, out *ClusterAutoscaler, s conversion.Scope) error
Convert_core_ClusterAutoscaler_To_v1alpha1_ClusterAutoscaler is an autogenerated conversion function.
func Convert_core_ClusterInfo_To_v1alpha1_ClusterInfo(in *core.ClusterInfo, out *ClusterInfo, s conversion.Scope) error
Convert_core_ClusterInfo_To_v1alpha1_ClusterInfo is an autogenerated conversion function.
func Convert_core_Condition_To_v1alpha1_Condition(in *core.Condition, out *Condition, s conversion.Scope) error
Convert_core_Condition_To_v1alpha1_Condition is an autogenerated conversion function.
func Convert_core_ContainerRuntime_To_v1alpha1_ContainerRuntime(in *core.ContainerRuntime, out *ContainerRuntime, s conversion.Scope) error
Convert_core_ContainerRuntime_To_v1alpha1_ContainerRuntime is an autogenerated conversion function.
func Convert_core_ControllerDeployment_To_v1alpha1_ControllerDeployment(in *core.ControllerDeployment, out *ControllerDeployment, s conversion.Scope) error
Convert_core_ControllerDeployment_To_v1alpha1_ControllerDeployment is an autogenerated conversion function.
func Convert_core_ControllerInstallationList_To_v1alpha1_ControllerInstallationList(in *core.ControllerInstallationList, out *ControllerInstallationList, s conversion.Scope) error
Convert_core_ControllerInstallationList_To_v1alpha1_ControllerInstallationList is an autogenerated conversion function.
func Convert_core_ControllerInstallationSpec_To_v1alpha1_ControllerInstallationSpec(in *core.ControllerInstallationSpec, out *ControllerInstallationSpec, s conversion.Scope) error
Convert_core_ControllerInstallationSpec_To_v1alpha1_ControllerInstallationSpec is an autogenerated conversion function.
func Convert_core_ControllerInstallationStatus_To_v1alpha1_ControllerInstallationStatus(in *core.ControllerInstallationStatus, out *ControllerInstallationStatus, s conversion.Scope) error
Convert_core_ControllerInstallationStatus_To_v1alpha1_ControllerInstallationStatus is an autogenerated conversion function.
func Convert_core_ControllerInstallation_To_v1alpha1_ControllerInstallation(in *core.ControllerInstallation, out *ControllerInstallation, s conversion.Scope) error
Convert_core_ControllerInstallation_To_v1alpha1_ControllerInstallation is an autogenerated conversion function.
func Convert_core_ControllerRegistrationList_To_v1alpha1_ControllerRegistrationList(in *core.ControllerRegistrationList, out *ControllerRegistrationList, s conversion.Scope) error
Convert_core_ControllerRegistrationList_To_v1alpha1_ControllerRegistrationList is an autogenerated conversion function.
func Convert_core_ControllerRegistrationSpec_To_v1alpha1_ControllerRegistrationSpec(in *core.ControllerRegistrationSpec, out *ControllerRegistrationSpec, s conversion.Scope) error
Convert_core_ControllerRegistrationSpec_To_v1alpha1_ControllerRegistrationSpec is an autogenerated conversion function.
func Convert_core_ControllerRegistration_To_v1alpha1_ControllerRegistration(in *core.ControllerRegistration, out *ControllerRegistration, s conversion.Scope) error
Convert_core_ControllerRegistration_To_v1alpha1_ControllerRegistration is an autogenerated conversion function.
func Convert_core_ControllerResource_To_v1alpha1_ControllerResource(in *core.ControllerResource, out *ControllerResource, s conversion.Scope) error
Convert_core_ControllerResource_To_v1alpha1_ControllerResource is an autogenerated conversion function.
func Convert_core_DNSIncludeExclude_To_v1alpha1_DNSIncludeExclude(in *core.DNSIncludeExclude, out *DNSIncludeExclude, s conversion.Scope) error
Convert_core_DNSIncludeExclude_To_v1alpha1_DNSIncludeExclude is an autogenerated conversion function.
func Convert_core_DNSProvider_To_v1alpha1_DNSProvider(in *core.DNSProvider, out *DNSProvider, s conversion.Scope) error
Convert_core_DNSProvider_To_v1alpha1_DNSProvider is an autogenerated conversion function.
Convert_core_DNS_To_v1alpha1_DNS is an autogenerated conversion function.
func Convert_core_DataVolume_To_v1alpha1_DataVolume(in *core.DataVolume, out *DataVolume, s conversion.Scope) error
Convert_core_DataVolume_To_v1alpha1_DataVolume is an autogenerated conversion function.
func Convert_core_Endpoint_To_v1alpha1_Endpoint(in *core.Endpoint, out *Endpoint, s conversion.Scope) error
Convert_core_Endpoint_To_v1alpha1_Endpoint is an autogenerated conversion function.
func Convert_core_ExpirableVersion_To_v1alpha1_ExpirableVersion(in *core.ExpirableVersion, out *ExpirableVersion, s conversion.Scope) error
Convert_core_ExpirableVersion_To_v1alpha1_ExpirableVersion is an autogenerated conversion function.
func Convert_core_ExtensionResourceState_To_v1alpha1_ExtensionResourceState(in *core.ExtensionResourceState, out *ExtensionResourceState, s conversion.Scope) error
Convert_core_ExtensionResourceState_To_v1alpha1_ExtensionResourceState is an autogenerated conversion function.
func Convert_core_Extension_To_v1alpha1_Extension(in *core.Extension, out *Extension, s conversion.Scope) error
Convert_core_Extension_To_v1alpha1_Extension is an autogenerated conversion function.
func Convert_core_GardenerResourceData_To_v1alpha1_GardenerResourceData(in *core.GardenerResourceData, out *GardenerResourceData, s conversion.Scope) error
Convert_core_GardenerResourceData_To_v1alpha1_GardenerResourceData is an autogenerated conversion function.
func Convert_core_Gardener_To_v1alpha1_Gardener(in *core.Gardener, out *Gardener, s conversion.Scope) error
Convert_core_Gardener_To_v1alpha1_Gardener is an autogenerated conversion function.
func Convert_core_HibernationSchedule_To_v1alpha1_HibernationSchedule(in *core.HibernationSchedule, out *HibernationSchedule, s conversion.Scope) error
Convert_core_HibernationSchedule_To_v1alpha1_HibernationSchedule is an autogenerated conversion function.
func Convert_core_Hibernation_To_v1alpha1_Hibernation(in *core.Hibernation, out *Hibernation, s conversion.Scope) error
Convert_core_Hibernation_To_v1alpha1_Hibernation is an autogenerated conversion function.
func Convert_core_HorizontalPodAutoscalerConfig_To_v1alpha1_HorizontalPodAutoscalerConfig(in *core.HorizontalPodAutoscalerConfig, out *HorizontalPodAutoscalerConfig, s conversion.Scope) error
Convert_core_HorizontalPodAutoscalerConfig_To_v1alpha1_HorizontalPodAutoscalerConfig is an autogenerated conversion function.
func Convert_core_IngressController_To_v1alpha1_IngressController(in *core.IngressController, out *IngressController, s conversion.Scope) error
Convert_core_IngressController_To_v1alpha1_IngressController is an autogenerated conversion function.
func Convert_core_Ingress_To_v1alpha1_Ingress(in *core.Ingress, out *Ingress, s conversion.Scope) error
Convert_core_Ingress_To_v1alpha1_Ingress is an autogenerated conversion function.
func Convert_core_KubeAPIServerConfig_To_v1alpha1_KubeAPIServerConfig(in *core.KubeAPIServerConfig, out *KubeAPIServerConfig, s conversion.Scope) error
Convert_core_KubeAPIServerConfig_To_v1alpha1_KubeAPIServerConfig is an autogenerated conversion function.
func Convert_core_KubeAPIServerRequests_To_v1alpha1_KubeAPIServerRequests(in *core.KubeAPIServerRequests, out *KubeAPIServerRequests, s conversion.Scope) error
Convert_core_KubeAPIServerRequests_To_v1alpha1_KubeAPIServerRequests is an autogenerated conversion function.
func Convert_core_KubeControllerManagerConfig_To_v1alpha1_KubeControllerManagerConfig(in *core.KubeControllerManagerConfig, out *KubeControllerManagerConfig, s conversion.Scope) error
Convert_core_KubeControllerManagerConfig_To_v1alpha1_KubeControllerManagerConfig is an autogenerated conversion function.
func Convert_core_KubeProxyConfig_To_v1alpha1_KubeProxyConfig(in *core.KubeProxyConfig, out *KubeProxyConfig, s conversion.Scope) error
Convert_core_KubeProxyConfig_To_v1alpha1_KubeProxyConfig is an autogenerated conversion function.
func Convert_core_KubeSchedulerConfig_To_v1alpha1_KubeSchedulerConfig(in *core.KubeSchedulerConfig, out *KubeSchedulerConfig, s conversion.Scope) error
Convert_core_KubeSchedulerConfig_To_v1alpha1_KubeSchedulerConfig is an autogenerated conversion function.
func Convert_core_KubeletConfigEvictionMinimumReclaim_To_v1alpha1_KubeletConfigEvictionMinimumReclaim(in *core.KubeletConfigEvictionMinimumReclaim, out *KubeletConfigEvictionMinimumReclaim, s conversion.Scope) error
Convert_core_KubeletConfigEvictionMinimumReclaim_To_v1alpha1_KubeletConfigEvictionMinimumReclaim is an autogenerated conversion function.
func Convert_core_KubeletConfigEvictionSoftGracePeriod_To_v1alpha1_KubeletConfigEvictionSoftGracePeriod(in *core.KubeletConfigEvictionSoftGracePeriod, out *KubeletConfigEvictionSoftGracePeriod, s conversion.Scope) error
Convert_core_KubeletConfigEvictionSoftGracePeriod_To_v1alpha1_KubeletConfigEvictionSoftGracePeriod is an autogenerated conversion function.
func Convert_core_KubeletConfigEviction_To_v1alpha1_KubeletConfigEviction(in *core.KubeletConfigEviction, out *KubeletConfigEviction, s conversion.Scope) error
Convert_core_KubeletConfigEviction_To_v1alpha1_KubeletConfigEviction is an autogenerated conversion function.
func Convert_core_KubeletConfigReserved_To_v1alpha1_KubeletConfigReserved(in *core.KubeletConfigReserved, out *KubeletConfigReserved, s conversion.Scope) error
Convert_core_KubeletConfigReserved_To_v1alpha1_KubeletConfigReserved is an autogenerated conversion function.
func Convert_core_KubeletConfig_To_v1alpha1_KubeletConfig(in *core.KubeletConfig, out *KubeletConfig, s conversion.Scope) error
Convert_core_KubeletConfig_To_v1alpha1_KubeletConfig is an autogenerated conversion function.
func Convert_core_KubernetesConfig_To_v1alpha1_KubernetesConfig(in *core.KubernetesConfig, out *KubernetesConfig, s conversion.Scope) error
Convert_core_KubernetesConfig_To_v1alpha1_KubernetesConfig is an autogenerated conversion function.
func Convert_core_KubernetesDashboard_To_v1alpha1_KubernetesDashboard(in *core.KubernetesDashboard, out *KubernetesDashboard, s conversion.Scope) error
Convert_core_KubernetesDashboard_To_v1alpha1_KubernetesDashboard is an autogenerated conversion function.
func Convert_core_KubernetesInfo_To_v1alpha1_KubernetesInfo(in *core.KubernetesInfo, out *KubernetesInfo, s conversion.Scope) error
Convert_core_KubernetesInfo_To_v1alpha1_KubernetesInfo is an autogenerated conversion function.
func Convert_core_KubernetesSettings_To_v1alpha1_KubernetesSettings(in *core.KubernetesSettings, out *KubernetesSettings, s conversion.Scope) error
Convert_core_KubernetesSettings_To_v1alpha1_KubernetesSettings is an autogenerated conversion function.
func Convert_core_Kubernetes_To_v1alpha1_Kubernetes(in *core.Kubernetes, out *Kubernetes, s conversion.Scope) error
Convert_core_Kubernetes_To_v1alpha1_Kubernetes is an autogenerated conversion function.
func Convert_core_LastError_To_v1alpha1_LastError(in *core.LastError, out *LastError, s conversion.Scope) error
Convert_core_LastError_To_v1alpha1_LastError is an autogenerated conversion function.
func Convert_core_LastOperation_To_v1alpha1_LastOperation(in *core.LastOperation, out *LastOperation, s conversion.Scope) error
Convert_core_LastOperation_To_v1alpha1_LastOperation is an autogenerated conversion function.
func Convert_core_MachineControllerManagerSettings_To_v1alpha1_MachineControllerManagerSettings(in *core.MachineControllerManagerSettings, out *MachineControllerManagerSettings, s conversion.Scope) error
Convert_core_MachineControllerManagerSettings_To_v1alpha1_MachineControllerManagerSettings is an autogenerated conversion function.
func Convert_core_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *core.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error
Convert_core_MachineImageVersion_To_v1alpha1_MachineImageVersion is an autogenerated conversion function.
func Convert_core_MachineImage_To_v1alpha1_MachineImage(in *core.MachineImage, out *MachineImage, s conversion.Scope) error
Convert_core_MachineImage_To_v1alpha1_MachineImage is an autogenerated conversion function.
func Convert_core_MachineTypeStorage_To_v1alpha1_MachineTypeStorage(in *core.MachineTypeStorage, out *MachineTypeStorage, s conversion.Scope) error
Convert_core_MachineTypeStorage_To_v1alpha1_MachineTypeStorage is an autogenerated conversion function.
func Convert_core_MachineType_To_v1alpha1_MachineType(in *core.MachineType, out *MachineType, s conversion.Scope) error
Convert_core_MachineType_To_v1alpha1_MachineType is an autogenerated conversion function.
func Convert_core_Machine_To_v1alpha1_Machine(in *core.Machine, out *Machine, s conversion.Scope) error
Convert_core_Machine_To_v1alpha1_Machine is an autogenerated conversion function.
func Convert_core_MaintenanceAutoUpdate_To_v1alpha1_MaintenanceAutoUpdate(in *core.MaintenanceAutoUpdate, out *MaintenanceAutoUpdate, s conversion.Scope) error
Convert_core_MaintenanceAutoUpdate_To_v1alpha1_MaintenanceAutoUpdate is an autogenerated conversion function.
func Convert_core_MaintenanceTimeWindow_To_v1alpha1_MaintenanceTimeWindow(in *core.MaintenanceTimeWindow, out *MaintenanceTimeWindow, s conversion.Scope) error
Convert_core_MaintenanceTimeWindow_To_v1alpha1_MaintenanceTimeWindow is an autogenerated conversion function.
func Convert_core_Maintenance_To_v1alpha1_Maintenance(in *core.Maintenance, out *Maintenance, s conversion.Scope) error
Convert_core_Maintenance_To_v1alpha1_Maintenance is an autogenerated conversion function.
func Convert_core_Monitoring_To_v1alpha1_Monitoring(in *core.Monitoring, out *Monitoring, s conversion.Scope) error
Convert_core_Monitoring_To_v1alpha1_Monitoring is an autogenerated conversion function.
func Convert_core_NamedResourceReference_To_v1alpha1_NamedResourceReference(in *core.NamedResourceReference, out *NamedResourceReference, s conversion.Scope) error
Convert_core_NamedResourceReference_To_v1alpha1_NamedResourceReference is an autogenerated conversion function.
func Convert_core_Networking_To_v1alpha1_Networking(in *core.Networking, out *Networking, s conversion.Scope) error
Convert_core_Networking_To_v1alpha1_Networking is an autogenerated conversion function.
func Convert_core_NginxIngress_To_v1alpha1_NginxIngress(in *core.NginxIngress, out *NginxIngress, s conversion.Scope) error
Convert_core_NginxIngress_To_v1alpha1_NginxIngress is an autogenerated conversion function.
func Convert_core_OIDCConfig_To_v1alpha1_OIDCConfig(in *core.OIDCConfig, out *OIDCConfig, s conversion.Scope) error
Convert_core_OIDCConfig_To_v1alpha1_OIDCConfig is an autogenerated conversion function.
func Convert_core_OpenIDConnectClientAuthentication_To_v1alpha1_OpenIDConnectClientAuthentication(in *core.OpenIDConnectClientAuthentication, out *OpenIDConnectClientAuthentication, s conversion.Scope) error
Convert_core_OpenIDConnectClientAuthentication_To_v1alpha1_OpenIDConnectClientAuthentication is an autogenerated conversion function.
func Convert_core_PlantList_To_v1alpha1_PlantList(in *core.PlantList, out *PlantList, s conversion.Scope) error
Convert_core_PlantList_To_v1alpha1_PlantList is an autogenerated conversion function.
func Convert_core_PlantSpec_To_v1alpha1_PlantSpec(in *core.PlantSpec, out *PlantSpec, s conversion.Scope) error
Convert_core_PlantSpec_To_v1alpha1_PlantSpec is an autogenerated conversion function.
func Convert_core_PlantStatus_To_v1alpha1_PlantStatus(in *core.PlantStatus, out *PlantStatus, s conversion.Scope) error
Convert_core_PlantStatus_To_v1alpha1_PlantStatus is an autogenerated conversion function.
Convert_core_Plant_To_v1alpha1_Plant is an autogenerated conversion function.
func Convert_core_ProjectList_To_v1alpha1_ProjectList(in *core.ProjectList, out *ProjectList, s conversion.Scope) error
Convert_core_ProjectList_To_v1alpha1_ProjectList is an autogenerated conversion function.
func Convert_core_ProjectMember_To_v1alpha1_ProjectMember(in *core.ProjectMember, out *ProjectMember, s conversion.Scope) error
func Convert_core_ProjectSpec_To_v1alpha1_ProjectSpec(in *core.ProjectSpec, out *ProjectSpec, s conversion.Scope) error
func Convert_core_ProjectStatus_To_v1alpha1_ProjectStatus(in *core.ProjectStatus, out *ProjectStatus, s conversion.Scope) error
Convert_core_ProjectStatus_To_v1alpha1_ProjectStatus is an autogenerated conversion function.
func Convert_core_ProjectTolerations_To_v1alpha1_ProjectTolerations(in *core.ProjectTolerations, out *ProjectTolerations, s conversion.Scope) error
Convert_core_ProjectTolerations_To_v1alpha1_ProjectTolerations is an autogenerated conversion function.
func Convert_core_Project_To_v1alpha1_Project(in *core.Project, out *Project, s conversion.Scope) error
Convert_core_Project_To_v1alpha1_Project is an autogenerated conversion function.
func Convert_core_Provider_To_v1alpha1_Provider(in *core.Provider, out *Provider, s conversion.Scope) error
Convert_core_Provider_To_v1alpha1_Provider is an autogenerated conversion function.
func Convert_core_QuotaList_To_v1alpha1_QuotaList(in *core.QuotaList, out *QuotaList, s conversion.Scope) error
Convert_core_QuotaList_To_v1alpha1_QuotaList is an autogenerated conversion function.
func Convert_core_QuotaSpec_To_v1alpha1_QuotaSpec(in *core.QuotaSpec, out *QuotaSpec, s conversion.Scope) error
Convert_core_QuotaSpec_To_v1alpha1_QuotaSpec is an autogenerated conversion function.
Convert_core_Quota_To_v1alpha1_Quota is an autogenerated conversion function.
func Convert_core_Region_To_v1alpha1_Region(in *core.Region, out *Region, s conversion.Scope) error
Convert_core_Region_To_v1alpha1_Region is an autogenerated conversion function.
func Convert_core_ResourceData_To_v1alpha1_ResourceData(in *core.ResourceData, out *ResourceData, s conversion.Scope) error
Convert_core_ResourceData_To_v1alpha1_ResourceData is an autogenerated conversion function.
func Convert_core_ResourceWatchCacheSize_To_v1alpha1_ResourceWatchCacheSize(in *core.ResourceWatchCacheSize, out *ResourceWatchCacheSize, s conversion.Scope) error
Convert_core_ResourceWatchCacheSize_To_v1alpha1_ResourceWatchCacheSize is an autogenerated conversion function.
func Convert_core_SecretBindingList_To_v1alpha1_SecretBindingList(in *core.SecretBindingList, out *SecretBindingList, s conversion.Scope) error
Convert_core_SecretBindingList_To_v1alpha1_SecretBindingList is an autogenerated conversion function.
func Convert_core_SecretBinding_To_v1alpha1_SecretBinding(in *core.SecretBinding, out *SecretBinding, s conversion.Scope) error
Convert_core_SecretBinding_To_v1alpha1_SecretBinding is an autogenerated conversion function.
func Convert_core_SeedBackup_To_v1alpha1_SeedBackup(in *core.SeedBackup, out *SeedBackup, s conversion.Scope) error
Convert_core_SeedBackup_To_v1alpha1_SeedBackup is an autogenerated conversion function.
func Convert_core_SeedDNSProvider_To_v1alpha1_SeedDNSProvider(in *core.SeedDNSProvider, out *SeedDNSProvider, s conversion.Scope) error
Convert_core_SeedDNSProvider_To_v1alpha1_SeedDNSProvider is an autogenerated conversion function.
func Convert_core_SeedDNS_To_v1alpha1_SeedDNS(in *core.SeedDNS, out *SeedDNS, s conversion.Scope) error
Convert_core_SeedDNS_To_v1alpha1_SeedDNS is an autogenerated conversion function.
func Convert_core_SeedList_To_v1alpha1_SeedList(in *core.SeedList, out *SeedList, s conversion.Scope) error
Convert_core_SeedList_To_v1alpha1_SeedList is an autogenerated conversion function.
func Convert_core_SeedNetworks_To_v1alpha1_SeedNetworks(in *core.SeedNetworks, out *SeedNetworks, s conversion.Scope) error
func Convert_core_SeedProvider_To_v1alpha1_SeedProvider(in *core.SeedProvider, out *SeedProvider, s conversion.Scope) error
Convert_core_SeedProvider_To_v1alpha1_SeedProvider is an autogenerated conversion function.
func Convert_core_SeedSelector_To_v1alpha1_SeedSelector(in *core.SeedSelector, out *SeedSelector, s conversion.Scope) error
Convert_core_SeedSelector_To_v1alpha1_SeedSelector is an autogenerated conversion function.
func Convert_core_SeedSettingExcessCapacityReservation_To_v1alpha1_SeedSettingExcessCapacityReservation(in *core.SeedSettingExcessCapacityReservation, out *SeedSettingExcessCapacityReservation, s conversion.Scope) error
Convert_core_SeedSettingExcessCapacityReservation_To_v1alpha1_SeedSettingExcessCapacityReservation is an autogenerated conversion function.
func Convert_core_SeedSettingLoadBalancerServices_To_v1alpha1_SeedSettingLoadBalancerServices(in *core.SeedSettingLoadBalancerServices, out *SeedSettingLoadBalancerServices, s conversion.Scope) error
Convert_core_SeedSettingLoadBalancerServices_To_v1alpha1_SeedSettingLoadBalancerServices is an autogenerated conversion function.
func Convert_core_SeedSettingScheduling_To_v1alpha1_SeedSettingScheduling(in *core.SeedSettingScheduling, out *SeedSettingScheduling, s conversion.Scope) error
Convert_core_SeedSettingScheduling_To_v1alpha1_SeedSettingScheduling is an autogenerated conversion function.
func Convert_core_SeedSettingShootDNS_To_v1alpha1_SeedSettingShootDNS(in *core.SeedSettingShootDNS, out *SeedSettingShootDNS, s conversion.Scope) error
Convert_core_SeedSettingShootDNS_To_v1alpha1_SeedSettingShootDNS is an autogenerated conversion function.
func Convert_core_SeedSettingVerticalPodAutoscaler_To_v1alpha1_SeedSettingVerticalPodAutoscaler(in *core.SeedSettingVerticalPodAutoscaler, out *SeedSettingVerticalPodAutoscaler, s conversion.Scope) error
Convert_core_SeedSettingVerticalPodAutoscaler_To_v1alpha1_SeedSettingVerticalPodAutoscaler is an autogenerated conversion function.
func Convert_core_SeedSettings_To_v1alpha1_SeedSettings(in *core.SeedSettings, out *SeedSettings, s conversion.Scope) error
Convert_core_SeedSettings_To_v1alpha1_SeedSettings is an autogenerated conversion function.
func Convert_core_SeedSpec_To_v1alpha1_SeedSpec(in *core.SeedSpec, out *SeedSpec, s conversion.Scope) error
func Convert_core_SeedStatus_To_v1alpha1_SeedStatus(in *core.SeedStatus, out *SeedStatus, s conversion.Scope) error
func Convert_core_SeedTaint_To_v1alpha1_SeedTaint(in *core.SeedTaint, out *SeedTaint, s conversion.Scope) error
Convert_core_SeedTaint_To_v1alpha1_SeedTaint is an autogenerated conversion function.
func Convert_core_SeedVolumeProvider_To_v1alpha1_SeedVolumeProvider(in *core.SeedVolumeProvider, out *SeedVolumeProvider, s conversion.Scope) error
Convert_core_SeedVolumeProvider_To_v1alpha1_SeedVolumeProvider is an autogenerated conversion function.
func Convert_core_SeedVolume_To_v1alpha1_SeedVolume(in *core.SeedVolume, out *SeedVolume, s conversion.Scope) error
Convert_core_SeedVolume_To_v1alpha1_SeedVolume is an autogenerated conversion function.
func Convert_core_ServiceAccountConfig_To_v1alpha1_ServiceAccountConfig(in *core.ServiceAccountConfig, out *ServiceAccountConfig, s conversion.Scope) error
Convert_core_ServiceAccountConfig_To_v1alpha1_ServiceAccountConfig is an autogenerated conversion function.
func Convert_core_ShootList_To_v1alpha1_ShootList(in *core.ShootList, out *ShootList, s conversion.Scope) error
Convert_core_ShootList_To_v1alpha1_ShootList is an autogenerated conversion function.
func Convert_core_ShootMachineImage_To_v1alpha1_ShootMachineImage(in *core.ShootMachineImage, out *ShootMachineImage, s conversion.Scope) error
Convert_core_ShootMachineImage_To_v1alpha1_ShootMachineImage is an autogenerated conversion function.
func Convert_core_ShootNetworks_To_v1alpha1_ShootNetworks(in *core.ShootNetworks, out *ShootNetworks, s conversion.Scope) error
Convert_core_ShootNetworks_To_v1alpha1_ShootNetworks is an autogenerated conversion function.
func Convert_core_ShootSpec_To_v1alpha1_ShootSpec(in *core.ShootSpec, out *ShootSpec, s conversion.Scope) error
Convert_core_ShootSpec_To_v1alpha1_ShootSpec is an autogenerated conversion function.
func Convert_core_ShootStateList_To_v1alpha1_ShootStateList(in *core.ShootStateList, out *ShootStateList, s conversion.Scope) error
Convert_core_ShootStateList_To_v1alpha1_ShootStateList is an autogenerated conversion function.
func Convert_core_ShootStateSpec_To_v1alpha1_ShootStateSpec(in *core.ShootStateSpec, out *ShootStateSpec, s conversion.Scope) error
Convert_core_ShootStateSpec_To_v1alpha1_ShootStateSpec is an autogenerated conversion function.
func Convert_core_ShootState_To_v1alpha1_ShootState(in *core.ShootState, out *ShootState, s conversion.Scope) error
Convert_core_ShootState_To_v1alpha1_ShootState is an autogenerated conversion function.
func Convert_core_ShootStatus_To_v1alpha1_ShootStatus(in *core.ShootStatus, out *ShootStatus, s conversion.Scope) error
Convert_core_Shoot_To_v1alpha1_Shoot is an autogenerated conversion function.
func Convert_core_Toleration_To_v1alpha1_Toleration(in *core.Toleration, out *Toleration, s conversion.Scope) error
Convert_core_Toleration_To_v1alpha1_Toleration is an autogenerated conversion function.
func Convert_core_VerticalPodAutoscaler_To_v1alpha1_VerticalPodAutoscaler(in *core.VerticalPodAutoscaler, out *VerticalPodAutoscaler, s conversion.Scope) error
Convert_core_VerticalPodAutoscaler_To_v1alpha1_VerticalPodAutoscaler is an autogenerated conversion function.
func Convert_core_VolumeType_To_v1alpha1_VolumeType(in *core.VolumeType, out *VolumeType, s conversion.Scope) error
Convert_core_VolumeType_To_v1alpha1_VolumeType is an autogenerated conversion function.
func Convert_core_Volume_To_v1alpha1_Volume(in *core.Volume, out *Volume, s conversion.Scope) error
Convert_core_Volume_To_v1alpha1_Volume is an autogenerated conversion function.
func Convert_core_WatchCacheSizes_To_v1alpha1_WatchCacheSizes(in *core.WatchCacheSizes, out *WatchCacheSizes, s conversion.Scope) error
Convert_core_WatchCacheSizes_To_v1alpha1_WatchCacheSizes is an autogenerated conversion function.
func Convert_core_WorkerKubernetes_To_v1alpha1_WorkerKubernetes(in *core.WorkerKubernetes, out *WorkerKubernetes, s conversion.Scope) error
Convert_core_WorkerKubernetes_To_v1alpha1_WorkerKubernetes is an autogenerated conversion function.
func Convert_core_WorkerSystemComponents_To_v1alpha1_WorkerSystemComponents(in *core.WorkerSystemComponents, out *WorkerSystemComponents, s conversion.Scope) error
Convert_core_WorkerSystemComponents_To_v1alpha1_WorkerSystemComponents is an autogenerated conversion function.
func Convert_core_Worker_To_v1alpha1_Worker(in *core.Worker, out *Worker, s conversion.Scope) error
Convert_core_Worker_To_v1alpha1_Worker is an autogenerated conversion function.
Convert_v1alpha1_Addon_To_core_Addon is an autogenerated conversion function.
func Convert_v1alpha1_Addons_To_core_Addons(in *Addons, out *core.Addons, s conversion.Scope) error
Convert_v1alpha1_Addons_To_core_Addons is an autogenerated conversion function.
func Convert_v1alpha1_AdmissionPlugin_To_core_AdmissionPlugin(in *AdmissionPlugin, out *core.AdmissionPlugin, s conversion.Scope) error
Convert_v1alpha1_AdmissionPlugin_To_core_AdmissionPlugin is an autogenerated conversion function.
func Convert_v1alpha1_Alerting_To_core_Alerting(in *Alerting, out *core.Alerting, s conversion.Scope) error
Convert_v1alpha1_Alerting_To_core_Alerting is an autogenerated conversion function.
func Convert_v1alpha1_AuditConfig_To_core_AuditConfig(in *AuditConfig, out *core.AuditConfig, s conversion.Scope) error
Convert_v1alpha1_AuditConfig_To_core_AuditConfig is an autogenerated conversion function.
func Convert_v1alpha1_AuditPolicy_To_core_AuditPolicy(in *AuditPolicy, out *core.AuditPolicy, s conversion.Scope) error
Convert_v1alpha1_AuditPolicy_To_core_AuditPolicy is an autogenerated conversion function.
func Convert_v1alpha1_AvailabilityZone_To_core_AvailabilityZone(in *AvailabilityZone, out *core.AvailabilityZone, s conversion.Scope) error
Convert_v1alpha1_AvailabilityZone_To_core_AvailabilityZone is an autogenerated conversion function.
func Convert_v1alpha1_BackupBucketList_To_core_BackupBucketList(in *BackupBucketList, out *core.BackupBucketList, s conversion.Scope) error
Convert_v1alpha1_BackupBucketList_To_core_BackupBucketList is an autogenerated conversion function.
func Convert_v1alpha1_BackupBucketProvider_To_core_BackupBucketProvider(in *BackupBucketProvider, out *core.BackupBucketProvider, s conversion.Scope) error
Convert_v1alpha1_BackupBucketProvider_To_core_BackupBucketProvider is an autogenerated conversion function.
func Convert_v1alpha1_BackupBucketSpec_To_core_BackupBucketSpec(in *BackupBucketSpec, out *core.BackupBucketSpec, s conversion.Scope) error
func Convert_v1alpha1_BackupBucketStatus_To_core_BackupBucketStatus(in *BackupBucketStatus, out *core.BackupBucketStatus, s conversion.Scope) error
Convert_v1alpha1_BackupBucketStatus_To_core_BackupBucketStatus is an autogenerated conversion function.
func Convert_v1alpha1_BackupBucket_To_core_BackupBucket(in *BackupBucket, out *core.BackupBucket, s conversion.Scope) error
func Convert_v1alpha1_BackupEntryList_To_core_BackupEntryList(in *BackupEntryList, out *core.BackupEntryList, s conversion.Scope) error
Convert_v1alpha1_BackupEntryList_To_core_BackupEntryList is an autogenerated conversion function.
func Convert_v1alpha1_BackupEntrySpec_To_core_BackupEntrySpec(in *BackupEntrySpec, out *core.BackupEntrySpec, s conversion.Scope) error
func Convert_v1alpha1_BackupEntryStatus_To_core_BackupEntryStatus(in *BackupEntryStatus, out *core.BackupEntryStatus, s conversion.Scope) error
Convert_v1alpha1_BackupEntryStatus_To_core_BackupEntryStatus is an autogenerated conversion function.
func Convert_v1alpha1_BackupEntry_To_core_BackupEntry(in *BackupEntry, out *core.BackupEntry, s conversion.Scope) error
Convert_v1alpha1_CRI_To_core_CRI is an autogenerated conversion function.
func Convert_v1alpha1_CloudInfo_To_core_CloudInfo(in *CloudInfo, out *core.CloudInfo, s conversion.Scope) error
Convert_v1alpha1_CloudInfo_To_core_CloudInfo is an autogenerated conversion function.
func Convert_v1alpha1_CloudProfileList_To_core_CloudProfileList(in *CloudProfileList, out *core.CloudProfileList, s conversion.Scope) error
Convert_v1alpha1_CloudProfileList_To_core_CloudProfileList is an autogenerated conversion function.
func Convert_v1alpha1_CloudProfileSpec_To_core_CloudProfileSpec(in *CloudProfileSpec, out *core.CloudProfileSpec, s conversion.Scope) error
Convert_v1alpha1_CloudProfileSpec_To_core_CloudProfileSpec is an autogenerated conversion function.
func Convert_v1alpha1_CloudProfile_To_core_CloudProfile(in *CloudProfile, out *core.CloudProfile, s conversion.Scope) error
Convert_v1alpha1_CloudProfile_To_core_CloudProfile is an autogenerated conversion function.
func Convert_v1alpha1_ClusterAutoscaler_To_core_ClusterAutoscaler(in *ClusterAutoscaler, out *core.ClusterAutoscaler, s conversion.Scope) error
Convert_v1alpha1_ClusterAutoscaler_To_core_ClusterAutoscaler is an autogenerated conversion function.
func Convert_v1alpha1_ClusterInfo_To_core_ClusterInfo(in *ClusterInfo, out *core.ClusterInfo, s conversion.Scope) error
Convert_v1alpha1_ClusterInfo_To_core_ClusterInfo is an autogenerated conversion function.
func Convert_v1alpha1_Condition_To_core_Condition(in *Condition, out *core.Condition, s conversion.Scope) error
Convert_v1alpha1_Condition_To_core_Condition is an autogenerated conversion function.
func Convert_v1alpha1_ContainerRuntime_To_core_ContainerRuntime(in *ContainerRuntime, out *core.ContainerRuntime, s conversion.Scope) error
Convert_v1alpha1_ContainerRuntime_To_core_ContainerRuntime is an autogenerated conversion function.
func Convert_v1alpha1_ControllerDeployment_To_core_ControllerDeployment(in *ControllerDeployment, out *core.ControllerDeployment, s conversion.Scope) error
Convert_v1alpha1_ControllerDeployment_To_core_ControllerDeployment is an autogenerated conversion function.
func Convert_v1alpha1_ControllerInstallationList_To_core_ControllerInstallationList(in *ControllerInstallationList, out *core.ControllerInstallationList, s conversion.Scope) error
Convert_v1alpha1_ControllerInstallationList_To_core_ControllerInstallationList is an autogenerated conversion function.
func Convert_v1alpha1_ControllerInstallationSpec_To_core_ControllerInstallationSpec(in *ControllerInstallationSpec, out *core.ControllerInstallationSpec, s conversion.Scope) error
Convert_v1alpha1_ControllerInstallationSpec_To_core_ControllerInstallationSpec is an autogenerated conversion function.
func Convert_v1alpha1_ControllerInstallationStatus_To_core_ControllerInstallationStatus(in *ControllerInstallationStatus, out *core.ControllerInstallationStatus, s conversion.Scope) error
Convert_v1alpha1_ControllerInstallationStatus_To_core_ControllerInstallationStatus is an autogenerated conversion function.
func Convert_v1alpha1_ControllerInstallation_To_core_ControllerInstallation(in *ControllerInstallation, out *core.ControllerInstallation, s conversion.Scope) error
Convert_v1alpha1_ControllerInstallation_To_core_ControllerInstallation is an autogenerated conversion function.
func Convert_v1alpha1_ControllerRegistrationList_To_core_ControllerRegistrationList(in *ControllerRegistrationList, out *core.ControllerRegistrationList, s conversion.Scope) error
Convert_v1alpha1_ControllerRegistrationList_To_core_ControllerRegistrationList is an autogenerated conversion function.
func Convert_v1alpha1_ControllerRegistrationSpec_To_core_ControllerRegistrationSpec(in *ControllerRegistrationSpec, out *core.ControllerRegistrationSpec, s conversion.Scope) error
Convert_v1alpha1_ControllerRegistrationSpec_To_core_ControllerRegistrationSpec is an autogenerated conversion function.
func Convert_v1alpha1_ControllerRegistration_To_core_ControllerRegistration(in *ControllerRegistration, out *core.ControllerRegistration, s conversion.Scope) error
Convert_v1alpha1_ControllerRegistration_To_core_ControllerRegistration is an autogenerated conversion function.
func Convert_v1alpha1_ControllerResource_To_core_ControllerResource(in *ControllerResource, out *core.ControllerResource, s conversion.Scope) error
Convert_v1alpha1_ControllerResource_To_core_ControllerResource is an autogenerated conversion function.
func Convert_v1alpha1_DNSIncludeExclude_To_core_DNSIncludeExclude(in *DNSIncludeExclude, out *core.DNSIncludeExclude, s conversion.Scope) error
Convert_v1alpha1_DNSIncludeExclude_To_core_DNSIncludeExclude is an autogenerated conversion function.
func Convert_v1alpha1_DNSProvider_To_core_DNSProvider(in *DNSProvider, out *core.DNSProvider, s conversion.Scope) error
Convert_v1alpha1_DNSProvider_To_core_DNSProvider is an autogenerated conversion function.
Convert_v1alpha1_DNS_To_core_DNS is an autogenerated conversion function.
func Convert_v1alpha1_DataVolume_To_core_DataVolume(in *DataVolume, out *core.DataVolume, s conversion.Scope) error
Convert_v1alpha1_DataVolume_To_core_DataVolume is an autogenerated conversion function.
func Convert_v1alpha1_Endpoint_To_core_Endpoint(in *Endpoint, out *core.Endpoint, s conversion.Scope) error
Convert_v1alpha1_Endpoint_To_core_Endpoint is an autogenerated conversion function.
func Convert_v1alpha1_ExpirableVersion_To_core_ExpirableVersion(in *ExpirableVersion, out *core.ExpirableVersion, s conversion.Scope) error
Convert_v1alpha1_ExpirableVersion_To_core_ExpirableVersion is an autogenerated conversion function.
func Convert_v1alpha1_ExtensionResourceState_To_core_ExtensionResourceState(in *ExtensionResourceState, out *core.ExtensionResourceState, s conversion.Scope) error
Convert_v1alpha1_ExtensionResourceState_To_core_ExtensionResourceState is an autogenerated conversion function.
func Convert_v1alpha1_Extension_To_core_Extension(in *Extension, out *core.Extension, s conversion.Scope) error
Convert_v1alpha1_Extension_To_core_Extension is an autogenerated conversion function.
func Convert_v1alpha1_GardenerResourceData_To_core_GardenerResourceData(in *GardenerResourceData, out *core.GardenerResourceData, s conversion.Scope) error
Convert_v1alpha1_GardenerResourceData_To_core_GardenerResourceData is an autogenerated conversion function.
func Convert_v1alpha1_Gardener_To_core_Gardener(in *Gardener, out *core.Gardener, s conversion.Scope) error
Convert_v1alpha1_Gardener_To_core_Gardener is an autogenerated conversion function.
func Convert_v1alpha1_HibernationSchedule_To_core_HibernationSchedule(in *HibernationSchedule, out *core.HibernationSchedule, s conversion.Scope) error
Convert_v1alpha1_HibernationSchedule_To_core_HibernationSchedule is an autogenerated conversion function.
func Convert_v1alpha1_Hibernation_To_core_Hibernation(in *Hibernation, out *core.Hibernation, s conversion.Scope) error
Convert_v1alpha1_Hibernation_To_core_Hibernation is an autogenerated conversion function.
func Convert_v1alpha1_HorizontalPodAutoscalerConfig_To_core_HorizontalPodAutoscalerConfig(in *HorizontalPodAutoscalerConfig, out *core.HorizontalPodAutoscalerConfig, s conversion.Scope) error
Convert_v1alpha1_HorizontalPodAutoscalerConfig_To_core_HorizontalPodAutoscalerConfig is an autogenerated conversion function.
func Convert_v1alpha1_IngressController_To_core_IngressController(in *IngressController, out *core.IngressController, s conversion.Scope) error
Convert_v1alpha1_IngressController_To_core_IngressController is an autogenerated conversion function.
func Convert_v1alpha1_Ingress_To_core_Ingress(in *Ingress, out *core.Ingress, s conversion.Scope) error
Convert_v1alpha1_Ingress_To_core_Ingress is an autogenerated conversion function.
func Convert_v1alpha1_KubeAPIServerConfig_To_core_KubeAPIServerConfig(in *KubeAPIServerConfig, out *core.KubeAPIServerConfig, s conversion.Scope) error
Convert_v1alpha1_KubeAPIServerConfig_To_core_KubeAPIServerConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubeAPIServerRequests_To_core_KubeAPIServerRequests(in *KubeAPIServerRequests, out *core.KubeAPIServerRequests, s conversion.Scope) error
Convert_v1alpha1_KubeAPIServerRequests_To_core_KubeAPIServerRequests is an autogenerated conversion function.
func Convert_v1alpha1_KubeControllerManagerConfig_To_core_KubeControllerManagerConfig(in *KubeControllerManagerConfig, out *core.KubeControllerManagerConfig, s conversion.Scope) error
Convert_v1alpha1_KubeControllerManagerConfig_To_core_KubeControllerManagerConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubeProxyConfig_To_core_KubeProxyConfig(in *KubeProxyConfig, out *core.KubeProxyConfig, s conversion.Scope) error
Convert_v1alpha1_KubeProxyConfig_To_core_KubeProxyConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubeSchedulerConfig_To_core_KubeSchedulerConfig(in *KubeSchedulerConfig, out *core.KubeSchedulerConfig, s conversion.Scope) error
Convert_v1alpha1_KubeSchedulerConfig_To_core_KubeSchedulerConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubeletConfigEvictionMinimumReclaim_To_core_KubeletConfigEvictionMinimumReclaim(in *KubeletConfigEvictionMinimumReclaim, out *core.KubeletConfigEvictionMinimumReclaim, s conversion.Scope) error
Convert_v1alpha1_KubeletConfigEvictionMinimumReclaim_To_core_KubeletConfigEvictionMinimumReclaim is an autogenerated conversion function.
func Convert_v1alpha1_KubeletConfigEvictionSoftGracePeriod_To_core_KubeletConfigEvictionSoftGracePeriod(in *KubeletConfigEvictionSoftGracePeriod, out *core.KubeletConfigEvictionSoftGracePeriod, s conversion.Scope) error
Convert_v1alpha1_KubeletConfigEvictionSoftGracePeriod_To_core_KubeletConfigEvictionSoftGracePeriod is an autogenerated conversion function.
func Convert_v1alpha1_KubeletConfigEviction_To_core_KubeletConfigEviction(in *KubeletConfigEviction, out *core.KubeletConfigEviction, s conversion.Scope) error
Convert_v1alpha1_KubeletConfigEviction_To_core_KubeletConfigEviction is an autogenerated conversion function.
func Convert_v1alpha1_KubeletConfigReserved_To_core_KubeletConfigReserved(in *KubeletConfigReserved, out *core.KubeletConfigReserved, s conversion.Scope) error
Convert_v1alpha1_KubeletConfigReserved_To_core_KubeletConfigReserved is an autogenerated conversion function.
func Convert_v1alpha1_KubeletConfig_To_core_KubeletConfig(in *KubeletConfig, out *core.KubeletConfig, s conversion.Scope) error
Convert_v1alpha1_KubeletConfig_To_core_KubeletConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubernetesConfig_To_core_KubernetesConfig(in *KubernetesConfig, out *core.KubernetesConfig, s conversion.Scope) error
Convert_v1alpha1_KubernetesConfig_To_core_KubernetesConfig is an autogenerated conversion function.
func Convert_v1alpha1_KubernetesDashboard_To_core_KubernetesDashboard(in *KubernetesDashboard, out *core.KubernetesDashboard, s conversion.Scope) error
Convert_v1alpha1_KubernetesDashboard_To_core_KubernetesDashboard is an autogenerated conversion function.
func Convert_v1alpha1_KubernetesInfo_To_core_KubernetesInfo(in *KubernetesInfo, out *core.KubernetesInfo, s conversion.Scope) error
Convert_v1alpha1_KubernetesInfo_To_core_KubernetesInfo is an autogenerated conversion function.
func Convert_v1alpha1_KubernetesSettings_To_core_KubernetesSettings(in *KubernetesSettings, out *core.KubernetesSettings, s conversion.Scope) error
Convert_v1alpha1_KubernetesSettings_To_core_KubernetesSettings is an autogenerated conversion function.
func Convert_v1alpha1_Kubernetes_To_core_Kubernetes(in *Kubernetes, out *core.Kubernetes, s conversion.Scope) error
Convert_v1alpha1_Kubernetes_To_core_Kubernetes is an autogenerated conversion function.
func Convert_v1alpha1_LastError_To_core_LastError(in *LastError, out *core.LastError, s conversion.Scope) error
Convert_v1alpha1_LastError_To_core_LastError is an autogenerated conversion function.
func Convert_v1alpha1_LastOperation_To_core_LastOperation(in *LastOperation, out *core.LastOperation, s conversion.Scope) error
Convert_v1alpha1_LastOperation_To_core_LastOperation is an autogenerated conversion function.
func Convert_v1alpha1_MachineControllerManagerSettings_To_core_MachineControllerManagerSettings(in *MachineControllerManagerSettings, out *core.MachineControllerManagerSettings, s conversion.Scope) error
Convert_v1alpha1_MachineControllerManagerSettings_To_core_MachineControllerManagerSettings is an autogenerated conversion function.
func Convert_v1alpha1_MachineImageVersion_To_core_MachineImageVersion(in *MachineImageVersion, out *core.MachineImageVersion, s conversion.Scope) error
Convert_v1alpha1_MachineImageVersion_To_core_MachineImageVersion is an autogenerated conversion function.
func Convert_v1alpha1_MachineImage_To_core_MachineImage(in *MachineImage, out *core.MachineImage, s conversion.Scope) error
Convert_v1alpha1_MachineImage_To_core_MachineImage is an autogenerated conversion function.
func Convert_v1alpha1_MachineTypeStorage_To_core_MachineTypeStorage(in *MachineTypeStorage, out *core.MachineTypeStorage, s conversion.Scope) error
Convert_v1alpha1_MachineTypeStorage_To_core_MachineTypeStorage is an autogenerated conversion function.
func Convert_v1alpha1_MachineType_To_core_MachineType(in *MachineType, out *core.MachineType, s conversion.Scope) error
Convert_v1alpha1_MachineType_To_core_MachineType is an autogenerated conversion function.
func Convert_v1alpha1_Machine_To_core_Machine(in *Machine, out *core.Machine, s conversion.Scope) error
Convert_v1alpha1_Machine_To_core_Machine is an autogenerated conversion function.
func Convert_v1alpha1_MaintenanceAutoUpdate_To_core_MaintenanceAutoUpdate(in *MaintenanceAutoUpdate, out *core.MaintenanceAutoUpdate, s conversion.Scope) error
Convert_v1alpha1_MaintenanceAutoUpdate_To_core_MaintenanceAutoUpdate is an autogenerated conversion function.
func Convert_v1alpha1_MaintenanceTimeWindow_To_core_MaintenanceTimeWindow(in *MaintenanceTimeWindow, out *core.MaintenanceTimeWindow, s conversion.Scope) error
Convert_v1alpha1_MaintenanceTimeWindow_To_core_MaintenanceTimeWindow is an autogenerated conversion function.
func Convert_v1alpha1_Maintenance_To_core_Maintenance(in *Maintenance, out *core.Maintenance, s conversion.Scope) error
Convert_v1alpha1_Maintenance_To_core_Maintenance is an autogenerated conversion function.
func Convert_v1alpha1_Monitoring_To_core_Monitoring(in *Monitoring, out *core.Monitoring, s conversion.Scope) error
Convert_v1alpha1_Monitoring_To_core_Monitoring is an autogenerated conversion function.
func Convert_v1alpha1_NamedResourceReference_To_core_NamedResourceReference(in *NamedResourceReference, out *core.NamedResourceReference, s conversion.Scope) error
Convert_v1alpha1_NamedResourceReference_To_core_NamedResourceReference is an autogenerated conversion function.
func Convert_v1alpha1_Networking_To_core_Networking(in *Networking, out *core.Networking, s conversion.Scope) error
Convert_v1alpha1_Networking_To_core_Networking is an autogenerated conversion function.
func Convert_v1alpha1_NginxIngress_To_core_NginxIngress(in *NginxIngress, out *core.NginxIngress, s conversion.Scope) error
Convert_v1alpha1_NginxIngress_To_core_NginxIngress is an autogenerated conversion function.
func Convert_v1alpha1_OIDCConfig_To_core_OIDCConfig(in *OIDCConfig, out *core.OIDCConfig, s conversion.Scope) error
Convert_v1alpha1_OIDCConfig_To_core_OIDCConfig is an autogenerated conversion function.
func Convert_v1alpha1_OpenIDConnectClientAuthentication_To_core_OpenIDConnectClientAuthentication(in *OpenIDConnectClientAuthentication, out *core.OpenIDConnectClientAuthentication, s conversion.Scope) error
Convert_v1alpha1_OpenIDConnectClientAuthentication_To_core_OpenIDConnectClientAuthentication is an autogenerated conversion function.
func Convert_v1alpha1_PlantList_To_core_PlantList(in *PlantList, out *core.PlantList, s conversion.Scope) error
Convert_v1alpha1_PlantList_To_core_PlantList is an autogenerated conversion function.
func Convert_v1alpha1_PlantSpec_To_core_PlantSpec(in *PlantSpec, out *core.PlantSpec, s conversion.Scope) error
Convert_v1alpha1_PlantSpec_To_core_PlantSpec is an autogenerated conversion function.
func Convert_v1alpha1_PlantStatus_To_core_PlantStatus(in *PlantStatus, out *core.PlantStatus, s conversion.Scope) error
Convert_v1alpha1_PlantStatus_To_core_PlantStatus is an autogenerated conversion function.
Convert_v1alpha1_Plant_To_core_Plant is an autogenerated conversion function.
func Convert_v1alpha1_ProjectList_To_core_ProjectList(in *ProjectList, out *core.ProjectList, s conversion.Scope) error
Convert_v1alpha1_ProjectList_To_core_ProjectList is an autogenerated conversion function.
func Convert_v1alpha1_ProjectMember_To_core_ProjectMember(in *ProjectMember, out *core.ProjectMember, s conversion.Scope) error
func Convert_v1alpha1_ProjectSpec_To_core_ProjectSpec(in *ProjectSpec, out *core.ProjectSpec, s conversion.Scope) error
func Convert_v1alpha1_ProjectStatus_To_core_ProjectStatus(in *ProjectStatus, out *core.ProjectStatus, s conversion.Scope) error
Convert_v1alpha1_ProjectStatus_To_core_ProjectStatus is an autogenerated conversion function.
func Convert_v1alpha1_ProjectTolerations_To_core_ProjectTolerations(in *ProjectTolerations, out *core.ProjectTolerations, s conversion.Scope) error
Convert_v1alpha1_ProjectTolerations_To_core_ProjectTolerations is an autogenerated conversion function.
func Convert_v1alpha1_Project_To_core_Project(in *Project, out *core.Project, s conversion.Scope) error
Convert_v1alpha1_Project_To_core_Project is an autogenerated conversion function.
func Convert_v1alpha1_Provider_To_core_Provider(in *Provider, out *core.Provider, s conversion.Scope) error
Convert_v1alpha1_Provider_To_core_Provider is an autogenerated conversion function.
func Convert_v1alpha1_QuotaList_To_core_QuotaList(in *QuotaList, out *core.QuotaList, s conversion.Scope) error
Convert_v1alpha1_QuotaList_To_core_QuotaList is an autogenerated conversion function.
func Convert_v1alpha1_QuotaSpec_To_core_QuotaSpec(in *QuotaSpec, out *core.QuotaSpec, s conversion.Scope) error
Convert_v1alpha1_QuotaSpec_To_core_QuotaSpec is an autogenerated conversion function.
Convert_v1alpha1_Quota_To_core_Quota is an autogenerated conversion function.
func Convert_v1alpha1_Region_To_core_Region(in *Region, out *core.Region, s conversion.Scope) error
Convert_v1alpha1_Region_To_core_Region is an autogenerated conversion function.
func Convert_v1alpha1_ResourceData_To_core_ResourceData(in *ResourceData, out *core.ResourceData, s conversion.Scope) error
Convert_v1alpha1_ResourceData_To_core_ResourceData is an autogenerated conversion function.
func Convert_v1alpha1_ResourceWatchCacheSize_To_core_ResourceWatchCacheSize(in *ResourceWatchCacheSize, out *core.ResourceWatchCacheSize, s conversion.Scope) error
Convert_v1alpha1_ResourceWatchCacheSize_To_core_ResourceWatchCacheSize is an autogenerated conversion function.
func Convert_v1alpha1_SecretBindingList_To_core_SecretBindingList(in *SecretBindingList, out *core.SecretBindingList, s conversion.Scope) error
Convert_v1alpha1_SecretBindingList_To_core_SecretBindingList is an autogenerated conversion function.
func Convert_v1alpha1_SecretBinding_To_core_SecretBinding(in *SecretBinding, out *core.SecretBinding, s conversion.Scope) error
Convert_v1alpha1_SecretBinding_To_core_SecretBinding is an autogenerated conversion function.
func Convert_v1alpha1_SeedBackup_To_core_SeedBackup(in *SeedBackup, out *core.SeedBackup, s conversion.Scope) error
Convert_v1alpha1_SeedBackup_To_core_SeedBackup is an autogenerated conversion function.
func Convert_v1alpha1_SeedDNSProvider_To_core_SeedDNSProvider(in *SeedDNSProvider, out *core.SeedDNSProvider, s conversion.Scope) error
Convert_v1alpha1_SeedDNSProvider_To_core_SeedDNSProvider is an autogenerated conversion function.
func Convert_v1alpha1_SeedDNS_To_core_SeedDNS(in *SeedDNS, out *core.SeedDNS, s conversion.Scope) error
Convert_v1alpha1_SeedDNS_To_core_SeedDNS is an autogenerated conversion function.
func Convert_v1alpha1_SeedList_To_core_SeedList(in *SeedList, out *core.SeedList, s conversion.Scope) error
Convert_v1alpha1_SeedList_To_core_SeedList is an autogenerated conversion function.
func Convert_v1alpha1_SeedNetworks_To_core_SeedNetworks(in *SeedNetworks, out *core.SeedNetworks, s conversion.Scope) error
func Convert_v1alpha1_SeedProvider_To_core_SeedProvider(in *SeedProvider, out *core.SeedProvider, s conversion.Scope) error
Convert_v1alpha1_SeedProvider_To_core_SeedProvider is an autogenerated conversion function.
func Convert_v1alpha1_SeedSelector_To_core_SeedSelector(in *SeedSelector, out *core.SeedSelector, s conversion.Scope) error
Convert_v1alpha1_SeedSelector_To_core_SeedSelector is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettingExcessCapacityReservation_To_core_SeedSettingExcessCapacityReservation(in *SeedSettingExcessCapacityReservation, out *core.SeedSettingExcessCapacityReservation, s conversion.Scope) error
Convert_v1alpha1_SeedSettingExcessCapacityReservation_To_core_SeedSettingExcessCapacityReservation is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettingLoadBalancerServices_To_core_SeedSettingLoadBalancerServices(in *SeedSettingLoadBalancerServices, out *core.SeedSettingLoadBalancerServices, s conversion.Scope) error
Convert_v1alpha1_SeedSettingLoadBalancerServices_To_core_SeedSettingLoadBalancerServices is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettingScheduling_To_core_SeedSettingScheduling(in *SeedSettingScheduling, out *core.SeedSettingScheduling, s conversion.Scope) error
Convert_v1alpha1_SeedSettingScheduling_To_core_SeedSettingScheduling is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettingShootDNS_To_core_SeedSettingShootDNS(in *SeedSettingShootDNS, out *core.SeedSettingShootDNS, s conversion.Scope) error
Convert_v1alpha1_SeedSettingShootDNS_To_core_SeedSettingShootDNS is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettingVerticalPodAutoscaler_To_core_SeedSettingVerticalPodAutoscaler(in *SeedSettingVerticalPodAutoscaler, out *core.SeedSettingVerticalPodAutoscaler, s conversion.Scope) error
Convert_v1alpha1_SeedSettingVerticalPodAutoscaler_To_core_SeedSettingVerticalPodAutoscaler is an autogenerated conversion function.
func Convert_v1alpha1_SeedSettings_To_core_SeedSettings(in *SeedSettings, out *core.SeedSettings, s conversion.Scope) error
Convert_v1alpha1_SeedSettings_To_core_SeedSettings is an autogenerated conversion function.
func Convert_v1alpha1_SeedSpec_To_core_SeedSpec(in *SeedSpec, out *core.SeedSpec, s conversion.Scope) error
func Convert_v1alpha1_SeedStatus_To_core_SeedStatus(in *SeedStatus, out *core.SeedStatus, s conversion.Scope) error
Convert_v1alpha1_SeedStatus_To_core_SeedStatus is an autogenerated conversion function.
func Convert_v1alpha1_SeedTaint_To_core_SeedTaint(in *SeedTaint, out *core.SeedTaint, s conversion.Scope) error
Convert_v1alpha1_SeedTaint_To_core_SeedTaint is an autogenerated conversion function.
func Convert_v1alpha1_SeedVolumeProvider_To_core_SeedVolumeProvider(in *SeedVolumeProvider, out *core.SeedVolumeProvider, s conversion.Scope) error
Convert_v1alpha1_SeedVolumeProvider_To_core_SeedVolumeProvider is an autogenerated conversion function.
func Convert_v1alpha1_SeedVolume_To_core_SeedVolume(in *SeedVolume, out *core.SeedVolume, s conversion.Scope) error
Convert_v1alpha1_SeedVolume_To_core_SeedVolume is an autogenerated conversion function.
func Convert_v1alpha1_ServiceAccountConfig_To_core_ServiceAccountConfig(in *ServiceAccountConfig, out *core.ServiceAccountConfig, s conversion.Scope) error
Convert_v1alpha1_ServiceAccountConfig_To_core_ServiceAccountConfig is an autogenerated conversion function.
func Convert_v1alpha1_ShootList_To_core_ShootList(in *ShootList, out *core.ShootList, s conversion.Scope) error
Convert_v1alpha1_ShootList_To_core_ShootList is an autogenerated conversion function.
func Convert_v1alpha1_ShootMachineImage_To_core_ShootMachineImage(in *ShootMachineImage, out *core.ShootMachineImage, s conversion.Scope) error
Convert_v1alpha1_ShootMachineImage_To_core_ShootMachineImage is an autogenerated conversion function.
func Convert_v1alpha1_ShootNetworks_To_core_ShootNetworks(in *ShootNetworks, out *core.ShootNetworks, s conversion.Scope) error
Convert_v1alpha1_ShootNetworks_To_core_ShootNetworks is an autogenerated conversion function.
func Convert_v1alpha1_ShootSpec_To_core_ShootSpec(in *ShootSpec, out *core.ShootSpec, s conversion.Scope) error
Convert_v1alpha1_ShootSpec_To_core_ShootSpec is an autogenerated conversion function.
func Convert_v1alpha1_ShootStateList_To_core_ShootStateList(in *ShootStateList, out *core.ShootStateList, s conversion.Scope) error
Convert_v1alpha1_ShootStateList_To_core_ShootStateList is an autogenerated conversion function.
func Convert_v1alpha1_ShootStateSpec_To_core_ShootStateSpec(in *ShootStateSpec, out *core.ShootStateSpec, s conversion.Scope) error
Convert_v1alpha1_ShootStateSpec_To_core_ShootStateSpec is an autogenerated conversion function.
func Convert_v1alpha1_ShootState_To_core_ShootState(in *ShootState, out *core.ShootState, s conversion.Scope) error
Convert_v1alpha1_ShootState_To_core_ShootState is an autogenerated conversion function.
func Convert_v1alpha1_ShootStatus_To_core_ShootStatus(in *ShootStatus, out *core.ShootStatus, s conversion.Scope) error
Convert_v1alpha1_Shoot_To_core_Shoot is an autogenerated conversion function.
func Convert_v1alpha1_Toleration_To_core_Toleration(in *Toleration, out *core.Toleration, s conversion.Scope) error
Convert_v1alpha1_Toleration_To_core_Toleration is an autogenerated conversion function.
func Convert_v1alpha1_VerticalPodAutoscaler_To_core_VerticalPodAutoscaler(in *VerticalPodAutoscaler, out *core.VerticalPodAutoscaler, s conversion.Scope) error
Convert_v1alpha1_VerticalPodAutoscaler_To_core_VerticalPodAutoscaler is an autogenerated conversion function.
func Convert_v1alpha1_VolumeType_To_core_VolumeType(in *VolumeType, out *core.VolumeType, s conversion.Scope) error
Convert_v1alpha1_VolumeType_To_core_VolumeType is an autogenerated conversion function.
func Convert_v1alpha1_Volume_To_core_Volume(in *Volume, out *core.Volume, s conversion.Scope) error
Convert_v1alpha1_Volume_To_core_Volume is an autogenerated conversion function.
func Convert_v1alpha1_WatchCacheSizes_To_core_WatchCacheSizes(in *WatchCacheSizes, out *core.WatchCacheSizes, s conversion.Scope) error
Convert_v1alpha1_WatchCacheSizes_To_core_WatchCacheSizes is an autogenerated conversion function.
func Convert_v1alpha1_WorkerKubernetes_To_core_WorkerKubernetes(in *WorkerKubernetes, out *core.WorkerKubernetes, s conversion.Scope) error
Convert_v1alpha1_WorkerKubernetes_To_core_WorkerKubernetes is an autogenerated conversion function.
func Convert_v1alpha1_WorkerSystemComponents_To_core_WorkerSystemComponents(in *WorkerSystemComponents, out *core.WorkerSystemComponents, s conversion.Scope) error
Convert_v1alpha1_WorkerSystemComponents_To_core_WorkerSystemComponents is an autogenerated conversion function.
func Convert_v1alpha1_Worker_To_core_Worker(in *Worker, out *core.Worker, s conversion.Scope) error
Convert_v1alpha1_Worker_To_core_Worker is an autogenerated conversion function.
Kind takes an unqualified kind and returns a Group qualified GroupKind.
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource.
func SetDefaults_ControllerDeployment(obj *ControllerDeployment)
SetDefaults_ControllerDeployment sets default values for ControllerDeployment objects.
func SetDefaults_ControllerResource(obj *ControllerResource)
SetDefaults_ControllerResource sets default values for ControllerResource objects.
func SetDefaults_MachineType(obj *MachineType)
SetDefaults_MachineType sets default values for MachineType objects.
func SetDefaults_Maintenance(obj *Maintenance)
SetDefaults_Maintenance sets default values for Maintenance objects.
func SetDefaults_NginxIngress(obj *NginxIngress)
SetDefaults_NginxIngress sets default values for NginxIngress objects.
SetDefaults_Project sets default values for Project objects.
func SetDefaults_SecretBinding(obj *SecretBinding)
SetDefaults_SecretBinding sets default values for SecretBinding objects.
SetDefaults_Seed sets default values for Seed objects.
SetDefaults_Shoot sets default values for Shoot objects.
func SetDefaults_VerticalPodAutoscaler(obj *VerticalPodAutoscaler)
SetDefaults_VerticalPodAutoscaler sets default values for VerticalPodAutoscaler objects.
func SetDefaults_VolumeType(obj *VolumeType)
SetDefaults_VolumeType sets default values for VolumeType objects.
SetDefaults_Worker sets default values for Worker objects.
func SetObjectDefaults_CloudProfile(in *CloudProfile)
func SetObjectDefaults_CloudProfileList(in *CloudProfileList)
func SetObjectDefaults_ControllerRegistration(in *ControllerRegistration)
func SetObjectDefaults_ControllerRegistrationList(in *ControllerRegistrationList)
func SetObjectDefaults_ProjectList(in *ProjectList)
func SetObjectDefaults_SecretBinding(in *SecretBinding)
func SetObjectDefaults_SecretBindingList(in *SecretBindingList)
type Addon struct { // Enabled indicates whether the addon is enabled or not. Enabled bool `json:"enabled" protobuf:"varint,1,opt,name=enabled"` }
Addon allows enabling or disabling a specific addon and is used to derive from.
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Addon.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Addons struct { // KubernetesDashboard holds configuration settings for the kubernetes dashboard addon. // +optional KubernetesDashboard *KubernetesDashboard `json:"kubernetes-dashboard,omitempty" protobuf:"bytes,1,opt,name=kubernetesDashboard"` // NginxIngress holds configuration settings for the nginx-ingress addon. // +optional NginxIngress *NginxIngress `json:"nginx-ingress,omitempty" protobuf:"bytes,2,opt,name=nginxIngress"` }
Addons is a collection of configuration for specific addons which are managed by the Gardener.
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Addons.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AdmissionPlugin struct { // Name is the name of the plugin. Name string `json:"name" protobuf:"bytes,1,opt,name=name"` // Config is the configuration of the plugin. // +optional Config *runtime.RawExtension `json:"config,omitempty" protobuf:"bytes,2,opt,name=config"` }
AdmissionPlugin contains information about a specific admission plugin and its corresponding configuration.
func (in *AdmissionPlugin) DeepCopy() *AdmissionPlugin
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionPlugin.
func (in *AdmissionPlugin) DeepCopyInto(out *AdmissionPlugin)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AdmissionPlugin) Descriptor() ([]byte, []int)
func (m *AdmissionPlugin) Marshal() (dAtA []byte, err error)
func (m *AdmissionPlugin) MarshalTo(dAtA []byte) (int, error)
func (m *AdmissionPlugin) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AdmissionPlugin) ProtoMessage()
func (m *AdmissionPlugin) Reset()
func (m *AdmissionPlugin) Size() (n int)
func (this *AdmissionPlugin) String() string
func (m *AdmissionPlugin) Unmarshal(dAtA []byte) error
func (m *AdmissionPlugin) XXX_DiscardUnknown()
func (m *AdmissionPlugin) XXX_Merge(src proto.Message)
func (m *AdmissionPlugin) XXX_Size() int
func (m *AdmissionPlugin) XXX_Unmarshal(b []byte) error
type Alerting struct { // MonitoringEmailReceivers is a list of recipients for alerts // +optional EmailReceivers []string `json:"emailReceivers,omitempty" protobuf:"bytes,1,rep,name=emailReceivers"` }
Alerting contains information about how alerting will be done (i.e. who will receive alerts and how).
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Alerting.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuditConfig struct { // AuditPolicy contains configuration settings for audit policy of the kube-apiserver. // +optional AuditPolicy *AuditPolicy `json:"auditPolicy,omitempty" protobuf:"bytes,1,opt,name=auditPolicy"` }
AuditConfig contains settings for audit of the api server
func (in *AuditConfig) DeepCopy() *AuditConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuditConfig.
func (in *AuditConfig) DeepCopyInto(out *AuditConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuditConfig) Descriptor() ([]byte, []int)
func (m *AuditConfig) Marshal() (dAtA []byte, err error)
func (m *AuditConfig) MarshalTo(dAtA []byte) (int, error)
func (m *AuditConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuditConfig) ProtoMessage()
func (m *AuditConfig) Reset()
func (m *AuditConfig) Size() (n int)
func (this *AuditConfig) String() string
func (m *AuditConfig) Unmarshal(dAtA []byte) error
func (m *AuditConfig) XXX_DiscardUnknown()
func (m *AuditConfig) XXX_Merge(src proto.Message)
func (m *AuditConfig) XXX_Size() int
func (m *AuditConfig) XXX_Unmarshal(b []byte) error
type AuditPolicy struct { // ConfigMapRef is a reference to a ConfigMap object in the same namespace, // which contains the audit policy for the kube-apiserver. // +optional ConfigMapRef *corev1.ObjectReference `json:"configMapRef,omitempty" protobuf:"bytes,1,opt,name=configMapRef"` }
AuditPolicy contains audit policy for kube-apiserver
func (in *AuditPolicy) DeepCopy() *AuditPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuditPolicy.
func (in *AuditPolicy) DeepCopyInto(out *AuditPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuditPolicy) Descriptor() ([]byte, []int)
func (m *AuditPolicy) Marshal() (dAtA []byte, err error)
func (m *AuditPolicy) MarshalTo(dAtA []byte) (int, error)
func (m *AuditPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuditPolicy) ProtoMessage()
func (m *AuditPolicy) Reset()
func (m *AuditPolicy) Size() (n int)
func (this *AuditPolicy) String() string
func (m *AuditPolicy) Unmarshal(dAtA []byte) error
func (m *AuditPolicy) XXX_DiscardUnknown()
func (m *AuditPolicy) XXX_Merge(src proto.Message)
func (m *AuditPolicy) XXX_Size() int
func (m *AuditPolicy) XXX_Unmarshal(b []byte) error
type AvailabilityZone struct { // Name is an an availability zone name. Name string `json:"name" protobuf:"bytes,1,opt,name=name"` // UnavailableMachineTypes is a list of machine type names that are not availability in this zone. // +optional []string `json:"unavailableMachineTypes,omitempty" protobuf:"bytes,2,rep,name=unavailableMachineTypes"` // UnavailableVolumeTypes is a list of volume type names that are not availability in this zone. // +optional []string `json:"unavailableVolumeTypes,omitempty" protobuf:"bytes,3,rep,name=unavailableVolumeTypes"` }
AvailabilityZone is an availability zone.
func (in *AvailabilityZone) DeepCopy() *AvailabilityZone
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilityZone.
func (in *AvailabilityZone) DeepCopyInto(out *AvailabilityZone)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AvailabilityZone) Descriptor() ([]byte, []int)
func (m *AvailabilityZone) Marshal() (dAtA []byte, err error)
func (m *AvailabilityZone) MarshalTo(dAtA []byte) (int, error)
func (m *AvailabilityZone) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AvailabilityZone) ProtoMessage()
func (m *AvailabilityZone) Reset()
func (m *AvailabilityZone) Size() (n int)
func (this *AvailabilityZone) String() string
func (m *AvailabilityZone) Unmarshal(dAtA []byte) error
func (m *AvailabilityZone) XXX_DiscardUnknown()
func (m *AvailabilityZone) XXX_Merge(src proto.Message)
func (m *AvailabilityZone) XXX_Size() int
func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error
type BackupBucket struct { metav1.TypeMeta `json:",inline"` // Standard object metadata. metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` // Specification of the Backup Bucket. Spec BackupBucketSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"` // Most recently observed status of the Backup Bucket. Status BackupBucketStatus `json:"status" protobuf:"bytes,3,opt,name=status"` }
BackupBucket holds details about backup bucket
func (in *BackupBucket) DeepCopy() *BackupBucket
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupBucket.
func (in *BackupBucket) DeepCopyInto(out *BackupBucket)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BackupBucket) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BackupBucket) Descriptor() ([]byte, []int)
func (m *BackupBucket) Marshal() (dAtA []byte, err error)
func (m *BackupBucket) MarshalTo(dAtA []byte) (int, error)
func (m *BackupBucket) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupBucket) ProtoMessage()
func (m *BackupBucket) Reset()
func (m *BackupBucket) Size() (n int)
func (this *BackupBucket) String() string
func (m *BackupBucket) Unmarshal(dAtA []byte) error
func (m *BackupBucket) XXX_DiscardUnknown()
func (m *BackupBucket) XXX_Merge(src proto.Message)
func (m *BackupBucket) XXX_Size() int
func (m *BackupBucket) XXX_Unmarshal(b []byte) error
type BackupBucketList struct { metav1.TypeMeta `json:",inline"` // Standard list object metadata. // +optional metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is the list of BackupBucket. Items []BackupBucket `json:"items" protobuf:"bytes,2,rep,name=items"` }
BackupBucketList is a list of BackupBucket objects.
func (in *BackupBucketList) DeepCopy() *BackupBucketList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupBucketList.
func (in *BackupBucketList) DeepCopyInto(out *BackupBucketList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BackupBucketList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BackupBucketList) Descriptor() ([]byte, []int)
func (m *BackupBucketList) Marshal() (dAtA []byte, err error)
func (m *BackupBucketList) MarshalTo(dAtA []byte) (int, error)
func (m *BackupBucketList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupBucketList) ProtoMessage()
func (m *BackupBucketList) Reset()
func (m *BackupBucketList) Size() (n int)
func (this *BackupBucketList) String() string
func (m *BackupBucketList) Unmarshal(dAtA []byte) error
func (m *BackupBucketList) XXX_DiscardUnknown()
func (m *BackupBucketList) XXX_Merge(src proto.Message)
func (m *BackupBucketList) XXX_Size() int
func (m *BackupBucketList) XXX_Unmarshal(b []byte) error
type BackupBucketProvider struct { // Type is the type of provider. Type string `json:"type" protobuf:"bytes,1,opt,name=type"` // Region is the region of the bucket. Region string `json:"region" protobuf:"bytes,2,opt,name=region"` }
BackupBucketProvider holds the details of cloud provider of the object store.
func (in *BackupBucketProvider) DeepCopy() *BackupBucketProvider
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupBucketProvider.
func (in *BackupBucketProvider) DeepCopyInto(out *BackupBucketProvider)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupBucketProvider) Descriptor() ([]byte, []int)
func (m *BackupBucketProvider) Marshal() (dAtA []byte, err error)
func (m *BackupBucketProvider) MarshalTo(dAtA []byte) (int, error)
func (m *BackupBucketProvider) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupBucketProvider) ProtoMessage()
func (m *BackupBucketProvider) Reset()
func (m *BackupBucketProvider) Size() (n int)
func (this *BackupBucketProvider) String() string
func (m *BackupBucketProvider) Unmarshal(dAtA []byte) error
func (m *BackupBucketProvider) XXX_DiscardUnknown()
func (m *BackupBucketProvider) XXX_Merge(src proto.Message)
func (m *BackupBucketProvider) XXX_Size() int
func (m *BackupBucketProvider) XXX_Unmarshal(b []byte) error
type BackupBucketSpec struct { // Provider hold the details of cloud provider of the object store. Provider BackupBucketProvider `json:"provider" protobuf:"bytes,1,opt,name=provider"` // ProviderConfig is the configuration passed to BackupBucket resource. // +optional ProviderConfig *runtime.RawExtension `json:"providerConfig,omitempty" protobuf:"bytes,2,opt,name=providerConfig"` // SecretRef is a reference to a secret that contains the credentials to access object store. SecretRef corev1.SecretReference `json:"secretRef" protobuf:"bytes,3,opt,name=secretRef"` // Seed holds the name of the seed allocated to BackupBucket for running controller. // +optional Seed *string `json:"seed,omitempty" protobuf:"bytes,4,opt,name=seed"` }
BackupBucketSpec is the specification of a Backup Bucket.
func (in *BackupBucketSpec) DeepCopy() *BackupBucketSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupBucketSpec.
func (in *BackupBucketSpec) DeepCopyInto(out *BackupBucketSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupBucketSpec) Descriptor() ([]byte, []int)
func (m *BackupBucketSpec) Marshal() (dAtA []byte, err error)
func (m *BackupBucketSpec) MarshalTo(dAtA []byte) (int, error)
func (m *BackupBucketSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupBucketSpec) ProtoMessage()
func (m *BackupBucketSpec) Reset()
func (m *BackupBucketSpec) Size() (n int)
func (this *BackupBucketSpec) String() string
func (m *BackupBucketSpec) Unmarshal(dAtA []byte) error
func (m *BackupBucketSpec) XXX_DiscardUnknown()
func (m *BackupBucketSpec) XXX_Merge(src proto.Message)
func (m *BackupBucketSpec) XXX_Size() int
func (m *BackupBucketSpec) XXX_Unmarshal(b []byte) error
type BackupBucketStatus struct { // ProviderStatus is the configuration passed to BackupBucket resource. // +optional ProviderStatus *runtime.RawExtension `json:"providerStatus,omitempty" protobuf:"bytes,1,opt,name=providerStatus"` // LastOperation holds information about the last operation on the BackupBucket. // +optional LastOperation *LastOperation `json:"lastOperation,omitempty" protobuf:"bytes,2,opt,name=lastOperation"` // LastError holds information about the last occurred error during an operation. // +optional LastError *LastError `json:"lastError,omitempty" protobuf:"bytes,3,opt,name=lastError"` // ObservedGeneration is the most recent generation observed for this BackupBucket. It corresponds to the // BackupBucket's generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,4,opt,name=observedGeneration"` // GeneratedSecretRef is reference to the secret generated by backup bucket, which // will have object store specific credentials. // +optional GeneratedSecretRef *corev1.SecretReference `json:"generatedSecretRef,omitempty" protobuf:"bytes,5,opt,name=generatedSecretRef"` }
BackupBucketStatus holds the most recently observed status of the Backup Bucket.
func (in *BackupBucketStatus) DeepCopy() *BackupBucketStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupBucketStatus.
func (in *BackupBucketStatus) DeepCopyInto(out *BackupBucketStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupBucketStatus) Descriptor() ([]byte, []int)
func (m *BackupBucketStatus) Marshal() (dAtA []byte, err error)
func (m *BackupBucketStatus) MarshalTo(dAtA []byte) (int, error)
func (m *BackupBucketStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupBucketStatus) ProtoMessage()
func (m *BackupBucketStatus) Reset()
func (m *BackupBucketStatus) Size() (n int)
func (this *BackupBucketStatus) String() string
func (m *BackupBucketStatus) Unmarshal(dAtA []byte) error
func (m *BackupBucketStatus) XXX_DiscardUnknown()
func (m *BackupBucketStatus) XXX_Merge(src proto.Message)
func (m *BackupBucketStatus) XXX_Size() int
func (m *BackupBucketStatus) XXX_Unmarshal(b []byte) error
type BackupEntry struct { metav1.TypeMeta `json:",inline"` // Standard object metadata. metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` // Spec contains the specification of the Backup Entry. // +optional Spec BackupEntrySpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` // Status contains the most recently observed status of the Backup Entry. // +optional Status BackupEntryStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
BackupEntry holds details about shoot backup.
func (in *BackupEntry) DeepCopy() *BackupEntry
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupEntry.
func (in *BackupEntry) DeepCopyInto(out *BackupEntry)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BackupEntry) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BackupEntry) Descriptor() ([]byte, []int)
func (m *BackupEntry) Marshal() (dAtA []byte, err error)
func (m *BackupEntry) MarshalTo(dAtA []byte) (int, error)
func (m *BackupEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupEntry) ProtoMessage()
func (m *BackupEntry) Reset()
func (m *BackupEntry) Size() (n int)
func (this *BackupEntry) String() string
func (m *BackupEntry) Unmarshal(dAtA []byte) error
func (m *BackupEntry) XXX_DiscardUnknown()
func (m *BackupEntry) XXX_Merge(src proto.Message)
func (m *BackupEntry) XXX_Size() int
func (m *BackupEntry) XXX_Unmarshal(b []byte) error
type BackupEntryList struct { metav1.TypeMeta `json:",inline"` // Standard list object metadata. // +optional metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is the list of BackupEntry. Items []BackupEntry `json:"items" protobuf:"bytes,2,rep,name=items"` }
BackupEntryList is a list of BackupEntry objects.
func (in *BackupEntryList) DeepCopy() *BackupEntryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupEntryList.
func (in *BackupEntryList) DeepCopyInto(out *BackupEntryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BackupEntryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BackupEntryList) Descriptor() ([]byte, []int)
func (m *BackupEntryList) Marshal() (dAtA []byte, err error)
func (m *BackupEntryList) MarshalTo(dAtA []byte) (int, error)
func (m *BackupEntryList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupEntryList) ProtoMessage()
func (m *BackupEntryList) Reset()
func (m *BackupEntryList) Size() (n int)
func (this *BackupEntryList) String() string
func (m *BackupEntryList) Unmarshal(dAtA []byte) error
func (m *BackupEntryList) XXX_DiscardUnknown()
func (m *BackupEntryList) XXX_Merge(src proto.Message)
func (m *BackupEntryList) XXX_Size() int
func (m *BackupEntryList) XXX_Unmarshal(b []byte) error
type BackupEntrySpec struct { // BucketName is the name of backup bucket for this Backup Entry. BucketName string `json:"bucketName" protobuf:"bytes,1,opt,name=bucketName"` // Seed holds the name of the seed allocated to BackupEntry for running controller. // +optional Seed *string `json:"seed,omitempty" protobuf:"bytes,2,opt,name=seed"` }
BackupEntrySpec is the specification of a Backup Entry.
func (in *BackupEntrySpec) DeepCopy() *BackupEntrySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupEntrySpec.
func (in *BackupEntrySpec) DeepCopyInto(out *BackupEntrySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupEntrySpec) Descriptor() ([]byte, []int)
func (m *BackupEntrySpec) Marshal() (dAtA []byte, err error)
func (m *BackupEntrySpec) MarshalTo(dAtA []byte) (int, error)
func (m *BackupEntrySpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupEntrySpec) ProtoMessage()
func (m *BackupEntrySpec) Reset()
func (m *BackupEntrySpec) Size() (n int)
func (this *BackupEntrySpec) String() string
func (m *BackupEntrySpec) Unmarshal(dAtA []byte) error
func (m *BackupEntrySpec) XXX_DiscardUnknown()
func (m *BackupEntrySpec) XXX_Merge(src proto.Message)
func (m *BackupEntrySpec) XXX_Size() int
func (m *BackupEntrySpec) XXX_Unmarshal(b []byte) error
type BackupEntryStatus struct { // LastOperation holds information about the last operation on the BackupEntry. // +optional LastOperation *LastOperation `json:"lastOperation,omitempty" protobuf:"bytes,1,opt,name=lastOperation"` // LastError holds information about the last occurred error during an operation. // +optional LastError *LastError `json:"lastError,omitempty" protobuf:"bytes,2,opt,name=lastError"` // ObservedGeneration is the most recent generation observed for this BackupEntry. It corresponds to the // BackupEntry's generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,3,opt,name=observedGeneration"` }
BackupEntryStatus holds the most recently observed status of the Backup Entry.
func (in *BackupEntryStatus) DeepCopy() *BackupEntryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupEntryStatus.
func (in *BackupEntryStatus) DeepCopyInto(out *BackupEntryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BackupEntryStatus) Descriptor() ([]byte, []int)
func (m *BackupEntryStatus) Marshal() (dAtA []byte, err error)
func (m *BackupEntryStatus) MarshalTo(dAtA []byte) (int, error)
func (m *BackupEntryStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BackupEntryStatus) ProtoMessage()
func (m *BackupEntryStatus) Reset()
func (m *BackupEntryStatus) Size() (n int)
func (this *BackupEntryStatus) String() string
func (m *BackupEntryStatus) Unmarshal(dAtA []byte) error
func (m *BackupEntryStatus) XXX_DiscardUnknown()
func (m *BackupEntryStatus) XXX_Merge(src proto.Message)
func (m *BackupEntryStatus) XXX_Size() int
func (m *BackupEntryStatus) XXX_Unmarshal(b []byte) error
type CRI struct { // The name of the CRI library Name CRIName `json:"name" protobuf:"bytes,1,opt,name=name"` // ContainerRuntimes is the list of the required container runtimes supported for a worker pool. // +optional ContainerRuntimes []ContainerRuntime `json:"containerRuntimes,omitempty" protobuf:"bytes,2,rep,name=containerRuntimes"` }
CRI contains information about the Container Runtimes.
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CRI.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
CRIName is a type alias for the CRI name string.
type CloudInfo struct { // Type is the cloud type Type string `json:"type" protobuf:"bytes,1,opt,name=type"` // Region is the cloud region Region string `json:"region" protobuf:"bytes,2,opt,name=region"` }
CloudInfo contains information about the cloud
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudInfo.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudProfile struct { metav1.TypeMeta `json:",inline"` // Standard object metadata. // +optional metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the provider environment properties. // +optional Spec CloudProfileSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` }
CloudProfile represents certain properties about a provider environment.
func (in *CloudProfile) DeepCopy() *CloudProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudProfile.