public class RuleSpecFluentImpl<A extends RuleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuleSpecFluent<A>
RuleSpecFluent.ResourcesNested<N>| Constructor and Description |
|---|
RuleSpecFluentImpl() |
RuleSpecFluentImpl(RuleSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildResources() |
RuleSpecFluent.ResourcesNested<A> |
editOrNewResources() |
RuleSpecFluent.ResourcesNested<A> |
editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
RuleSpecFluent.ResourcesNested<A> |
editResources() |
boolean |
equals(Object o) |
String |
getEvalInterval() |
Integer |
getReplicas() |
io.fabric8.kubernetes.api.model.ResourceRequirements |
getResources()
Deprecated.
|
Boolean |
hasEvalInterval() |
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasResources() |
String |
toString() |
A |
withEvalInterval(String evalInterval) |
RuleSpecFluent.ResourcesNested<A> |
withNewResources() |
RuleSpecFluent.ResourcesNested<A> |
withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
A |
withReplicas(Integer replicas) |
A |
withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RuleSpecFluentImpl()
public RuleSpecFluentImpl(RuleSpec instance)
public String getEvalInterval()
getEvalInterval in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public A withEvalInterval(String evalInterval)
withEvalInterval in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public Boolean hasEvalInterval()
hasEvalInterval in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public Integer getReplicas()
getReplicas in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public Boolean hasReplicas()
hasReplicas in interface RuleSpecFluent<A extends RuleSpecFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
getResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public io.fabric8.kubernetes.api.model.ResourceRequirements buildResources()
buildResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
withResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public Boolean hasResources()
hasResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public RuleSpecFluent.ResourcesNested<A> withNewResources()
withNewResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public RuleSpecFluent.ResourcesNested<A> withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
withNewResourcesLike in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public RuleSpecFluent.ResourcesNested<A> editResources()
editResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public RuleSpecFluent.ResourcesNested<A> editOrNewResources()
editOrNewResources in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public RuleSpecFluent.ResourcesNested<A> editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
editOrNewResourcesLike in interface RuleSpecFluent<A extends RuleSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RuleSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RuleSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.