Packages:
CloudProfileConfig contains provider-specific configuration that is embedded into Gardener's `CloudProfile` resource.
| Field | Description |
|---|---|
machineImagesMachineImages array |
MachineImages is the list of machine images that are understood by the controller. It maps |
loadBalancerLoadBalancer |
LoadBalancer contains the configuration for the service controller of cloud-controller-manager-local. |
(Appears on:CloudProfileConfig)
LoadBalancer contains the configuration for the service controller of cloud-controller-manager-local.
| Field | Description |
|---|---|
imagestring |
Image is the envoy container image used for starting load balancer containers. |
(Appears on:WorkerStatus)
MachineImage is a mapping from logical names and versions to provider-specific machine image data.
| Field | Description |
|---|---|
namestring |
Name is the logical name of the machine image. |
versionstring |
Version is the logical version of the machine image. |
imagestring |
Image is the image for the machine image. |
capabilitiesCapabilities |
Capabilities of the machine image. |
(Appears on:MachineImageVersion)
MachineImageFlavor is a provider-specific image identifier with its supported capabilities.
| Field | Description |
|---|---|
imagestring |
Image is the image for the machine image. |
capabilitiesCapabilities |
Capabilities that are supported by the identifier in this set. |
(Appears on:MachineImages)
MachineImageVersion contains a version and a provider-specific identifier.
| Field | Description |
|---|---|
versionstring |
Version is the version of the image. |
imagestring |
(Optional)
Image is the image for the machine image. |
capabilityFlavorsMachineImageFlavor array |
CapabilityFlavors contains provider-specific image identifiers of this version with their capabilities. |
(Appears on:CloudProfileConfig)
MachineImages is a mapping from logical names and versions to provider-specific identifiers.
| Field | Description |
|---|---|
namestring |
Name is the logical name of the machine image. |
versionsMachineImageVersion array |
Versions contains versions and a provider-specific identifier. |
WorkerStatus contains information about created worker resources.
| Field | Description |
|---|---|
machineImagesMachineImage array |
(Optional)
MachineImages is a list of machine images that have been used in this worker. Usually, the extension controller |