public interface KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaExporterTemplateFluent.ContainerNested<N> |
static interface |
KafkaExporterTemplateFluent.DeploymentNested<N> |
static interface |
KafkaExporterTemplateFluent.PodNested<N> |
static interface |
KafkaExporterTemplateFluent.ServiceNested<N> |
@Deprecated ResourceTemplate getDeployment()
ResourceTemplate buildDeployment()
A withDeployment(ResourceTemplate deployment)
Boolean hasDeployment()
KafkaExporterTemplateFluent.DeploymentNested<A> withNewDeployment()
KafkaExporterTemplateFluent.DeploymentNested<A> withNewDeploymentLike(ResourceTemplate item)
KafkaExporterTemplateFluent.DeploymentNested<A> editDeployment()
KafkaExporterTemplateFluent.DeploymentNested<A> editOrNewDeployment()
KafkaExporterTemplateFluent.DeploymentNested<A> editOrNewDeploymentLike(ResourceTemplate item)
@Deprecated PodTemplate getPod()
PodTemplate buildPod()
A withPod(PodTemplate pod)
Boolean hasPod()
KafkaExporterTemplateFluent.PodNested<A> withNewPod()
KafkaExporterTemplateFluent.PodNested<A> withNewPodLike(PodTemplate item)
KafkaExporterTemplateFluent.PodNested<A> editPod()
KafkaExporterTemplateFluent.PodNested<A> editOrNewPod()
KafkaExporterTemplateFluent.PodNested<A> editOrNewPodLike(PodTemplate item)
@Deprecated ResourceTemplate getService()
ResourceTemplate buildService()
A withService(ResourceTemplate service)
Boolean hasService()
KafkaExporterTemplateFluent.ServiceNested<A> withNewService()
KafkaExporterTemplateFluent.ServiceNested<A> withNewServiceLike(ResourceTemplate item)
KafkaExporterTemplateFluent.ServiceNested<A> editService()
KafkaExporterTemplateFluent.ServiceNested<A> editOrNewService()
KafkaExporterTemplateFluent.ServiceNested<A> editOrNewServiceLike(ResourceTemplate item)
@Deprecated ContainerTemplate getContainer()
ContainerTemplate buildContainer()
A withContainer(ContainerTemplate container)
Boolean hasContainer()
KafkaExporterTemplateFluent.ContainerNested<A> withNewContainer()
KafkaExporterTemplateFluent.ContainerNested<A> withNewContainerLike(ContainerTemplate item)
KafkaExporterTemplateFluent.ContainerNested<A> editContainer()
KafkaExporterTemplateFluent.ContainerNested<A> editOrNewContainer()
KafkaExporterTemplateFluent.ContainerNested<A> editOrNewContainerLike(ContainerTemplate item)
Copyright © 2020. All rights reserved.