public class KafkaClusterSpecBuilder extends KafkaClusterSpecFluentImpl<KafkaClusterSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaClusterSpec,KafkaClusterSpecBuilder>
KafkaClusterSpecFluentImpl.EphemeralStorageNestedImpl<N>, KafkaClusterSpecFluentImpl.ExternalLoggingNestedImpl<N>, KafkaClusterSpecFluentImpl.InlineLoggingNestedImpl<N>, KafkaClusterSpecFluentImpl.JbodStorageNestedImpl<N>, KafkaClusterSpecFluentImpl.JvmOptionsNestedImpl<N>, KafkaClusterSpecFluentImpl.KafkaAuthorizationSimpleNestedImpl<N>, KafkaClusterSpecFluentImpl.ListenersNestedImpl<N>, KafkaClusterSpecFluentImpl.LivenessProbeNestedImpl<N>, KafkaClusterSpecFluentImpl.PersistentClaimStorageNestedImpl<N>, KafkaClusterSpecFluentImpl.RackNestedImpl<N>, KafkaClusterSpecFluentImpl.ReadinessProbeNestedImpl<N>, KafkaClusterSpecFluentImpl.TemplateNestedImpl<N>, KafkaClusterSpecFluentImpl.TlsSidecarNestedImpl<N>KafkaClusterSpecFluent.EphemeralStorageNested<N>, KafkaClusterSpecFluent.ExternalLoggingNested<N>, KafkaClusterSpecFluent.InlineLoggingNested<N>, KafkaClusterSpecFluent.JbodStorageNested<N>, KafkaClusterSpecFluent.JvmOptionsNested<N>, KafkaClusterSpecFluent.KafkaAuthorizationSimpleNested<N>, KafkaClusterSpecFluent.ListenersNested<N>, KafkaClusterSpecFluent.LivenessProbeNested<N>, KafkaClusterSpecFluent.PersistentClaimStorageNested<N>, KafkaClusterSpecFluent.RackNested<N>, KafkaClusterSpecFluent.ReadinessProbeNested<N>, KafkaClusterSpecFluent.TemplateNested<N>, KafkaClusterSpecFluent.TlsSidecarNested<N>| Constructor and Description |
|---|
KafkaClusterSpecBuilder() |
KafkaClusterSpecBuilder(Boolean validationEnabled) |
KafkaClusterSpecBuilder(KafkaClusterSpec instance) |
KafkaClusterSpecBuilder(KafkaClusterSpec instance,
Boolean validationEnabled) |
KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent) |
KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent,
Boolean validationEnabled) |
KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent,
KafkaClusterSpec instance) |
KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent,
KafkaClusterSpec instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterSpec |
build() |
boolean |
equals(Object o) |
addAllToTolerations, addNewToleration, addToConfig, addToConfig, addToMetrics, addToMetrics, addToTolerations, addToTolerations, buildAuthorization, buildJvmOptions, buildListeners, buildLivenessProbe, buildLogging, buildRack, buildReadinessProbe, buildStorage, buildTemplate, buildTlsSidecar, editJvmOptions, editListeners, editLivenessProbe, editOrNewJvmOptions, editOrNewJvmOptionsLike, editOrNewListeners, editOrNewListenersLike, editOrNewLivenessProbe, editOrNewLivenessProbeLike, editOrNewRack, editOrNewRackLike, editOrNewReadinessProbe, editOrNewReadinessProbeLike, editOrNewTemplate, editOrNewTemplateLike, editOrNewTlsSidecar, editOrNewTlsSidecarLike, editRack, editReadinessProbe, editTemplate, editTlsSidecar, getAffinity, getAuthorization, getBrokerRackInitImage, getConfig, getFirstToleration, getImage, getJvmOptions, getLastToleration, getListeners, getLivenessProbe, getLogging, getMatchingToleration, getMetrics, getRack, getReadinessProbe, getReplicas, getResources, getStorage, getTemplate, getTlsSidecar, getToleration, getTolerations, getVersion, hasAffinity, hasAuthorization, hasBrokerRackInitImage, hasConfig, hasImage, hasJvmOptions, hasListeners, hasLivenessProbe, hasLogging, hasMatchingToleration, hasMetrics, hasRack, hasReadinessProbe, hasReplicas, hasResources, hasStorage, hasTemplate, hasTlsSidecar, hasTolerations, hasVersion, removeAllFromTolerations, removeFromConfig, removeFromConfig, removeFromMetrics, removeFromMetrics, removeFromTolerations, setToTolerations, withAffinity, withAuthorization, withBrokerRackInitImage, withConfig, withEphemeralStorage, withExternalLogging, withImage, withInlineLogging, withJbodStorage, withJvmOptions, withKafkaAuthorizationSimple, withListeners, withLivenessProbe, withLogging, withMetrics, withNewBrokerRackInitImage, withNewBrokerRackInitImage, withNewBrokerRackInitImage, withNewEphemeralStorage, withNewEphemeralStorageLike, withNewExternalLogging, withNewExternalLoggingLike, withNewImage, withNewImage, withNewImage, withNewInlineLogging, withNewInlineLoggingLike, withNewJbodStorage, withNewJbodStorageLike, withNewJvmOptions, withNewJvmOptionsLike, withNewKafkaAuthorizationSimple, withNewKafkaAuthorizationSimpleLike, withNewListeners, withNewListenersLike, withNewLivenessProbe, withNewLivenessProbe, withNewLivenessProbeLike, withNewPersistentClaimStorage, withNewPersistentClaimStorageLike, withNewRack, withNewRack, withNewRackLike, withNewReadinessProbe, withNewReadinessProbe, withNewReadinessProbeLike, withNewTemplate, withNewTemplateLike, withNewTlsSidecar, withNewTlsSidecarLike, withNewVersion, withNewVersion, withNewVersion, withPersistentClaimStorage, withRack, withReadinessProbe, withReplicas, withResources, withStorage, withTemplate, withTlsSidecar, withTolerations, withTolerations, withVersionaccept, aggregate, aggregate, build, build, builderOfpublic KafkaClusterSpecBuilder()
public KafkaClusterSpecBuilder(Boolean validationEnabled)
public KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent)
public KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent, Boolean validationEnabled)
public KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent, KafkaClusterSpec instance)
public KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent, KafkaClusterSpec instance, Boolean validationEnabled)
public KafkaClusterSpecBuilder(KafkaClusterSpec instance)
public KafkaClusterSpecBuilder(KafkaClusterSpec instance, Boolean validationEnabled)
public KafkaClusterSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<KafkaClusterSpec>public boolean equals(Object o)
equals in class KafkaClusterSpecFluentImpl<KafkaClusterSpecBuilder>Copyright © 2019. All rights reserved.