Class KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.exporter.KafkaExporterTemplateFluent<A>
- Direct Known Subclasses:
KafkaExporterSpecFluent.TemplateNested,KafkaExporterTemplateBuilder
public class KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbuildPod()editOrNewPodLike(PodTemplate item) editPod()booleanbooleanbooleaninthashCode()booleanhasPod()booleanbooleantoString()withContainer(ContainerTemplate container) withDeployment(DeploymentTemplate deployment) withNewPodLike(PodTemplate item) withPod(PodTemplate pod) withService(ResourceTemplate service) withServiceAccount(ResourceTemplate serviceAccount) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaExporterTemplateFluent
public KafkaExporterTemplateFluent() -
KafkaExporterTemplateFluent
-
-
Method Details
-
buildDeployment
-
withDeployment
-
hasDeployment
public boolean hasDeployment() -
withNewDeployment
-
withNewDeploymentLike
public KafkaExporterTemplateFluent<A>.DeploymentNested<A> withNewDeploymentLike(DeploymentTemplate item) -
editDeployment
-
editOrNewDeployment
-
editOrNewDeploymentLike
public KafkaExporterTemplateFluent<A>.DeploymentNested<A> editOrNewDeploymentLike(DeploymentTemplate item) -
buildPod
-
withPod
-
hasPod
public boolean hasPod() -
withNewPod
-
withNewPodLike
-
editPod
-
editOrNewPod
-
editOrNewPodLike
-
buildService
-
withService
-
hasService
public boolean hasService() -
withNewService
-
withNewServiceLike
-
editService
-
editOrNewService
-
editOrNewServiceLike
-
buildContainer
-
withContainer
-
hasContainer
public boolean hasContainer() -
withNewContainer
-
withNewContainerLike
public KafkaExporterTemplateFluent<A>.ContainerNested<A> withNewContainerLike(ContainerTemplate item) -
editContainer
-
editOrNewContainer
-
editOrNewContainerLike
public KafkaExporterTemplateFluent<A>.ContainerNested<A> editOrNewContainerLike(ContainerTemplate item) -
buildServiceAccount
-
withServiceAccount
-
hasServiceAccount
public boolean hasServiceAccount() -
withNewServiceAccount
-
withNewServiceAccountLike
public KafkaExporterTemplateFluent<A>.ServiceAccountNested<A> withNewServiceAccountLike(ResourceTemplate item) -
editServiceAccount
-
editOrNewServiceAccount
-
editOrNewServiceAccountLike
public KafkaExporterTemplateFluent<A>.ServiceAccountNested<A> editOrNewServiceAccountLike(ResourceTemplate item) -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaExporterTemplateFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaExporterTemplateFluent<A>>
-
toString
-