From 3bddee4be25fd5124d2728aa29dba1ec003f7d03 Mon Sep 17 00:00:00 2001 From: Nathan Jenan Date: Tue, 6 Feb 2018 13:02:24 -0700 Subject: [PATCH] Adding tenant ID so we know which tenant to create the cluster under --- apis/management.cattle.io/v3/cluster_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 7c93e9e0..7da0a767 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -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 {