Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct {
*StaticParameters
ScriptlessCustomData bootstrap.Bootstrapper
CustomScriptsNodeBootstrapping customscriptsbootstrap.Bootstrapper
ImageID string
StorageProfileDiskType string
StorageProfileIsEphemeral bool
StorageProfilePlacement armcompute.DiffDiskPlacement
StorageProfileSizeGB int32
IsWindows bool
}
ATTENTION!!!: changes here may NOT be effective on AKS machine nodes (ProvisionModeAKSMachineAPI); See aksmachineinstance.go/aksmachineinstancehelpers.go. Refactoring for code unification is not being invested immediately. Parameters adds the dynamically generated launch template parameters
type StaticParameters ¶
type StaticParameters struct {
ClusterName string
ClusterEndpoint string
CABundle *string
Arch string
GPUNode bool
GPUDriverVersion string
GPUDriverType string
GPUImageSHA string
TenantID string
SubscriptionID string
KubeletIdentityClientID string
Location string
ResourceGroup string
ClusterID string
APIServerName string
KubeletClientTLSBootstrapToken string
NetworkPlugin string
NetworkPolicy string
KubernetesVersion string
SubnetID string
ClusterResourceGroup string
Labels map[string]string
}
ATTENTION!!!: changes here may NOT be effective on AKS machine nodes (ProvisionModeAKSMachineAPI); See aksmachineinstance.go/aksmachineinstancehelpers.go. Refactoring for code unification is not being invested immediately. StaticParameters define the static launch template parameters
Click to show internal directories.
Click to hide internal directories.