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:
Builder<PodCertificateProjection>,Visitable<PodCertificateProjectionBuilder>,VisitableBuilder<PodCertificateProjection,PodCertificateProjectionBuilder>
public class PodCertificateProjectionBuilder extends PodCertificateProjectionFluent<PodCertificateProjectionBuilder> implements VisitableBuilder<PodCertificateProjection,PodCertificateProjectionBuilder>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
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, addToUserAnnotations, addToUserAnnotations, copyInstance, equals, getAdditionalProperties, getCertificateChainPath, getCredentialBundlePath, getKeyPath, getKeyType, getMaxExpirationSeconds, getSignerName, getUserAnnotations, hasAdditionalProperties, hasCertificateChainPath, hasCredentialBundlePath, hashCode, hasKeyPath, hasKeyType, hasMaxExpirationSeconds, hasSignerName, hasUserAnnotations, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromUserAnnotations, removeFromUserAnnotations, toString, withAdditionalProperties, withCertificateChainPath, withCredentialBundlePath, withKeyPath, withKeyType, withMaxExpirationSeconds, withSignerName, withUserAnnotations
-
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 interfaceBuilder<PodCertificateProjection>
-
-