Package io.fabric8.openshift.api.model
Interface UpdateFluent<A extends UpdateFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterVersionSpecFluent.DesiredUpdateNested<N>,ClusterVersionStatusFluent.AvailableUpdatesNested<N>,ClusterVersionStatusFluent.DesiredNested<N>
- All Known Implementing Classes:
ClusterVersionSpecFluentImpl.DesiredUpdateNestedImpl,ClusterVersionStatusFluentImpl.AvailableUpdatesNestedImpl,ClusterVersionStatusFluentImpl.DesiredNestedImpl,DoneableUpdate,UpdateBuilder,UpdateFluentImpl
public interface UpdateFluent<A extends UpdateFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetImage()StringgetVersion()BooleanhasForce()BooleanhasImage()BooleanhasVersion()BooleanisForce()AwithForce(Boolean force)AwithImage(String image)AwithNewForce(boolean arg1)AwithNewForce(String arg1)AwithNewImage(String arg1)AwithNewImage(StringBuffer arg1)AwithNewImage(StringBuilder arg1)AwithNewVersion(String arg1)AwithNewVersion(StringBuffer arg1)AwithNewVersion(StringBuilder arg1)AwithVersion(String version)
-
Method Details
-
isForce
Boolean isForce() -
withForce
-
hasForce
Boolean hasForce() -
withNewForce
-
withNewForce
-
getImage
String getImage() -
withImage
-
hasImage
Boolean hasImage() -
withNewImage
-
withNewImage
-
withNewImage
-
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNewVersion
-
withNewVersion
-
withNewVersion
-