Class CatalogSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceFluentImpl<CatalogSourceBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CatalogSource>,io.fabric8.kubernetes.api.builder.Fluent<CatalogSourceBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CatalogSourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CatalogSource,CatalogSourceBuilder>,CatalogSourceFluent<CatalogSourceBuilder>
public class CatalogSourceBuilder extends CatalogSourceFluentImpl<CatalogSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CatalogSource,CatalogSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceFluentImpl
CatalogSourceFluentImpl.MetadataNestedImpl<N>, CatalogSourceFluentImpl.SpecNestedImpl<N>, CatalogSourceFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceFluent
CatalogSourceFluent.MetadataNested<N>, CatalogSourceFluent.SpecNested<N>, CatalogSourceFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description CatalogSourceBuilder()CatalogSourceBuilder(CatalogSource instance)CatalogSourceBuilder(CatalogSourceFluent<?> fluent)CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance)CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance, Boolean validationEnabled)CatalogSourceBuilder(CatalogSourceFluent<?> fluent, Boolean validationEnabled)CatalogSourceBuilder(CatalogSource instance, Boolean validationEnabled)CatalogSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CatalogSourceBuilder
public CatalogSourceBuilder()
-
CatalogSourceBuilder
public CatalogSourceBuilder(Boolean validationEnabled)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSourceFluent<?> fluent)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSourceFluent<?> fluent, Boolean validationEnabled)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSourceFluent<?> fluent, CatalogSource instance, Boolean validationEnabled)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSource instance)
-
CatalogSourceBuilder
public CatalogSourceBuilder(CatalogSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public CatalogSource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CatalogSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCatalogSourceFluentImpl<CatalogSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCatalogSourceFluentImpl<CatalogSourceBuilder>
-
-