NamespaceManagement_ClusterSizeInfo_Info
The ClusterSizeInfo.Info structure contains the information about limits associated with a SizingHint.
{
"num_supported_pods": 0,
"num_supported_services": 0,
"default_service_cidr": {
"address": "string",
"prefix": 0
},
"default_pod_cidr": {
"address": "string",
"prefix": 0
},
"master_vm_info": {
"count": 0,
"cores_per_socket": 0,
"memory": 0,
"capacity": 0
},
"worker_vm_info": {
"count": 0,
"cores_per_socket": 0,
"memory": 0,
"capacity": 0
}
}
The maximum number of supported pods.
The maximum number of supported services.
The Ipv4Cidr structure contains the specification for representing CIDR notation of IP range. For example, this can be used to represent 256 IP addresses using 10.10.10.0/24.
The Ipv4Cidr structure contains the specification for representing CIDR notation of IP range. For example, this can be used to represent 256 IP addresses using 10.10.10.0/24.
The ClusterSizeInfo.VmInfo structure contains the information about the configuration of the virtual machines which would be created for Namespaces.
The ClusterSizeInfo.VmInfo structure contains the information about the configuration of the virtual machines which would be created for Namespaces.