Documentation ¶
Index ¶
- func DecodeCloudProfileConfig(decoder runtime.Decoder, config *core.ProviderConfig) (*gcp.CloudProfileConfig, error)
- func DecodeCloudProfileConfigFromExternalProviderConfig(decoder runtime.Decoder, config *gardencorev1beta1.ProviderConfig) (*gcp.CloudProfileConfig, error)
- func DecodeControlPlaneConfig(decoder runtime.Decoder, cp *core.ProviderConfig) (*gcp.ControlPlaneConfig, error)
- func DecodeInfrastructureConfig(decoder runtime.Decoder, infra *core.ProviderConfig) (*gcp.InfrastructureConfig, error)
- func DecodeWorkerConfig(decoder runtime.Decoder, worker *core.ProviderConfig) (*gcp.WorkerConfig, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeCloudProfileConfig ¶
func DecodeCloudProfileConfig(decoder runtime.Decoder, config *core.ProviderConfig) (*gcp.CloudProfileConfig, error)
DecodeCloudProfileConfig decodes the `CloudProfileConfig` from the given `ProviderConfig`.
func DecodeCloudProfileConfigFromExternalProviderConfig ¶
func DecodeCloudProfileConfigFromExternalProviderConfig(decoder runtime.Decoder, config *gardencorev1beta1.ProviderConfig) (*gcp.CloudProfileConfig, error)
DecodeCloudProfileConfigFromExternalProviderConfig decodes the `CloudProfileConfig` from the given `ProviderConfig`.
func DecodeControlPlaneConfig ¶
func DecodeControlPlaneConfig(decoder runtime.Decoder, cp *core.ProviderConfig) (*gcp.ControlPlaneConfig, error)
DecodeControlPlaneConfig decodes the `ControlPlaneConfig` from the given `ProviderConfig`.
func DecodeInfrastructureConfig ¶
func DecodeInfrastructureConfig(decoder runtime.Decoder, infra *core.ProviderConfig) (*gcp.InfrastructureConfig, error)
DecodeInfrastructureConfig decodes the `InfrastructureConfig` from the given `ProviderConfig`.
func DecodeWorkerConfig ¶
func DecodeWorkerConfig(decoder runtime.Decoder, worker *core.ProviderConfig) (*gcp.WorkerConfig, error)
DecodeWorkerConfig decodes the `WorkerConfig` from the given `ProviderConfig`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.