You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster."
97
+
}
98
+
},
99
+
"required": [
100
+
"type"
101
+
],
102
+
"description": "Identity for the connected cluster."
103
+
},
104
+
"ConnectedClusterProperties": {
105
+
"type": "object",
106
+
"properties": {
107
+
"agentPublicKeyCertificate": {
108
+
"type": "string",
109
+
"description": "Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure."
110
+
},
111
+
"distribution": {
112
+
"type": "string",
113
+
"description": "The Kubernetes distribution running on this connected cluster."
114
+
},
115
+
"infrastructure": {
116
+
"type": "string",
117
+
"description": "The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on."
0 commit comments