Class InstallPlanReferenceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanReferenceFluent<InstallPlanReferenceBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanReferenceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlanReference>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanReferenceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanReference,InstallPlanReferenceBuilder>
public class InstallPlanReferenceBuilder extends InstallPlanReferenceFluent<InstallPlanReferenceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanReference,InstallPlanReferenceBuilder>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanReferenceBuilder()InstallPlanReferenceBuilder(InstallPlanReference instance)InstallPlanReferenceBuilder(InstallPlanReferenceFluent<?> fluent)InstallPlanReferenceBuilder(InstallPlanReferenceFluent<?> fluent, InstallPlanReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanReferencebuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanReferenceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getApiVersion, getKind, getName, getUuid, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasName, hasUuid, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withName, withUuid
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstallPlanReferenceBuilder
public InstallPlanReferenceBuilder()
-
InstallPlanReferenceBuilder
public InstallPlanReferenceBuilder(InstallPlanReferenceFluent<?> fluent)
-
InstallPlanReferenceBuilder
public InstallPlanReferenceBuilder(InstallPlanReference instance)
-
InstallPlanReferenceBuilder
public InstallPlanReferenceBuilder(InstallPlanReferenceFluent<?> fluent, InstallPlanReference instance)
-
-
Method Detail
-
build
public InstallPlanReference build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlanReference>
-
-