Class InstallModeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluent<InstallModeBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallMode>,io.fabric8.kubernetes.api.builder.Visitable<InstallModeBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallMode,InstallModeBuilder>
public class InstallModeBuilder extends InstallModeFluent<InstallModeBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallMode,InstallModeBuilder>
-
-
Constructor Summary
Constructors Constructor Description InstallModeBuilder()InstallModeBuilder(InstallMode instance)InstallModeBuilder(InstallModeFluent<?> fluent)InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallModebuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallModeFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getSupported, getType, hasAdditionalProperties, hashCode, hasSupported, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withSupported, withSupported, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstallModeBuilder
public InstallModeBuilder()
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent)
-
InstallModeBuilder
public InstallModeBuilder(InstallMode instance)
-
InstallModeBuilder
public InstallModeBuilder(InstallModeFluent<?> fluent, InstallMode instance)
-
-
Method Detail
-
build
public InstallMode build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallMode>
-
-