1
0
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:
Nathan Jenan 2018-02-06 13:02:24 -07:00 committed by Darren Shepherd
parent 9d3f16f941
commit 3bddee4be2

View File

@ -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 {