NamespaceManagement_SizingHint

NamespaceManagement_SizingHint
NamespaceManagement_SizingHint

The SizingHint enumerated type determines the configuration of Kubernetes API server and the worker nodes. It also determines the default values associated with the maximum number of pods and services. Use ClusterSizeInfo.get to get information associated with a SizingHint.
TINY : Cluster size of 'tiny'.
SMALL : Cluster size of 'small'.
MEDIUM : Cluster size of 'medium'.
LARGE : Cluster size of 'large'.

This data structure has no properties.
Enumeration: TINY, SMALL, MEDIUM, LARGE,