Class OperatorPKIBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.network.v1.OperatorPKIFluent<OperatorPKIBuilder>
-
- io.fabric8.openshift.api.model.operator.network.v1.OperatorPKIBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OperatorPKI>,io.fabric8.kubernetes.api.builder.Visitable<OperatorPKIBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OperatorPKI,OperatorPKIBuilder>
public class OperatorPKIBuilder extends OperatorPKIFluent<OperatorPKIBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OperatorPKI,OperatorPKIBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.network.v1.OperatorPKIFluent
OperatorPKIFluent.MetadataNested<N>, OperatorPKIFluent.SpecNested<N>, OperatorPKIFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description OperatorPKIBuilder()OperatorPKIBuilder(OperatorPKI instance)OperatorPKIBuilder(OperatorPKIFluent<?> fluent)OperatorPKIBuilder(OperatorPKIFluent<?> fluent, OperatorPKI instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperatorPKIbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.network.v1.OperatorPKIFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
OperatorPKIBuilder
public OperatorPKIBuilder()
-
OperatorPKIBuilder
public OperatorPKIBuilder(OperatorPKIFluent<?> fluent)
-
OperatorPKIBuilder
public OperatorPKIBuilder(OperatorPKIFluent<?> fluent, OperatorPKI instance)
-
OperatorPKIBuilder
public OperatorPKIBuilder(OperatorPKI instance)
-
-
Method Detail
-
build
public OperatorPKI build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OperatorPKI>
-
-