public class ImageSpecFluentImpl<A extends ImageSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageSpecFluent<A>
| Constructor and Description |
|---|
ImageSpecFluentImpl() |
ImageSpecFluentImpl(ImageSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSize() |
String |
getSrc() |
String |
getType() |
int |
hashCode() |
Boolean |
hasSize() |
Boolean |
hasSrc() |
Boolean |
hasType() |
String |
toString() |
A |
withSize(String size) |
A |
withSrc(String src) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ImageSpecFluentImpl()
public ImageSpecFluentImpl(ImageSpec instance)
public String getSize()
getSize in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public A withSize(String size)
withSize in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public Boolean hasSize()
hasSize in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public String getSrc()
getSrc in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public A withSrc(String src)
withSrc in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public Boolean hasSrc()
hasSrc in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public String getType()
getType in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public A withType(String type)
withType in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public Boolean hasType()
hasType in interface ImageSpecFluent<A extends ImageSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.