public class CheckResponseFluentImpl<A extends CheckResponseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CheckResponseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CheckResponseFluentImpl.PreconditionNestedImpl<N> |
CheckResponseFluent.PreconditionNested<N>| Constructor and Description |
|---|
CheckResponseFluentImpl() |
CheckResponseFluentImpl(CheckResponse instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToQuotas(Map<String,QuotaResult> map) |
A |
addToQuotas(String key,
QuotaResult value) |
PreconditionResult |
buildPrecondition() |
CheckResponseFluent.PreconditionNested<A> |
editOrNewPrecondition() |
CheckResponseFluent.PreconditionNested<A> |
editOrNewPreconditionLike(PreconditionResult item) |
CheckResponseFluent.PreconditionNested<A> |
editPrecondition() |
boolean |
equals(Object o) |
PreconditionResult |
getPrecondition()
Deprecated.
|
Map<String,QuotaResult> |
getQuotas() |
Boolean |
hasPrecondition() |
Boolean |
hasQuotas() |
A |
removeFromQuotas(Map<String,QuotaResult> map) |
A |
removeFromQuotas(String key) |
CheckResponseFluent.PreconditionNested<A> |
withNewPrecondition() |
CheckResponseFluent.PreconditionNested<A> |
withNewPreconditionLike(PreconditionResult item) |
A |
withPrecondition(PreconditionResult precondition) |
A |
withQuotas(Map<String,QuotaResult> quotas) |
public CheckResponseFluentImpl()
public CheckResponseFluentImpl(CheckResponse instance)
@Deprecated public PreconditionResult getPrecondition()
getPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public PreconditionResult buildPrecondition()
buildPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A withPrecondition(PreconditionResult precondition)
withPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public Boolean hasPrecondition()
hasPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public CheckResponseFluent.PreconditionNested<A> withNewPrecondition()
withNewPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public CheckResponseFluent.PreconditionNested<A> withNewPreconditionLike(PreconditionResult item)
withNewPreconditionLike in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public CheckResponseFluent.PreconditionNested<A> editPrecondition()
editPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public CheckResponseFluent.PreconditionNested<A> editOrNewPrecondition()
editOrNewPrecondition in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public CheckResponseFluent.PreconditionNested<A> editOrNewPreconditionLike(PreconditionResult item)
editOrNewPreconditionLike in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A addToQuotas(String key, QuotaResult value)
addToQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A addToQuotas(Map<String,QuotaResult> map)
addToQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A removeFromQuotas(String key)
removeFromQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A removeFromQuotas(Map<String,QuotaResult> map)
removeFromQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public Map<String,QuotaResult> getQuotas()
getQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public A withQuotas(Map<String,QuotaResult> quotas)
withQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>public Boolean hasQuotas()
hasQuotas in interface CheckResponseFluent<A extends CheckResponseFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.