com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor.See: Description
| Interface | Description |
|---|---|
| Conditions |
The
Conditions interface provides methods to retrieve conditions related
to a particular Supervisor. |
| ConditionsTypes |
Defines the data types of the
Conditions
API service. |
| Summary |
The
Summary interface provides methods to retrieve the current
states of Supervisors. |
| SummaryTypes |
Defines the data types of the
Summary
API service. |
| Topology |
The
Topology interface provides methods to query the topological layout
of the infrastructure a Supervisor is running on. |
| TopologyTypes |
Defines the data types of the
Topology
API service. |
| Class | Description |
|---|---|
| CNSFileConfig |
The
CNSFileConfig class contains the specification required to set the
configuration for Cloud Native Storage file volume support on Supervisor. |
| CNSFileConfig.Builder |
Builder class for
CNSFileConfig. |
| ConditionsDefinitions |
Defines the type descriptors for the
Conditions
API service. |
| ConditionsStub |
Remote stub implementation of the
Conditions
API service. |
| ConditionsTypes.Condition |
The
Condition class defines an observation of the configuration state of
a Supervisor. |
| ConditionsTypes.Condition.Builder |
Builder class for
ConditionsTypes.Condition. |
| ConditionsTypes.Condition.Status |
Status of the condition, which can be one of TRUE, FALSE or UNKNOWN.
|
| ConditionsTypes.Message |
The
Message class contains user-readable information related to a Condition. |
| ConditionsTypes.Message.Builder |
Builder class for
ConditionsTypes.Message. |
| ConditionsTypes.Severity |
The
Severity class represents the severity of the message. |
| ControlPlane |
ControlPlane class describes the control plane configuration. |
| ControlPlane.Builder |
Builder class for
ControlPlane. |
| ImageRegistry |
The
ImageRegistry class contains the specification required to configure
container image registry endpoint. |
| ImageRegistry.Builder |
Builder class for
ImageRegistry. |
| ImageSyncConfig |
ImageSyncConfig class describes how the Supervisor Cluster and
Kubernetes retrieves VM and container images that will run on the cluster. |
| ImageSyncConfig.Builder |
Builder class for
ImageSyncConfig. |
| KubeAPIServerOptions |
KubeAPIServerOptions declares options for the Kubernetes API
Server. |
| KubeAPIServerOptions.Builder |
Builder class for
KubeAPIServerOptions. |
| KubeAPIServerSecurity |
KubeAPIServerSecurity class declares security options configured on the
Kubernetes API server. |
| KubeAPIServerSecurity.Builder |
Builder class for
KubeAPIServerSecurity. |
| SizingHint |
The
SizingHint enumeration class determines the configuration of
Kubernetes API server and the worker nodes. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.namespace_management.supervisors package. |
| SummaryDefinitions |
Defines the type descriptors for the
Summary
API service. |
| SummaryStub |
Remote stub implementation of the
Summary
API service. |
| SummaryTypes.ConfigStatus |
The
ConfigStatus enumeration class describes the status of reaching the
desired state configuration for the Supervisor. |
| SummaryTypes.FilterSpec |
A
FilterSpec can be specified to filter summary output by any allowed
criteria. |
| SummaryTypes.FilterSpec.Builder |
Builder class for
SummaryTypes.FilterSpec. |
| SummaryTypes.Info |
The
Info class contains the basic information about the statistics and
status related to the Supervisor. |
| SummaryTypes.Info.Builder |
Builder class for
SummaryTypes.Info. |
| SummaryTypes.KubernetesStatus |
The
KubernetesStatus enumeration class describes the Supervisor's
ability to deploy pods. |
| SummaryTypes.ListItem |
The
ListItem class contains information about a Supervisor returned by
Summary.list(com.vmware.vcenter.namespace_management.supervisors.SummaryTypes.FilterSpec) method. |
| SummaryTypes.ListItem.Builder |
Builder class for
SummaryTypes.ListItem. |
| SummaryTypes.ListResult |
The
ListResult class represents the result of Summary.list(com.vmware.vcenter.namespace_management.supervisors.SummaryTypes.FilterSpec) method. |
| SummaryTypes.ListResult.Builder |
Builder class for
SummaryTypes.ListResult. |
| SummaryTypes.Stats |
The
Stats class contains the basic runtime statistics about a
Supervisor. |
| SummaryTypes.Stats.Builder |
Builder class for
SummaryTypes.Stats. |
| SupervisorsFactory |
SupervisorsFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.namespace_management.supervisors package and also has the subpackages reference
to access respective subpackage services. |
| TopologyDefinitions |
Defines the type descriptors for the
Topology
API service. |
| TopologyStub |
Remote stub implementation of the
Topology
API service. |
| TopologyTypes.Info |
The
Info class contains the basic information about the association
between vSphere Zones and vSphere Clusters. |
| TopologyTypes.Info.Builder |
Builder class for
TopologyTypes.Info. |
| Workloads |
Workloads class describes configuration that affects the behavior
and lifecycle of Kubernetes workloads. |
| Workloads.Builder |
Builder class for
Workloads. |
| WorkloadsStorageConfig |
WorkloadsStorageConfig class describes how vSphere and Kubernetes will
persist images and volumes to disk. |
| WorkloadsStorageConfig.Builder |
Builder class for
WorkloadsStorageConfig. |
| Enum | Description |
|---|---|
| ConditionsTypes.Condition.Status.Values |
Native Java
enum representing this enumeration class. |
| ConditionsTypes.Severity.Values |
Native Java
enum representing this enumeration class. |
| SizingHint.Values |
Native Java
enum representing this enumeration class. |
| SummaryTypes.ConfigStatus.Values |
Native Java
enum representing this enumeration class. |
| SummaryTypes.KubernetesStatus.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.namespace_management.supervisors package provides
interfaces for operating a Supervisor.