Class RuntimeFluent<A extends RuntimeFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.runtime.RuntimeFluent<A>
- Direct Known Subclasses:
DebeziumServerSpecFluent.RuntimeNested,RuntimeBuilder
public class RuntimeFluent<A extends RuntimeFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RuntimeEnvironmentprivate JmxConfigBuilderprivate MetricsBuilderprivate Stringprivate RuntimeStorageprivate TemplatesBuilderFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildJmx()protected voidcopyInstance(Runtime instance) editJmx()editOrNewJmxLike(JmxConfig item) editOrNewMetricsLike(Metrics item) booleanbooleaninthashCode()booleanhasJmx()booleanbooleanbooleanbooleantoString()withEnvironment(RuntimeEnvironment environment) withMetrics(Metrics metrics) withNewJmxLike(JmxConfig item) withNewMetricsLike(Metrics item) withServiceAccount(String serviceAccount) withStorage(RuntimeStorage storage) withTemplates(Templates templates) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
storage
-
environment
-
jmx
-
templates
-
serviceAccount
-
metrics
-
-
Constructor Details
-
RuntimeFluent
public RuntimeFluent() -
RuntimeFluent
-
-
Method Details
-
copyInstance
-
getStorage
-
withStorage
-
hasStorage
public boolean hasStorage() -
getEnvironment
-
withEnvironment
-
hasEnvironment
public boolean hasEnvironment() -
buildJmx
-
withJmx
-
hasJmx
public boolean hasJmx() -
withNewJmx
-
withNewJmxLike
-
editJmx
-
editOrNewJmx
-
editOrNewJmxLike
-
buildTemplates
-
withTemplates
-
hasTemplates
public boolean hasTemplates() -
withNewTemplates
-
withNewTemplatesLike
-
editTemplates
-
editOrNewTemplates
-
editOrNewTemplatesLike
-
getServiceAccount
-
withServiceAccount
-
hasServiceAccount
public boolean hasServiceAccount() -
buildMetrics
-
withMetrics
-
hasMetrics
public boolean hasMetrics() -
withNewMetrics
-
withNewMetricsLike
-
editMetrics
-
editOrNewMetrics
-
editOrNewMetricsLike
-
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RuntimeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RuntimeFluent<A>>
-
toString
-