public class UpdateBuilder extends UpdateFluentImpl<UpdateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Update,UpdateBuilder>
| Constructor and Description |
|---|
UpdateBuilder() |
UpdateBuilder(Boolean validationEnabled) |
UpdateBuilder(Update instance) |
UpdateBuilder(Update instance,
Boolean validationEnabled) |
UpdateBuilder(UpdateFluent<?> fluent) |
UpdateBuilder(UpdateFluent<?> fluent,
Boolean validationEnabled) |
UpdateBuilder(UpdateFluent<?> fluent,
Update instance) |
UpdateBuilder(UpdateFluent<?> fluent,
Update instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Update |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getImage, getVersion, hasForce, hasImage, hasVersion, isForce, withForce, withImage, withNewForce, withNewForce, withNewImage, withNewImage, withNewImage, withNewVersion, withNewVersion, withNewVersion, withVersionaccept, accept, aggregate, aggregate, build, build, builderOfpublic UpdateBuilder()
public UpdateBuilder(Boolean validationEnabled)
public UpdateBuilder(UpdateFluent<?> fluent)
public UpdateBuilder(UpdateFluent<?> fluent, Boolean validationEnabled)
public UpdateBuilder(UpdateFluent<?> fluent, Update instance)
public UpdateBuilder(UpdateFluent<?> fluent, Update instance, Boolean validationEnabled)
public UpdateBuilder(Update instance)
public Update build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Update>public boolean equals(Object o)
equals in class UpdateFluentImpl<UpdateBuilder>public int hashCode()
hashCode in class UpdateFluentImpl<UpdateBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.