Package | Description |
---|---|
com.vmware.vcenter.namespaces |
The
com.vmware.vcenter.namespaces package provides interfaces for
managing namespaces related methods. |
Modifier and Type | Method and Description |
---|---|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setConfigMapCount(java.lang.Long configMapCount)
This represents 'count/configmaps' option which is the maximum number of
ConfigMaps in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setCpuLimit(java.lang.Long cpuLimit)
This is equivalent to 'limits.cpu' option which is the maximum CPU limit (in
MHz) across all pods which exist in a non-terminal state in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setCpuLimitDefault(java.lang.Long cpuLimitDefault)
This represents the default cpu limit (in MHz) for containers in the pod.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setCpuRequestDefault(java.lang.Long cpuRequestDefault)
This represents the default CPU request (in MHz) for containers in the pod.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setDaemonSetCount(java.lang.Long daemonSetCount)
This represents 'count/daemonsets.apps' option which is the maximum number of
DaemonSets in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setDeploymentCount(java.lang.Long deploymentCount)
This represents 'count/deployments.apps' option which is the maximum number of
deployments in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setJobCount(java.lang.Long jobCount)
This represents 'count/jobs.batch' option which is the maximum number jobs in
the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setMemoryLimit(java.lang.Long memoryLimit)
This is equivalent to 'limits.memory' option which is the maximum memory limit
(in mebibytes) across all pods which exist in a non-terminal state in the
namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setMemoryLimitDefault(java.lang.Long memoryLimitDefault)
This represents the default memory limit (in mebibytes) for containers in the
pod.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setMemoryRequestDefault(java.lang.Long memoryRequestDefault)
This represents the default memory request (in mebibytes) for containers in the
pod.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setPersistentVolumeClaimCount(java.lang.Long persistentVolumeClaimCount)
This represents 'count/persistentvolumeclaims' option which is the maximum
number of PersistentVolumeClaims in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setPodCount(java.lang.Long podCount)
This represents 'pods' option which is the maximum number of pods which exist in
a non-terminal state in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setReplicaSetCount(java.lang.Long replicaSetCount)
This represents 'count/replicasets.apps' option which is the maximum number of
ReplicaSets in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setReplicationControllerCount(java.lang.Long replicationControllerCount)
This represents 'count/replicationcontrollers' option which is the maximum
number of ReplicationControllers in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setSecretCount(java.lang.Long secretCount)
This represents 'count/secrets' option which is the maximum number of secrets in
the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setServiceCount(java.lang.Long serviceCount)
This represents 'count/services' option which is the maximum number of services
in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setStatefulSetCount(java.lang.Long statefulSetCount)
This represents 'count/statefulsets.apps' option which is the maximum number of
StatefulSets in the namespace.
|
ResourceQuotaOptionsV1.Builder |
ResourceQuotaOptionsV1.Builder.setStorageRequestLimit(java.lang.Long storageRequestLimit)
This represents 'requests.storage' option which is the maximum storage request
(in mebibytes) across all persistent volume claims from pods which exist in a
non-terminal state in the namespace.
|