зеркало из https://github.com/Azure/acs-engine.git
added a property for aks (#3582)
This commit is contained in:
Родитель
08b6dd7b5a
Коммит
d6f61e08c1
|
@ -132,11 +132,12 @@ type LinuxProfile struct {
|
||||||
SSH struct {
|
SSH struct {
|
||||||
PublicKeys []PublicKey `json:"publicKeys"`
|
PublicKeys []PublicKey `json:"publicKeys"`
|
||||||
} `json:"ssh"`
|
} `json:"ssh"`
|
||||||
Secrets []KeyVaultSecrets `json:"secrets,omitempty"`
|
Secrets []KeyVaultSecrets `json:"secrets,omitempty"`
|
||||||
Distro Distro `json:"distro,omitempty"`
|
Distro Distro `json:"distro,omitempty"`
|
||||||
ScriptRootURL string `json:"scriptroot,omitempty"`
|
ScriptRootURL string `json:"scriptroot,omitempty"`
|
||||||
CustomSearchDomain *CustomSearchDomain `json:"customSearchDomain,omitempty"`
|
CustomSearchDomain *CustomSearchDomain `json:"customSearchDomain,omitempty"`
|
||||||
CustomNodesDNS *CustomNodesDNS `json:"CustomNodesDNS,omitempty"`
|
CustomNodesDNS *CustomNodesDNS `json:"CustomNodesDNS,omitempty"`
|
||||||
|
IsSSHKeyAutoGenerated *bool `json:"isSSHKeyAutoGenerated,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PublicKey represents an SSH key for LinuxProfile
|
// PublicKey represents an SSH key for LinuxProfile
|
||||||
|
@ -536,6 +537,8 @@ type HostedMasterProfile struct {
|
||||||
// Agents will be provisioned. This is stored on the HostedMasterProfile
|
// Agents will be provisioned. This is stored on the HostedMasterProfile
|
||||||
// and will become `masterSubnet` in the compiled template.
|
// and will become `masterSubnet` in the compiled template.
|
||||||
Subnet string `json:"subnet"`
|
Subnet string `json:"subnet"`
|
||||||
|
// ApiServerWhiteListRange is a comma delimited CIDR which is whitelisted to AKS
|
||||||
|
APIServerWhiteListRange *string `json:"apiServerWhiteListRange"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// AuthenticatorType represents the authenticator type the cluster was
|
// AuthenticatorType represents the authenticator type the cluster was
|
||||||
|
|
Загрузка…
Ссылка в новой задаче