public class ResourceQuotaFluentImpl<T extends ResourceQuotaFluent<T>> extends BaseFluent<T> implements ResourceQuotaFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceQuotaFluentImpl.MetadataNestedImpl<N> |
class |
ResourceQuotaFluentImpl.SpecNestedImpl<N> |
class |
ResourceQuotaFluentImpl.StatusNestedImpl<N> |
ResourceQuotaFluent.MetadataNested<N>, ResourceQuotaFluent.SpecNested<N>, ResourceQuotaFluent.StatusNested<N>_visitables| Constructor and Description |
|---|
ResourceQuotaFluentImpl() |
ResourceQuotaFluentImpl(ResourceQuota instance) |
public ResourceQuotaFluentImpl()
public ResourceQuotaFluentImpl(ResourceQuota instance)
public ResourceQuota.ApiVersion getApiVersion()
getApiVersion in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withApiVersion(ResourceQuota.ApiVersion apiVersion)
withApiVersion in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public String getKind()
getKind in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withKind(String kind)
withKind in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.MetadataNested<T> editMetadata()
editMetadata in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaSpec getSpec()
getSpec in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withSpec(ResourceQuotaSpec spec)
withSpec in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.SpecNested<T> withNewSpec()
withNewSpec in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.SpecNested<T> withNewSpecLike(ResourceQuotaSpec item)
withNewSpecLike in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.SpecNested<T> editSpec()
editSpec in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaStatus getStatus()
getStatus in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withStatus(ResourceQuotaStatus status)
withStatus in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.StatusNested<T> withNewStatus()
withNewStatus in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.StatusNested<T> withNewStatusLike(ResourceQuotaStatus item)
withNewStatusLike in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public ResourceQuotaFluent.StatusNested<T> editStatus()
editStatus in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceQuotaFluent<T extends ResourceQuotaFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.