Package | Description |
---|---|
com.vmware.vcenter.namespace_management.supervisors |
The
com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor. |
Modifier and Type | Field and Description |
---|---|
static SizingHint |
SizingHint.LARGE
Cluster size of 'large'.
|
static SizingHint |
SizingHint.MEDIUM
Cluster size of 'medium'.
|
static SizingHint |
SizingHint.SMALL
Cluster size of 'small'.
|
static SizingHint |
SizingHint.TINY
Cluster size of 'tiny'.
|
Modifier and Type | Method and Description |
---|---|
SizingHint |
ControlPlane.getSize()
ControlPlane.getSize()
controls the size and resources allocated to the Kubernetes API server and the
worker nodes. |
static SizingHint |
SizingHint.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static SizingHint[] |
SizingHint.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPlane.setSize(SizingHint size)
ControlPlane.getSize()
controls the size and resources allocated to the Kubernetes API server and the
worker nodes. |
ControlPlane.Builder |
ControlPlane.Builder.setSize(SizingHint size)
ControlPlane.getSize()
controls the size and resources allocated to the Kubernetes API server and the
worker nodes. |