Class ImageContentSourceFluent<A extends ImageContentSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.v1.ImageContentSourceFluent<A>
-
- Direct Known Subclasses:
ImageContentSourceBuilder,InstallConfigFluent.ImageContentSourcesNested
public class ImageContentSourceFluent<A extends ImageContentSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ImageContentSourceFluent()ImageContentSourceFluent(ImageContentSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
ImageContentSourceFluent
public ImageContentSourceFluent()
-
ImageContentSourceFluent
public ImageContentSourceFluent(ImageContentSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ImageContentSource instance)
-
addAllToMirrors
public A addAllToMirrors(Collection<String> items)
-
removeAllFromMirrors
public A removeAllFromMirrors(Collection<String> items)
-
getMirror
public String getMirror(int index)
-
getFirstMirror
public String getFirstMirror()
-
getLastMirror
public String getLastMirror()
-
hasMirrors
public boolean hasMirrors()
-
getSource
public String getSource()
-
hasSource
public boolean hasSource()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageContentSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageContentSourceFluent<A>>
-
-