NamespaceManagementClustersWorkloadNetworksInfo
The Clusters.WorkloadNetworksInfo contains information related to configuration of vSphere Namespaces Network objects.
Properties
array of
NamespaceManagementNetworksInfo
network_list
Optional
List of vSphere Namespaces networks associated with this cluster. If unset no additional networks are associated with the cluster.
supervisor_primary_workload_network
Required
vSphere Namespaces network used by Kubernetes control plane VMs to access load-balanced services on the various workload networks.
JSON Example
{
"supervisor_primary_workload_network": {
"network": "string",
"network_provider": "enum"
}
}