public interface CheckRequestFluent<A extends CheckRequestFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CheckRequestFluent.AttributesNested<N> |
@Deprecated CompressedAttributes getAttributes()
CompressedAttributes buildAttributes()
A withAttributes(CompressedAttributes attributes)
Boolean hasAttributes()
CheckRequestFluent.AttributesNested<A> withNewAttributes()
CheckRequestFluent.AttributesNested<A> withNewAttributesLike(CompressedAttributes item)
CheckRequestFluent.AttributesNested<A> editAttributes()
CheckRequestFluent.AttributesNested<A> editOrNewAttributes()
CheckRequestFluent.AttributesNested<A> editOrNewAttributesLike(CompressedAttributes item)
String getDeduplicationId()
Boolean hasDeduplicationId()
Integer getGlobalWordCount()
Boolean hasGlobalWordCount()
A withNewGlobalWordCount(int arg1)
A addToQuotas(String key, QuotaParams value)
A addToQuotas(Map<String,QuotaParams> map)
A removeFromQuotas(Map<String,QuotaParams> map)
Map<String,QuotaParams> getQuotas()
A withQuotas(Map<String,QuotaParams> quotas)
Boolean hasQuotas()
Copyright © 2017–2018 Red Hat. All rights reserved.