public class CommonSpecFluentImpl<A extends CommonSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CommonSpecFluent<A>
CommonSpecFluent.ResourcesNested<N>| Constructor and Description |
|---|
CommonSpecFluentImpl() |
CommonSpecFluentImpl(CommonSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildResources() |
CommonSpecFluent.ResourcesNested<A> |
editOrNewResources() |
CommonSpecFluent.ResourcesNested<A> |
editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
CommonSpecFluent.ResourcesNested<A> |
editResources() |
boolean |
equals(Object o) |
Integer |
getReplicas() |
io.fabric8.kubernetes.api.model.ResourceRequirements |
getResources()
Deprecated.
|
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasResources() |
String |
toString() |
CommonSpecFluent.ResourcesNested<A> |
withNewResources() |
CommonSpecFluent.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 CommonSpecFluentImpl()
public CommonSpecFluentImpl(CommonSpec instance)
public Integer getReplicas()
getReplicas in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public Boolean hasReplicas()
hasReplicas in interface CommonSpecFluent<A extends CommonSpecFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
getResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public io.fabric8.kubernetes.api.model.ResourceRequirements buildResources()
buildResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
withResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public Boolean hasResources()
hasResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public CommonSpecFluent.ResourcesNested<A> withNewResources()
withNewResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public CommonSpecFluent.ResourcesNested<A> withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
withNewResourcesLike in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public CommonSpecFluent.ResourcesNested<A> editResources()
editResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public CommonSpecFluent.ResourcesNested<A> editOrNewResources()
editOrNewResources in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public CommonSpecFluent.ResourcesNested<A> editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item)
editOrNewResourcesLike in interface CommonSpecFluent<A extends CommonSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CommonSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CommonSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.