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() |
A |
withNewSize(String arg0)
Deprecated.
|
A |
withNewSrc(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withSize(String size) |
A |
withSrc(String src) |
A |
withType(String type) |
public 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>>@Deprecated public A withNewSize(String arg0)
withNewSize 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>>@Deprecated public A withNewSrc(String arg0)
withNewSrc 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>>@Deprecated public A withNewType(String arg0)
withNewType in interface ImageSpecFluent<A extends ImageSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.