FleetMemberProperties interface
A member of the Fleet. It contains a reference to an existing Kubernetes cluster on Azure.
Properties
| cluster |
The ARM resource id of the cluster that joins the Fleet. Must be a valid Azure resource id. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{clusterName}'. |
| group | The group this member belongs to for multi-cluster update management. |
| labels | The labels for the fleet member. |
| provisioning |
The status of the last operation. |
| status | Status information of the last operation for fleet member. |
Property Details
clusterResourceId
The ARM resource id of the cluster that joins the Fleet. Must be a valid Azure resource id. e.g.: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{clusterName}'.
clusterResourceId: string
Property Value
string
group
The group this member belongs to for multi-cluster update management.
group?: string
Property Value
string
labels
The labels for the fleet member.
labels?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
status
Status information of the last operation for fleet member.
status?: FleetMemberStatus