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