mirror of
https://github.com/rancher/types.git
synced 2025-07-06 10:16:12 +00:00
Go generate
This commit is contained in:
parent
3bddee4be2
commit
edada69514
@ -18,6 +18,7 @@ const (
|
||||
AzureKubernetesServiceConfigFieldSSHPublicKeyContents = "sshPublicKeyContents"
|
||||
AzureKubernetesServiceConfigFieldSubscriptionID = "subscriptionId"
|
||||
AzureKubernetesServiceConfigFieldTag = "tags"
|
||||
AzureKubernetesServiceConfigFieldTenantID = "tenantId"
|
||||
)
|
||||
|
||||
type AzureKubernetesServiceConfig struct {
|
||||
@ -37,4 +38,5 @@ type AzureKubernetesServiceConfig struct {
|
||||
SSHPublicKeyContents string `json:"sshPublicKeyContents,omitempty"`
|
||||
SubscriptionID string `json:"subscriptionId,omitempty"`
|
||||
Tag map[string]string `json:"tags,omitempty"`
|
||||
TenantID string `json:"tenantId,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user