public interface ImageSpecFluent<A extends ImageSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
String
getSize()
getSrc()
getType()
Boolean
hasSize()
hasSrc()
hasType()
A
withSize(String size)
withSrc(String src)
withType(String type)
String getSize()
A withSize(String size)
Boolean hasSize()
String getSrc()
A withSrc(String src)
Boolean hasSrc()
String getType()
A withType(String type)
Boolean hasType()
Copyright © 2015–2023 Red Hat. All rights reserved.