Documentation ¶
Index ¶
- func GardenV1beta1ShootToAWSV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*awsv1alpha1.InfrastructureConfig, error)
- func GardenV1beta1ShootToAlicloudV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*alicloudv1alpha1.InfrastructureConfig, error)
- func GardenV1beta1ShootToAzureV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*azurev1alpha1.InfrastructureConfig, error)
- func GardenV1beta1ShootToGCPV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*gcpv1alpha1.InfrastructureConfig, error)
- func GardenV1beta1ShootToOpenStackV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*openstackv1alpha1.InfrastructureConfig, error)
- func GardenV1beta1ShootToPacketV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*packetv1alpha1.InfrastructureConfig, error)
- func ShootToInfrastructureConfig(shoot *gardenv1beta1.Shoot) (runtime.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GardenV1beta1ShootToAWSV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToAWSV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*awsv1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToAWSV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to awsv1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func GardenV1beta1ShootToAlicloudV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToAlicloudV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*alicloudv1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToAlicloudV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to alicloudv1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func GardenV1beta1ShootToAzureV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToAzureV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*azurev1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToAzureV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to azurev1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func GardenV1beta1ShootToGCPV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToGCPV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*gcpv1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToGCPV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to gcpv1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func GardenV1beta1ShootToOpenStackV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToOpenStackV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*openstackv1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToOpenStackV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to openstackv1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func GardenV1beta1ShootToPacketV1alpha1InfrastructureConfig ¶
func GardenV1beta1ShootToPacketV1alpha1InfrastructureConfig(shoot *gardenv1beta1.Shoot) (*packetv1alpha1.InfrastructureConfig, error)
GardenV1beta1ShootToPacketV1alpha1InfrastructureConfig converts a garden.sapcloud.io/v1beta1.Shoot to packetv1alpha1.InfrastructureConfig. This function is only required temporarily for migration purposes and can be removed in the future when we switched to core.gardener.cloud/v1alpha1.Shoot.
func ShootToInfrastructureConfig ¶
func ShootToInfrastructureConfig(shoot *gardenv1beta1.Shoot) (runtime.Object, error)
ShootToInfrastructureConfig computes the provider specific infrastructure config.
Types ¶
This section is empty.