NamespaceManagementClusterSizeInfoInfo

The ClusterSizeInfo.Info structure contains the information about limits associated with a SizingHint.


Properties

default_pod_cidr Required

Default CIDR range from which Kubernetes allocates pod IP addresses.


default_service_cidr Required

Default CIDR range from which Kubernetes allocates service cluster IP addresses.


master_vm_info Required

Information about Kubernetes API server virtual machine configuration.


integer as int64
num_supported_pods Required

The maximum number of supported pods.


integer as int64
num_supported_services Required

The maximum number of supported services.


worker_vm_info Optional

Information about worker virtual machine configuration. If unset, the configuration of the worker VM is not fixed.

JSON Example

{
	"default_pod_cidr": {
		"address": "string",
		"prefix": 0
	},
	"default_service_cidr": {
		"address": "string",
		"prefix": 0
	},
	"master_vm_info": {
		"capacity": 0,
		"cores_per_socket": 0,
		"count": 0,
		"memory": 0
	},
	"num_supported_pods": 0,
	"num_supported_services": 0
}
Returned By

Get Cluster Size Info

Feedback

Was this page helpful?