public static final class ResourceQuotaOptionsV1Update.Builder
extends java.lang.Object
ResourceQuotaOptionsV1Update.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ResourceQuotaOptionsV1Update. |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuotaOptionsV1Update |
build() |
ResourceQuotaOptionsV1Update.Builder |
setConfigMapCount(java.lang.Long configMapCount)
This represents the new value for 'configMapCount' option which is the maximum
number of ConfigMaps in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setConfigMapCountUnset(java.lang.Boolean configMapCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getConfigMapCount(). |
ResourceQuotaOptionsV1Update.Builder |
setCpuLimit(java.lang.Long cpuLimit)
This represents the new value for 'limits.cpu' option which is equivalent to the
maximum CPU limit (in MHz) across all pods in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setCpuLimitDefault(java.lang.Long cpuLimitDefault)
This represents the new value for the default CPU limit (in Mhz) for containers
in the pod.
|
ResourceQuotaOptionsV1Update.Builder |
setCpuLimitDefaultUnset(java.lang.Boolean cpuLimitDefaultUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getCpuLimitDefault(). |
ResourceQuotaOptionsV1Update.Builder |
setCpuLimitUnset(java.lang.Boolean cpuLimitUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getCpuLimit(). |
ResourceQuotaOptionsV1Update.Builder |
setCpuRequestDefault(java.lang.Long cpuRequestDefault)
This represents the new value for the default CPU request (in Mhz) for
containers in the pod.
|
ResourceQuotaOptionsV1Update.Builder |
setCpuRequestDefaultUnset(java.lang.Boolean cpuRequestDefaultUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getCpuRequestDefault(). |
ResourceQuotaOptionsV1Update.Builder |
setDaemonSetCount(java.lang.Long daemonSetCount)
This represents the new value for 'daemonSetCount' option which is the maximum
number of DaemonSets in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setDaemonSetCountUnset(java.lang.Boolean daemonSetCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getDaemonSetCount(). |
ResourceQuotaOptionsV1Update.Builder |
setDeploymentCount(java.lang.Long deploymentCount)
This represents the new value for 'deploymentCount' option which is the maximum
number of deployments in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setDeploymentCountUnset(java.lang.Boolean deploymentCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getDeploymentCount(). |
ResourceQuotaOptionsV1Update.Builder |
setJobCount(java.lang.Long jobCount)
This represents the new value for 'jobCount' option which is the maximum number
of jobs in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setJobCountUnset(java.lang.Boolean jobCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getJobCount(). |
ResourceQuotaOptionsV1Update.Builder |
setMemoryLimit(java.lang.Long memoryLimit)
This represents the new value for 'limits.memory' option which is equivalent to
the maximum memory limit (in mebibytes) across all pods in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setMemoryLimitDefault(java.lang.Long memoryLimitDefault)
This represents the new value for the default memory limit (in mebibytes) for
containers in the pod.
|
ResourceQuotaOptionsV1Update.Builder |
setMemoryLimitDefaultUnset(java.lang.Boolean memoryLimitDefaultUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getMemoryLimitDefault(). |
ResourceQuotaOptionsV1Update.Builder |
setMemoryLimitUnset(java.lang.Boolean memoryLimitUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getMemoryLimit(). |
ResourceQuotaOptionsV1Update.Builder |
setMemoryRequestDefault(java.lang.Long memoryRequestDefault)
This represents the new value for the default memory request (in mebibytes) for
containers in the pod.
|
ResourceQuotaOptionsV1Update.Builder |
setMemoryRequestDefaultUnset(java.lang.Boolean memoryRequestDefaultUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getMemoryRequestDefault(). |
ResourceQuotaOptionsV1Update.Builder |
setPersistentVolumeClaimCount(java.lang.Long persistentVolumeClaimCount)
This represents the new value for 'persistentVolumeClaimCount' option which is
the maximum number of PersistentVolumeClaims in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setPersistentVolumeClaimCountUnset(java.lang.Boolean persistentVolumeClaimCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCount(). |
ResourceQuotaOptionsV1Update.Builder |
setPodCount(java.lang.Long podCount)
This represents the new value for 'podCount' option which is the maximum number
of pods in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setPodCountUnset(java.lang.Boolean podCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getPodCount(). |
ResourceQuotaOptionsV1Update.Builder |
setReplicaSetCount(java.lang.Long replicaSetCount)
This represents the new value for 'replicaSetCount' option which is the maximum
number of ReplicaSets in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setReplicaSetCountUnset(java.lang.Boolean replicaSetCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getReplicaSetCount(). |
ResourceQuotaOptionsV1Update.Builder |
setReplicationControllerCount(java.lang.Long replicationControllerCount)
This represents the new value for 'replicationControllerCount' option which is
the maximum number of ReplicationControllers in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setReplicationControllerCountUnset(java.lang.Boolean replicationControllerCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getReplicationControllerCount(). |
ResourceQuotaOptionsV1Update.Builder |
setSecretCount(java.lang.Long secretCount)
This represents the new value for 'secretCount' option which is the maximum
number of secrets in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setSecretCountUnset(java.lang.Boolean secretCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getSecretCount(). |
ResourceQuotaOptionsV1Update.Builder |
setServiceCount(java.lang.Long serviceCount)
This represents the new value for 'serviceCount' option which is the maximum
number of services in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setServiceCountUnset(java.lang.Boolean serviceCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getServiceCount(). |
ResourceQuotaOptionsV1Update.Builder |
setStatefulSetCount(java.lang.Long statefulSetCount)
This represents the new value for 'statefulSetCount' option which is the maximum
number of StatefulSets in the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setStatefulSetCountUnset(java.lang.Boolean statefulSetCountUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getStatefulSetCount(). |
ResourceQuotaOptionsV1Update.Builder |
setStorageRequestLimit(java.lang.Long storageRequestLimit)
This represents the new value for 'requests.storage' which is the limit on
storage requests (in mebibytes) across all persistent volume claims from pods in
the namespace.
|
ResourceQuotaOptionsV1Update.Builder |
setStorageRequestLimitUnset(java.lang.Boolean storageRequestLimitUnset)
This represents the intent of the change to
ResourceQuotaOptionsV1Update.getStorageRequestLimit(). |
public Builder()
ResourceQuotaOptionsV1Update.public ResourceQuotaOptionsV1Update.Builder setMemoryLimit(java.lang.Long memoryLimit)
ResourceQuotaOptionsV1Update.getMemoryLimitUnset()
is set to true.
If null, the existing memory limit on the ResourcePool will be unchanged
if ResourceQuotaOptionsV1Update.getMemoryLimitUnset()
is null or set to false.memoryLimit - New value for the property.public ResourceQuotaOptionsV1Update.Builder setMemoryLimitUnset(java.lang.Boolean memoryLimitUnset)
ResourceQuotaOptionsV1Update.getMemoryLimit(). If
this field is set to true, the existing memory limit on the ResourcePool
is removed. If this field is set to false, the existing memory limit
will be changed to the value specified in ResourceQuotaOptionsV1Update.getMemoryLimit(), if
any.
If null, the existing memory limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getMemoryLimit(), if
any.memoryLimitUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setMemoryLimitDefault(java.lang.Long memoryLimitDefault)
ResourceQuotaOptionsV1Update.getMemoryLimitDefaultUnset()
is set to true.
If null, the existing memory limit will be unchanged if ResourceQuotaOptionsV1Update.getMemoryLimitDefaultUnset()
is null or set to false.memoryLimitDefault - New value for the property.public ResourceQuotaOptionsV1Update.Builder setMemoryLimitDefaultUnset(java.lang.Boolean memoryLimitDefaultUnset)
ResourceQuotaOptionsV1Update.getMemoryLimitDefault().
If this field is set to true, the existing default memory limit on
containers in the pod is removed. If this field is set to false, the
existing default memory limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getMemoryLimitDefault(),
if any.
If null, the existing default memory limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getMemoryLimitDefault(),
if any.memoryLimitDefaultUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setMemoryRequestDefault(java.lang.Long memoryRequestDefault)
ResourceQuotaOptionsV1Update.getMemoryRequestDefaultUnset()
is set to true.
If null, the existing memory request will be unchanged if ResourceQuotaOptionsV1Update.getMemoryRequestDefaultUnset()
is null or set to false.memoryRequestDefault - New value for the property.public ResourceQuotaOptionsV1Update.Builder setMemoryRequestDefaultUnset(java.lang.Boolean memoryRequestDefaultUnset)
ResourceQuotaOptionsV1Update.getMemoryRequestDefault().
If this field is set to true, the existing default memory request on
containers in the pod will be removed. If this field is set to false,
the existing default memory request will be changed to the value specified in
ResourceQuotaOptionsV1Update.getMemoryRequestDefault(),
if any.
If null, the existing default memory request will be changed to the
value specified in ResourceQuotaOptionsV1Update.getMemoryRequestDefault(),
if any.memoryRequestDefaultUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuLimit(java.lang.Long cpuLimit)
ResourceQuotaOptionsV1Update.getCpuLimitUnset() is
set to true. If specified, this limit should be at least 10 MHz.
If null, the existing CPU limit on the ResourcePool will be unchanged if
ResourceQuotaOptionsV1Update.getCpuLimitUnset() is
null or set to false.cpuLimit - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuLimitUnset(java.lang.Boolean cpuLimitUnset)
ResourceQuotaOptionsV1Update.getCpuLimit(). If this
field is set to true, the existing CPU limit on the ResourcePool is
removed. If this field is set to false, the existing CPU limit will be
changed to the value specified in ResourceQuotaOptionsV1Update.getCpuLimit(), if any.
If null, the existing CPU limit will be changed to the value specified
in ResourceQuotaOptionsV1Update.getMemoryLimit(), if
any.cpuLimitUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuLimitDefault(java.lang.Long cpuLimitDefault)
ResourceQuotaOptionsV1Update.getCpuLimitDefaultUnset()
is set to true. If specified, this limit should be at least 10 MHz.
If null, the existing default CPU limit will be unchanged if ResourceQuotaOptionsV1Update.getCpuLimitDefaultUnset()
is null or set to false.cpuLimitDefault - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuLimitDefaultUnset(java.lang.Boolean cpuLimitDefaultUnset)
ResourceQuotaOptionsV1Update.getCpuLimitDefault().
If this field is set to true, the existing default CPU limit on
containers in the pod is removed. If this field is set to false, the
existing default CPU limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getCpuLimitDefault(),
if any.
If null, the existing default CPU limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getCpuLimitDefault(),
if any.cpuLimitDefaultUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuRequestDefault(java.lang.Long cpuRequestDefault)
ResourceQuotaOptionsV1Update.getCpuRequestDefaultUnset()
is set to true. If specified, this field should be at least 10 MHz.
If null, the existing default CPU request will be unchanged if ResourceQuotaOptionsV1Update.getCpuRequestDefaultUnset()
is null or set to false.cpuRequestDefault - New value for the property.public ResourceQuotaOptionsV1Update.Builder setCpuRequestDefaultUnset(java.lang.Boolean cpuRequestDefaultUnset)
ResourceQuotaOptionsV1Update.getCpuRequestDefault().
If this field is set to true, the existing default CPU request on
containers in the pod is removed. If this field is set to false, the
existing default CPU request will be changed to the value specified in ResourceQuotaOptionsV1Update.getCpuRequestDefault(),
if any.
If null, the existing default CPU request will be changed to the value
specified in ResourceQuotaOptionsV1Update.getCpuRequestDefault(),
if any.cpuRequestDefaultUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setStorageRequestLimit(java.lang.Long storageRequestLimit)
ResourceQuotaOptionsV1Update.getStorageRequestLimitUnset()
is set to true.
If null, the existing storage request limit will be unchanged if ResourceQuotaOptionsV1Update.getStorageRequestLimitUnset()
is null or set to false. the namespace.storageRequestLimit - New value for the property.public ResourceQuotaOptionsV1Update.Builder setStorageRequestLimitUnset(java.lang.Boolean storageRequestLimitUnset)
ResourceQuotaOptionsV1Update.getStorageRequestLimit().
If this field is set to true, the existing storage request limit will be
reset. If this field is set to false, the existing storage request limit
will be changed to the value specified in ResourceQuotaOptionsV1Update.getStorageRequestLimit(),
if any.
If null, the existing storage request limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getStorageRequestLimit(),
if any.storageRequestLimitUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setPodCount(java.lang.Long podCount)
ResourceQuotaOptionsV1Update.getPodCountUnset() is
set to true.
If null, the existing 'podCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getPodCountUnset() is
null or set to false.podCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setPodCountUnset(java.lang.Boolean podCountUnset)
ResourceQuotaOptionsV1Update.getPodCount(). If this
field is set to true, the existing 'podCount' limit on the namespace
will be reset. If this field is set to false, the existing CPU limit
will be changed to the value specified in ResourceQuotaOptionsV1Update.getPodCount(), if any.
If null, the existing 'podCount' limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getPodCount(), if any.podCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setServiceCount(java.lang.Long serviceCount)
ResourceQuotaOptionsV1Update.getServiceCountUnset()
is set to true.
If null, the existing 'serviceCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getServiceCountUnset()
is null or set to false.serviceCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setServiceCountUnset(java.lang.Boolean serviceCountUnset)
ResourceQuotaOptionsV1Update.getServiceCount(). If
this field is set to true, the existing 'serviceCount' limit on the
namespace will be reset. If this field is set to false, the existing
service count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getServiceCount(), if
any.
If null, the existing 'serviceCount' limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getServiceCount(), if
any.serviceCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setDeploymentCount(java.lang.Long deploymentCount)
ResourceQuotaOptionsV1Update.getDeploymentCountUnset()
is set to true.
If null, the existing 'deploymentCount' limit will be unchanged if
ResourceQuotaOptionsV1Update.getDeploymentCountUnset()
is null or set to false.deploymentCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setDeploymentCountUnset(java.lang.Boolean deploymentCountUnset)
ResourceQuotaOptionsV1Update.getDeploymentCount().
If this field is set to true, the existing 'deploymentCount' limit on
the namespace will be reset. If this field is set to false, the existing
deployment count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getDeploymentCount(),
if any.
If null, the existing 'deploymentCount' limit will be changed to the
value specified in ResourceQuotaOptionsV1Update.getDeploymentCount(),
if any.deploymentCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setDaemonSetCount(java.lang.Long daemonSetCount)
ResourceQuotaOptionsV1Update.getDaemonSetCountUnset()
is set to true.
If null, the existing 'daemonSetCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getDaemonSetCountUnset()
is null or set to false.daemonSetCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setDaemonSetCountUnset(java.lang.Boolean daemonSetCountUnset)
ResourceQuotaOptionsV1Update.getDaemonSetCount().
If this field is set to true, the existing 'daemonSetCount' limit on the
namespace will be reset. If this field is set to false, the existing
daemonset count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getDaemonSetCount(),
if any.
If null, the existing 'daemonSetCount' limit will be changed to the
value specified in ResourceQuotaOptionsV1Update.getDaemonSetCount(),
if any.daemonSetCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setReplicaSetCount(java.lang.Long replicaSetCount)
ResourceQuotaOptionsV1Update.getReplicaSetCountUnset()
is set to true.
If null, the existing 'replicaSetCount' limit will be unchanged if
ResourceQuotaOptionsV1Update.getReplicaSetCountUnset()
is null or set to false.replicaSetCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setReplicaSetCountUnset(java.lang.Boolean replicaSetCountUnset)
ResourceQuotaOptionsV1Update.getReplicaSetCount().
If this field is set to true, the existing 'replicaSetCount' limit on
the namespace will be reset. If this field is set to false, the existing
replicaset count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getReplicaSetCount(),
if any.
If null, the existing 'replicaSetCount' limit will be changed to the
value specified in ResourceQuotaOptionsV1Update.getReplicaSetCount(),
if any.replicaSetCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setReplicationControllerCount(java.lang.Long replicationControllerCount)
ResourceQuotaOptionsV1Update.getReplicationControllerCountUnset()
is set to true.
If null, the existing 'replicationControllerCount' limit will be
unchanged if ResourceQuotaOptionsV1Update.getReplicationControllerCountUnset()
is null or set to false.replicationControllerCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setReplicationControllerCountUnset(java.lang.Boolean replicationControllerCountUnset)
ResourceQuotaOptionsV1Update.getReplicationControllerCount().
If this field is set to true, the existing 'replicationControllerCount'
limit on the namespace will be reset. If this field is set to false, the
existing replicationcontroller count limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getReplicationControllerCount(),
if any.
If null, the existing 'replicationControllerCount' limit will be changed
to the value specified in ResourceQuotaOptionsV1Update.getReplicationControllerCount(),
if any.replicationControllerCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setStatefulSetCount(java.lang.Long statefulSetCount)
ResourceQuotaOptionsV1Update.getStatefulSetCountUnset()
is set to true.
If null, the existing 'statefulSetCount' limit will be unchanged if
ResourceQuotaOptionsV1Update.getStatefulSetCountUnset()
is null or set to false.statefulSetCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setStatefulSetCountUnset(java.lang.Boolean statefulSetCountUnset)
ResourceQuotaOptionsV1Update.getStatefulSetCount().
If this field is set to true, the existing 'statefulSetCount' limit on
the namespace will be reset. If this field is set to false, the existing
statefulset count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getStatefulSetCount(),
if any.
If null, the existing 'statefulSetCount' limit will be changed to the
value specified in ResourceQuotaOptionsV1Update.getStatefulSetCount(),
if any.statefulSetCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setConfigMapCount(java.lang.Long configMapCount)
ResourceQuotaOptionsV1Update.getConfigMapCountUnset()
is set to true.
If null, the existing 'configMapCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getConfigMapCountUnset()
is null or set to false.configMapCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setConfigMapCountUnset(java.lang.Boolean configMapCountUnset)
ResourceQuotaOptionsV1Update.getConfigMapCount().
If this field is set to true, the existing 'configMapCount' limit on the
namespace will be reset. If this field is set to false, the existing
configmap count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getConfigMapCount(),
if any.
If null, the existing 'configMapCount' limit will be changed to the
value specified in ResourceQuotaOptionsV1Update.getConfigMapCount(),
if any.configMapCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setSecretCount(java.lang.Long secretCount)
ResourceQuotaOptionsV1Update.getSecretCountUnset()
is set to true.
If null, the existing 'secretCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getSecretCountUnset()
is null or set to false.secretCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setSecretCountUnset(java.lang.Boolean secretCountUnset)
ResourceQuotaOptionsV1Update.getSecretCount(). If
this field is set to true, the existing 'secretCount' limit on the
namespace will be reset. If this field is set to false, the existing
secret count limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getSecretCount(), if
any.
If null, the existing 'secretCount' limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getSecretCount(), if
any.secretCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setPersistentVolumeClaimCount(java.lang.Long persistentVolumeClaimCount)
ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCountUnset()
is set to true.
If null, the existing 'persistentVolumeClaimCount' limit will be
unchanged if ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCountUnset()
is null or set to false.persistentVolumeClaimCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setPersistentVolumeClaimCountUnset(java.lang.Boolean persistentVolumeClaimCountUnset)
ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCount().
If this field is set to true, the existing 'persistentVolumeClaimCount'
limit on the namespace will be reset. If this field is set to false, the
existing replicationcontroller count limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCount(),
if any.
If null, the existing 'persistentVolumeClaimCount' limit will be changed
to the value specified in ResourceQuotaOptionsV1Update.getPersistentVolumeClaimCount(),
if any.persistentVolumeClaimCountUnset - New value for the property.public ResourceQuotaOptionsV1Update.Builder setJobCount(java.lang.Long jobCount)
ResourceQuotaOptionsV1Update.getJobCountUnset() is
set to true.
If null, the existing 'jobCount' limit will be unchanged if ResourceQuotaOptionsV1Update.getJobCountUnset() is
null or set to false.jobCount - New value for the property.public ResourceQuotaOptionsV1Update.Builder setJobCountUnset(java.lang.Boolean jobCountUnset)
ResourceQuotaOptionsV1Update.getJobCount(). If this
field is set to true, the existing 'jobCount' limit on the namespace
will be reset. If this field is set to false, the existing secret count
limit will be changed to the value specified in ResourceQuotaOptionsV1Update.getJobCount(), if any.
If null, the existing 'jobCount' limit will be changed to the value
specified in ResourceQuotaOptionsV1Update.getJobCount(), if any.jobCountUnset - New value for the property.public ResourceQuotaOptionsV1Update build()