Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the Azure provider. Name = "provider-azure" // TerraformerImageName is the name of the Terraformer image. TerraformerImageName = "terraformer" // MachineControllerManagerImageName is the name of the MachineControllerManager image. MachineControllerManagerImageName = "machine-controller-manager" // MachineControllerManagerName is a constant for the name of the machine-controller-manager. MachineControllerManagerName = "machine-controller-manager" HyperkubeImageName = "hyperkube" // 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" // CloudProviderConfigName is the name of the configmap containing the cloud provider config. CloudProviderConfigName = "cloud-provider-config" )
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("controllers", Name, "charts") // InternalChartsPath is the path to the internal charts InternalChartsPath = filepath.Join(ChartsPath, "internal") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.