public interface QuotaResultFluent<A extends QuotaResultFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QuotaResultFluent.ReferencedAttributesNested<N> |
Long getGrantedAmount()
Boolean hasGrantedAmount()
A withNewGrantedAmount(long arg1)
@Deprecated ReferencedAttributes getReferencedAttributes()
ReferencedAttributes buildReferencedAttributes()
A withReferencedAttributes(ReferencedAttributes referencedAttributes)
Boolean hasReferencedAttributes()
QuotaResultFluent.ReferencedAttributesNested<A> withNewReferencedAttributes()
QuotaResultFluent.ReferencedAttributesNested<A> withNewReferencedAttributesLike(ReferencedAttributes item)
QuotaResultFluent.ReferencedAttributesNested<A> editReferencedAttributes()
QuotaResultFluent.ReferencedAttributesNested<A> editOrNewReferencedAttributes()
QuotaResultFluent.ReferencedAttributesNested<A> editOrNewReferencedAttributesLike(ReferencedAttributes item)
Long getValidDuration()
Boolean hasValidDuration()
A withNewValidDuration(long arg1)
Copyright © 2017–2018 Red Hat. All rights reserved.