Package io.strimzi.api.kafka.model
Class KafkaClusterSpecFluentImpl<A extends KafkaClusterSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.KafkaClusterSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KafkaClusterSpecFluent<A>
- Direct Known Subclasses:
KafkaClusterSpecBuilder,KafkaSpecFluentImpl.KafkaNestedImpl
public class KafkaClusterSpecFluentImpl<A extends KafkaClusterSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KafkaClusterSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaClusterSpecFluent
KafkaClusterSpecFluent.EphemeralStorageNested<N>, KafkaClusterSpecFluent.ExternalLoggingNested<N>, KafkaClusterSpecFluent.InlineLoggingNested<N>, KafkaClusterSpecFluent.JbodStorageNested<N>, KafkaClusterSpecFluent.JmxOptionsNested<N>, KafkaClusterSpecFluent.JmxPrometheusExporterMetricsConfigNested<N>, KafkaClusterSpecFluent.JvmOptionsNested<N>, KafkaClusterSpecFluent.KafkaAuthorizationCustomNested<N>, KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<N>, KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<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 Summary
Constructors Constructor Description KafkaClusterSpecFluentImpl()KafkaClusterSpecFluentImpl(KafkaClusterSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
KafkaClusterSpecFluentImpl
public KafkaClusterSpecFluentImpl()
-
KafkaClusterSpecFluentImpl
public KafkaClusterSpecFluentImpl(KafkaClusterSpec instance)
-
-
Method Detail
-
getStorage
@Deprecated public Storage getStorage()
Deprecated.This method has been deprecated, please use method buildStorage instead.- Specified by:
getStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildStorage
public Storage buildStorage()
- Specified by:
buildStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withStorage
public A withStorage(Storage storage)
- Specified by:
withStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasStorage
public Boolean hasStorage()
- Specified by:
hasStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withPersistentClaimStorage
public A withPersistentClaimStorage(PersistentClaimStorage persistentClaimStorage)
- Specified by:
withPersistentClaimStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewPersistentClaimStorage
public KafkaClusterSpecFluent.PersistentClaimStorageNested<A> withNewPersistentClaimStorage()
- Specified by:
withNewPersistentClaimStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewPersistentClaimStorageLike
public KafkaClusterSpecFluent.PersistentClaimStorageNested<A> withNewPersistentClaimStorageLike(PersistentClaimStorage item)
- Specified by:
withNewPersistentClaimStorageLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withEphemeralStorage
public A withEphemeralStorage(EphemeralStorage ephemeralStorage)
- Specified by:
withEphemeralStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewEphemeralStorage
public KafkaClusterSpecFluent.EphemeralStorageNested<A> withNewEphemeralStorage()
- Specified by:
withNewEphemeralStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewEphemeralStorageLike
public KafkaClusterSpecFluent.EphemeralStorageNested<A> withNewEphemeralStorageLike(EphemeralStorage item)
- Specified by:
withNewEphemeralStorageLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withJbodStorage
public A withJbodStorage(JbodStorage jbodStorage)
- Specified by:
withJbodStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJbodStorage
public KafkaClusterSpecFluent.JbodStorageNested<A> withNewJbodStorage()
- Specified by:
withNewJbodStoragein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJbodStorageLike
public KafkaClusterSpecFluent.JbodStorageNested<A> withNewJbodStorageLike(JbodStorage item)
- Specified by:
withNewJbodStorageLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withVersion
public A withVersion(String version)
- Specified by:
withVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasVersion
public Boolean hasVersion()
- Specified by:
hasVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuilder arg1)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(int[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(char[] arg1)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuffer arg1)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(char[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewVersion
public A withNewVersion(String arg1)
- Specified by:
withNewVersionin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToConfig
public A addToConfig(String key, Object value)
- Specified by:
addToConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToConfig
public A addToConfig(Map<String,Object> map)
- Specified by:
addToConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeFromConfig
public A removeFromConfig(String key)
- Specified by:
removeFromConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeFromConfig
public A removeFromConfig(Map<String,Object> map)
- Specified by:
removeFromConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getConfig
public Map<String,Object> getConfig()
- Specified by:
getConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withConfig
public <K,V> A withConfig(Map<String,Object> config)
- Specified by:
withConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasConfig
public Boolean hasConfig()
- Specified by:
hasConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getBrokerRackInitImage
public String getBrokerRackInitImage()
- Specified by:
getBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withBrokerRackInitImage
public A withBrokerRackInitImage(String brokerRackInitImage)
- Specified by:
withBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasBrokerRackInitImage
public Boolean hasBrokerRackInitImage()
- Specified by:
hasBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(StringBuilder arg1)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(int[] arg1, int arg2, int arg3)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(char[] arg1)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(StringBuffer arg1)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(byte[] arg1, int arg2)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(byte[] arg1)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(char[] arg1, int arg2, int arg3)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewBrokerRackInitImage
public A withNewBrokerRackInitImage(String arg1)
- Specified by:
withNewBrokerRackInitImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getRack
@Deprecated public Rack getRack()
Deprecated.This method has been deprecated, please use method buildRack instead.- Specified by:
getRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildRack
public Rack buildRack()
- Specified by:
buildRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withRack
public A withRack(Rack rack)
- Specified by:
withRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasRack
public Boolean hasRack()
- Specified by:
hasRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewRack
public A withNewRack(String topologyKey)
- Specified by:
withNewRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewRack
public KafkaClusterSpecFluent.RackNested<A> withNewRack()
- Specified by:
withNewRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewRackLike
public KafkaClusterSpecFluent.RackNested<A> withNewRackLike(Rack item)
- Specified by:
withNewRackLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editRack
public KafkaClusterSpecFluent.RackNested<A> editRack()
- Specified by:
editRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewRack
public KafkaClusterSpecFluent.RackNested<A> editOrNewRack()
- Specified by:
editOrNewRackin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewRackLike
public KafkaClusterSpecFluent.RackNested<A> editOrNewRackLike(Rack item)
- Specified by:
editOrNewRackLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getLogging
@Deprecated public Logging getLogging()
Deprecated.This method has been deprecated, please use method buildLogging instead.- Specified by:
getLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildLogging
public Logging buildLogging()
- Specified by:
buildLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withLogging
public A withLogging(Logging logging)
- Specified by:
withLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasLogging
public Boolean hasLogging()
- Specified by:
hasLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withExternalLogging
public A withExternalLogging(ExternalLogging externalLogging)
- Specified by:
withExternalLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewExternalLogging
public KafkaClusterSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
- Specified by:
withNewExternalLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewExternalLoggingLike
public KafkaClusterSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
- Specified by:
withNewExternalLoggingLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withInlineLogging
public A withInlineLogging(InlineLogging inlineLogging)
- Specified by:
withInlineLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewInlineLogging
public KafkaClusterSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
- Specified by:
withNewInlineLoggingin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewInlineLoggingLike
public KafkaClusterSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
- Specified by:
withNewInlineLoggingLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getTlsSidecar
@Deprecated public TlsSidecar getTlsSidecar()
Deprecated.This method has been deprecated, please use method buildTlsSidecar instead.- Specified by:
getTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildTlsSidecar
public TlsSidecar buildTlsSidecar()
- Specified by:
buildTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withTlsSidecar
public A withTlsSidecar(TlsSidecar tlsSidecar)
- Specified by:
withTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasTlsSidecar
public Boolean hasTlsSidecar()
- Specified by:
hasTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewTlsSidecar
public KafkaClusterSpecFluent.TlsSidecarNested<A> withNewTlsSidecar()
- Specified by:
withNewTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewTlsSidecarLike
public KafkaClusterSpecFluent.TlsSidecarNested<A> withNewTlsSidecarLike(TlsSidecar item)
- Specified by:
withNewTlsSidecarLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editTlsSidecar
public KafkaClusterSpecFluent.TlsSidecarNested<A> editTlsSidecar()
- Specified by:
editTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewTlsSidecar
public KafkaClusterSpecFluent.TlsSidecarNested<A> editOrNewTlsSidecar()
- Specified by:
editOrNewTlsSidecarin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewTlsSidecarLike
public KafkaClusterSpecFluent.TlsSidecarNested<A> editOrNewTlsSidecarLike(TlsSidecar item)
- Specified by:
editOrNewTlsSidecarLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getReplicas
public int getReplicas()
- Specified by:
getReplicasin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withReplicas
public A withReplicas(int replicas)
- Specified by:
withReplicasin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasReplicas
public Boolean hasReplicas()
- Specified by:
hasReplicasin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getImage
public String getImage()
- Specified by:
getImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuilder arg1)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(int[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(char[] arg1)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuffer arg1)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(char[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewImage
public A withNewImage(String arg1)
- Specified by:
withNewImagein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
- Specified by:
getResourcesin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withResources
public A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
- Specified by:
withResourcesin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasResources
public Boolean hasResources()
- Specified by:
hasResourcesin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getLivenessProbe
@Deprecated public Probe getLivenessProbe()
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Specified by:
getLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildLivenessProbe
public Probe buildLivenessProbe()
- Specified by:
buildLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withLivenessProbe
public A withLivenessProbe(Probe livenessProbe)
- Specified by:
withLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasLivenessProbe
public Boolean hasLivenessProbe()
- Specified by:
hasLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewLivenessProbe
public A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
- Specified by:
withNewLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewLivenessProbe
public KafkaClusterSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
- Specified by:
withNewLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewLivenessProbeLike
public KafkaClusterSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
- Specified by:
withNewLivenessProbeLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editLivenessProbe
public KafkaClusterSpecFluent.LivenessProbeNested<A> editLivenessProbe()
- Specified by:
editLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewLivenessProbe
public KafkaClusterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
- Specified by:
editOrNewLivenessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewLivenessProbeLike
public KafkaClusterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
- Specified by:
editOrNewLivenessProbeLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getReadinessProbe
@Deprecated public Probe getReadinessProbe()
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Specified by:
getReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildReadinessProbe
public Probe buildReadinessProbe()
- Specified by:
buildReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withReadinessProbe
public A withReadinessProbe(Probe readinessProbe)
- Specified by:
withReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasReadinessProbe
public Boolean hasReadinessProbe()
- Specified by:
hasReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewReadinessProbe
public A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
- Specified by:
withNewReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewReadinessProbe
public KafkaClusterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
- Specified by:
withNewReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewReadinessProbeLike
public KafkaClusterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
- Specified by:
withNewReadinessProbeLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editReadinessProbe
public KafkaClusterSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
- Specified by:
editReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewReadinessProbe
public KafkaClusterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
- Specified by:
editOrNewReadinessProbein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewReadinessProbeLike
public KafkaClusterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
- Specified by:
editOrNewReadinessProbeLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getJvmOptions
@Deprecated public JvmOptions getJvmOptions()
Deprecated.This method has been deprecated, please use method buildJvmOptions instead.- Specified by:
getJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildJvmOptions
public JvmOptions buildJvmOptions()
- Specified by:
buildJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withJvmOptions
public A withJvmOptions(JvmOptions jvmOptions)
- Specified by:
withJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasJvmOptions
public Boolean hasJvmOptions()
- Specified by:
hasJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJvmOptions
public KafkaClusterSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
- Specified by:
withNewJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJvmOptionsLike
public KafkaClusterSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(JvmOptions item)
- Specified by:
withNewJvmOptionsLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editJvmOptions
public KafkaClusterSpecFluent.JvmOptionsNested<A> editJvmOptions()
- Specified by:
editJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewJvmOptions
public KafkaClusterSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
- Specified by:
editOrNewJvmOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewJvmOptionsLike
public KafkaClusterSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(JvmOptions item)
- Specified by:
editOrNewJvmOptionsLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getJmxOptions
@Deprecated public KafkaJmxOptions getJmxOptions()
Deprecated.This method has been deprecated, please use method buildJmxOptions instead.- Specified by:
getJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildJmxOptions
public KafkaJmxOptions buildJmxOptions()
- Specified by:
buildJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withJmxOptions
public A withJmxOptions(KafkaJmxOptions jmxOptions)
- Specified by:
withJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasJmxOptions
public Boolean hasJmxOptions()
- Specified by:
hasJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJmxOptions
public KafkaClusterSpecFluent.JmxOptionsNested<A> withNewJmxOptions()
- Specified by:
withNewJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJmxOptionsLike
public KafkaClusterSpecFluent.JmxOptionsNested<A> withNewJmxOptionsLike(KafkaJmxOptions item)
- Specified by:
withNewJmxOptionsLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editJmxOptions
public KafkaClusterSpecFluent.JmxOptionsNested<A> editJmxOptions()
- Specified by:
editJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewJmxOptions
public KafkaClusterSpecFluent.JmxOptionsNested<A> editOrNewJmxOptions()
- Specified by:
editOrNewJmxOptionsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewJmxOptionsLike
public KafkaClusterSpecFluent.JmxOptionsNested<A> editOrNewJmxOptionsLike(KafkaJmxOptions item)
- Specified by:
editOrNewJmxOptionsLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getMetricsConfig
@Deprecated public MetricsConfig getMetricsConfig()
Deprecated.This method has been deprecated, please use method buildMetricsConfig instead.- Specified by:
getMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildMetricsConfig
public MetricsConfig buildMetricsConfig()
- Specified by:
buildMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withMetricsConfig
public A withMetricsConfig(MetricsConfig metricsConfig)
- Specified by:
withMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasMetricsConfig
public Boolean hasMetricsConfig()
- Specified by:
hasMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withJmxPrometheusExporterMetricsConfig
public A withJmxPrometheusExporterMetricsConfig(JmxPrometheusExporterMetrics jmxPrometheusExporterMetricsConfig)
- Specified by:
withJmxPrometheusExporterMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJmxPrometheusExporterMetricsConfig
public KafkaClusterSpecFluent.JmxPrometheusExporterMetricsConfigNested<A> withNewJmxPrometheusExporterMetricsConfig()
- Specified by:
withNewJmxPrometheusExporterMetricsConfigin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewJmxPrometheusExporterMetricsConfigLike
public KafkaClusterSpecFluent.JmxPrometheusExporterMetricsConfigNested<A> withNewJmxPrometheusExporterMetricsConfigLike(JmxPrometheusExporterMetrics item)
- Specified by:
withNewJmxPrometheusExporterMetricsConfigLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToMetrics
public A addToMetrics(String key, Object value)
- Specified by:
addToMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToMetrics
public A addToMetrics(Map<String,Object> map)
- Specified by:
addToMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeFromMetrics
public A removeFromMetrics(String key)
- Specified by:
removeFromMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeFromMetrics
public A removeFromMetrics(Map<String,Object> map)
- Specified by:
removeFromMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getMetrics
public Map<String,Object> getMetrics()
- Specified by:
getMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withMetrics
public <K,V> A withMetrics(Map<String,Object> metrics)
- Specified by:
withMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasMetrics
public Boolean hasMetrics()
- Specified by:
hasMetricsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getAffinity
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
- Specified by:
getAffinityin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withAffinity
public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
- Specified by:
withAffinityin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasAffinity
public Boolean hasAffinity()
- Specified by:
hasAffinityin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToTolerations
public A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
addToTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
setToTolerations
public A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
setToTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addToTolerations
public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
addToTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addAllToTolerations
public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
addAllToTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeFromTolerations
public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
removeFromTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
removeAllFromTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getTolerations
public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
- Specified by:
getTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getToleration
public io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
- Specified by:
getTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getFirstToleration
public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
- Specified by:
getFirstTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getLastToleration
public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
- Specified by:
getLastTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getMatchingToleration
public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
getMatchingTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasMatchingToleration
public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
hasMatchingTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withTolerations
public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
- Specified by:
withTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withTolerations
public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
- Specified by:
withTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasTolerations
public Boolean hasTolerations()
- Specified by:
hasTolerationsin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
addNewToleration
public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
addNewTolerationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getListeners
@Deprecated public ArrayOrObjectKafkaListeners getListeners()
Deprecated.This method has been deprecated, please use method buildListeners instead.- Specified by:
getListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildListeners
public ArrayOrObjectKafkaListeners buildListeners()
- Specified by:
buildListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withListeners
public A withListeners(ArrayOrObjectKafkaListeners listeners)
- Specified by:
withListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasListeners
public Boolean hasListeners()
- Specified by:
hasListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewListeners
public KafkaClusterSpecFluent.ListenersNested<A> withNewListeners()
- Specified by:
withNewListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewListenersLike
public KafkaClusterSpecFluent.ListenersNested<A> withNewListenersLike(ArrayOrObjectKafkaListeners item)
- Specified by:
withNewListenersLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editListeners
public KafkaClusterSpecFluent.ListenersNested<A> editListeners()
- Specified by:
editListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewListeners
public KafkaClusterSpecFluent.ListenersNested<A> editOrNewListeners()
- Specified by:
editOrNewListenersin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewListenersLike
public KafkaClusterSpecFluent.ListenersNested<A> editOrNewListenersLike(ArrayOrObjectKafkaListeners item)
- Specified by:
editOrNewListenersLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getAuthorization
@Deprecated public KafkaAuthorization getAuthorization()
Deprecated.This method has been deprecated, please use method buildAuthorization instead.- Specified by:
getAuthorizationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildAuthorization
public KafkaAuthorization buildAuthorization()
- Specified by:
buildAuthorizationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withAuthorization
public A withAuthorization(KafkaAuthorization authorization)
- Specified by:
withAuthorizationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasAuthorization
public Boolean hasAuthorization()
- Specified by:
hasAuthorizationin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withKafkaAuthorizationOpa
public A withKafkaAuthorizationOpa(KafkaAuthorizationOpa kafkaAuthorizationOpa)
- Specified by:
withKafkaAuthorizationOpain interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationOpa
public KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<A> withNewKafkaAuthorizationOpa()
- Specified by:
withNewKafkaAuthorizationOpain interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationOpaLike
public KafkaClusterSpecFluent.KafkaAuthorizationOpaNested<A> withNewKafkaAuthorizationOpaLike(KafkaAuthorizationOpa item)
- Specified by:
withNewKafkaAuthorizationOpaLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withKafkaAuthorizationCustom
public A withKafkaAuthorizationCustom(KafkaAuthorizationCustom kafkaAuthorizationCustom)
- Specified by:
withKafkaAuthorizationCustomin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationCustom
public KafkaClusterSpecFluent.KafkaAuthorizationCustomNested<A> withNewKafkaAuthorizationCustom()
- Specified by:
withNewKafkaAuthorizationCustomin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationCustomLike
public KafkaClusterSpecFluent.KafkaAuthorizationCustomNested<A> withNewKafkaAuthorizationCustomLike(KafkaAuthorizationCustom item)
- Specified by:
withNewKafkaAuthorizationCustomLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withKafkaAuthorizationKeycloak
public A withKafkaAuthorizationKeycloak(KafkaAuthorizationKeycloak kafkaAuthorizationKeycloak)
- Specified by:
withKafkaAuthorizationKeycloakin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationKeycloak
public KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<A> withNewKafkaAuthorizationKeycloak()
- Specified by:
withNewKafkaAuthorizationKeycloakin interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationKeycloakLike
public KafkaClusterSpecFluent.KafkaAuthorizationKeycloakNested<A> withNewKafkaAuthorizationKeycloakLike(KafkaAuthorizationKeycloak item)
- Specified by:
withNewKafkaAuthorizationKeycloakLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withKafkaAuthorizationSimple
public A withKafkaAuthorizationSimple(KafkaAuthorizationSimple kafkaAuthorizationSimple)
- Specified by:
withKafkaAuthorizationSimplein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationSimple
public KafkaClusterSpecFluent.KafkaAuthorizationSimpleNested<A> withNewKafkaAuthorizationSimple()
- Specified by:
withNewKafkaAuthorizationSimplein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewKafkaAuthorizationSimpleLike
public KafkaClusterSpecFluent.KafkaAuthorizationSimpleNested<A> withNewKafkaAuthorizationSimpleLike(KafkaAuthorizationSimple item)
- Specified by:
withNewKafkaAuthorizationSimpleLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
getTemplate
@Deprecated public KafkaClusterTemplate getTemplate()
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>- Returns:
- The buildable object.
-
buildTemplate
public KafkaClusterTemplate buildTemplate()
- Specified by:
buildTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withTemplate
public A withTemplate(KafkaClusterTemplate template)
- Specified by:
withTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
hasTemplate
public Boolean hasTemplate()
- Specified by:
hasTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewTemplate
public KafkaClusterSpecFluent.TemplateNested<A> withNewTemplate()
- Specified by:
withNewTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
withNewTemplateLike
public KafkaClusterSpecFluent.TemplateNested<A> withNewTemplateLike(KafkaClusterTemplate item)
- Specified by:
withNewTemplateLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editTemplate
public KafkaClusterSpecFluent.TemplateNested<A> editTemplate()
- Specified by:
editTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewTemplate
public KafkaClusterSpecFluent.TemplateNested<A> editOrNewTemplate()
- Specified by:
editOrNewTemplatein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
editOrNewTemplateLike
public KafkaClusterSpecFluent.TemplateNested<A> editOrNewTemplateLike(KafkaClusterTemplate item)
- Specified by:
editOrNewTemplateLikein interfaceKafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
-
-