Package io.fabric8.openshift.api.model
Class UpdateFluentImpl<A extends UpdateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.UpdateFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,UpdateFluent<A>
- Direct Known Subclasses:
ClusterVersionSpecFluentImpl.DesiredUpdateNestedImpl,ClusterVersionStatusFluentImpl.AvailableUpdatesNestedImpl,ClusterVersionStatusFluentImpl.DesiredNestedImpl,DoneableUpdate,UpdateBuilder
public class UpdateFluentImpl<A extends UpdateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UpdateFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UpdateFluentImpl()UpdateFluentImpl(Update instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
UpdateFluentImpl
public UpdateFluentImpl() -
UpdateFluentImpl
-
-
Method Details
-
isForce
- Specified by:
isForcein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withForce
- Specified by:
withForcein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
hasForce
- Specified by:
hasForcein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewForce
- Specified by:
withNewForcein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewForce
- Specified by:
withNewForcein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
getImage
- Specified by:
getImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withImage
- Specified by:
withImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
hasImage
- Specified by:
hasImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewImage
- Specified by:
withNewImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewImage
- Specified by:
withNewImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewImage
- Specified by:
withNewImagein interfaceUpdateFluent<A extends UpdateFluent<A>>
-
getVersion
- Specified by:
getVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withVersion
- Specified by:
withVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
hasVersion
- Specified by:
hasVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewVersion
- Specified by:
withNewVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewVersion
- Specified by:
withNewVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
withNewVersion
- Specified by:
withNewVersionin interfaceUpdateFluent<A extends UpdateFluent<A>>
-
equals
-