Package io.fabric8.kubernetes.api.model
Class PodCertificateProjectionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodCertificateProjectionFluent<PodCertificateProjectionBuilder>
-
- io.fabric8.kubernetes.api.model.PodCertificateProjectionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodCertificateProjection>,io.fabric8.kubernetes.api.builder.Visitable<PodCertificateProjectionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodCertificateProjection,PodCertificateProjectionBuilder>
public class PodCertificateProjectionBuilder extends PodCertificateProjectionFluent<PodCertificateProjectionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodCertificateProjection,PodCertificateProjectionBuilder>
-
-
Constructor Summary
Constructors Constructor Description PodCertificateProjectionBuilder()PodCertificateProjectionBuilder(PodCertificateProjection instance)PodCertificateProjectionBuilder(PodCertificateProjectionFluent<?> fluent)PodCertificateProjectionBuilder(PodCertificateProjectionFluent<?> fluent, PodCertificateProjection instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodCertificateProjectionbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.PodCertificateProjectionFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getCertificateChainPath, getCredentialBundlePath, getKeyPath, getKeyType, getMaxExpirationSeconds, getSignerName, hasAdditionalProperties, hasCertificateChainPath, hasCredentialBundlePath, hashCode, hasKeyPath, hasKeyType, hasMaxExpirationSeconds, hasSignerName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withCertificateChainPath, withCredentialBundlePath, withKeyPath, withKeyType, withMaxExpirationSeconds, withSignerName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodCertificateProjectionBuilder
public PodCertificateProjectionBuilder()
-
PodCertificateProjectionBuilder
public PodCertificateProjectionBuilder(PodCertificateProjectionFluent<?> fluent)
-
PodCertificateProjectionBuilder
public PodCertificateProjectionBuilder(PodCertificateProjection instance)
-
PodCertificateProjectionBuilder
public PodCertificateProjectionBuilder(PodCertificateProjectionFluent<?> fluent, PodCertificateProjection instance)
-
-
Method Detail
-
build
public PodCertificateProjection build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodCertificateProjection>
-
-