mirror of
https://github.com/rancher/types.git
synced 2025-06-27 05:56:50 +00:00
Adding tenant ID so we know which tenant to create the cluster under
This commit is contained in:
parent
9d3f16f941
commit
3bddee4be2
@ -184,6 +184,8 @@ type AzureKubernetesServiceConfig struct {
|
||||
ClientID string `json:"clientId,omitempty" norman:"required"`
|
||||
// Secret associated with the Client ID
|
||||
ClientSecret string `json:"clientSecret,omitempty" norman:"required"`
|
||||
// Tenant ID to create the cluster under
|
||||
TenantID string `json:"tenantId,omitempty" norman:"required"`
|
||||
}
|
||||
|
||||
type ClusterEvent struct {
|
||||
|
Loading…
Reference in New Issue
Block a user