Class KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.template.KafkaExporterTemplateFluent<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<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
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
getTarget
-
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
-