Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the Azure provider. Name = "provider-azure" // CloudControllerManagerImageName is the name of the cloud-controller-manager image. CloudControllerManagerImageName = "cloud-controller-manager" // CSIDriverDiskImageName is the name of the csi-driver-disk image. CSIDriverDiskImageName = "csi-driver-disk" // CSIDriverFileImageName is the name of the csi-driver-file image. CSIDriverFileImageName = "csi-driver-file" // CSIProvisionerImageName is the name of the csi-provisioner image. CSIProvisionerImageName = "csi-provisioner" // CSIAttacherImageName is the name of the csi-attacher image. CSIAttacherImageName = "csi-attacher" // CSISnapshotterImageName is the name of the csi-snapshotter image. CSISnapshotterImageName = "csi-snapshotter" // CSISnapshotControllerImageName is the name of the csi-snapshot-controller image. CSISnapshotControllerImageName = "csi-snapshot-controller" // CSIResizerImageName is the name of the csi-resizer image. CSIResizerImageName = "csi-resizer" // CSINodeDriverRegistrarImageName is the name of the csi-node-driver-registrar image. CSINodeDriverRegistrarImageName = "csi-node-driver-registrar" // CSILivenessProbeImageName is the name of the csi-liveness-probe image. CSILivenessProbeImageName = "csi-liveness-probe" // MachineControllerManagerImageName is the name of the MachineControllerManager image. MachineControllerManagerImageName = "machine-controller-manager" // TerraformerImageName is the name of the Terraformer image. TerraformerImageName = "terraformer" // RemedyControllerName is the name of the remedy-controller image. RemedyControllerImageName = "remedy-controller-azure" // SubscriptionIDKey is the key for the subscription ID. SubscriptionIDKey = "subscriptionID" // TenantIDKey is the key for the tenant ID. TenantIDKey = "tenantID" // ClientIDKey is the key for the client ID. ClientIDKey = "clientID" // ClientSecretKey is the key for the client secret. ClientSecretKey = "clientSecret" // StorageAccount is a constant for the key in a cloud provider secret and backup secret that holds the Azure account name. StorageAccount = "storageAccount" // StorageKey is a constant for the key in a cloud provider secret and backup secret that holds the Azure secret storage access key. StorageKey = "storageKey" // AzureBlobStorageHostName is the host name for azure blob storage service. AzureBlobStorageHostName = "blob.core.windows.net" // AllowUDPEgressName is the name of the service for allowing UDP egress traffic. AllowUDPEgressName = "allow-udp-egress" // CloudProviderConfigName is the name of the secret containing the cloud provider config. CloudProviderConfigName = "cloud-provider-config" // CloudProviderDiskConfigName is the name of the configmap containing the cloud provider config for disk/volume handling. CloudProviderDiskConfigName = "cloud-provider-disk-config" // CloudProviderConfigMapKey is the key storing the cloud provider config as value in the cloud provider configmap. CloudProviderConfigMapKey = "cloudprovider.conf" // CloudProviderAcrConfigName is the name of the configmap containing the cloud provider config to configure the kubelet to get acr config. CloudProviderAcrConfigName = "kubelet-acr-config" // CloudProviderAcrConfigMapKey is the key storing the cloud provider config as value in the acr cloud provider configmap. CloudProviderAcrConfigMapKey = "acr.conf" // CloudControllerManagerName is a constant for the name of the CloudController deployed by the worker controller. CloudControllerManagerName = "cloud-controller-manager" // CSIControllerName is a constant for the chart name for a CSI controller deployment in the seed. CSIControllerName = "csi-driver-controller" // CSIControllerDiskName is a constant for the name of the Disk CSI controller deployment in the seed. CSIControllerDiskName = "csi-driver-controller-disk" // CSIControllerFileName is a constant for the name of the File CSI controller deployment in the seed. CSIControllerFileName = "csi-driver-controller-file" // CSINodeName is a constant for the chart name for a CSI node deployment in the shoot. CSINodeName = "csi-driver-node" // CSINodeDiskName is a constant for the name of the Disk CSI node deployment in the shoot. CSINodeDiskName = "csi-driver-node-disk" // CSINodeFileName is a constant for the name of the File CSI node deployment in the shoot. CSINodeFileName = "csi-driver-node-file" // CSIDriverName is a constant for the name of the csi-driver component. CSIDriverName = "csi-driver" // CSIProvisionerName is a constant for the name of the csi-provisioner component. CSIProvisionerName = "csi-provisioner" // CSIAttacherName is a constant for the name of the csi-attacher component. CSIAttacherName = "csi-attacher" // CSISnapshotterName is a constant for the name of the csi-snapshotter component. CSISnapshotterName = "csi-snapshotter" // CSISnapshotControllerName is a constant for the name of the csi-snapshot-controller component. CSISnapshotControllerName = "csi-snapshot-controller" // CSIResizerName is a constant for the name of the csi-resizer component. CSIResizerName = "csi-resizer" // CSINodeDriverRegistrarName is a constant for the name of the csi-node-driver-registrar component. CSINodeDriverRegistrarName = "csi-node-driver-registrar" // CSILivenessProbeName is a constant for the name of the csi-liveness-probe component. CSILivenessProbeName = "csi-liveness-probe" // MachineControllerManagerName is a constant for the name of the machine-controller-manager. MachineControllerManagerName = "machine-controller-manager" // MachineControllerManagerVpaName is the name of the VerticalPodAutoscaler of the machine-controller-manager deployment. MachineControllerManagerVpaName = "machine-controller-manager-vpa" // MachineControllerManagerMonitoringConfigName is the name of the ConfigMap containing monitoring stack configurations for machine-controller-manager. MachineControllerManagerMonitoringConfigName = "machine-controller-manager-monitoring-config" // RemedyControllerName is a constant for the name of the remedy-controller. RemedyControllerName = "remedy-controller-azure" )
View Source
const Type = "azure"
Type is the type of resources managed by the Azure actuator.
Variables ¶
View Source
var ( // ChartsPath is the path to the charts ChartsPath = filepath.Join("charts") // InternalChartsPath is the path to the internal charts InternalChartsPath = filepath.Join(ChartsPath, "internal") // UsernamePrefix is a constant for the username prefix of components deployed by Azure. UsernamePrefix = extensionsv1alpha1.SchemeGroupVersion.Group + ":" + Name + ":" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.