Interface KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaExporterSpecFluent.TemplateNested<N>
- All Known Implementing Classes:
KafkaExporterSpecFluentImpl.TemplateNestedImpl,KafkaExporterTemplateBuilder,KafkaExporterTemplateFluentImpl
public interface KafkaExporterTemplateFluent<A extends KafkaExporterTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaExporterTemplateFluent.ContainerNested<N>static interfaceKafkaExporterTemplateFluent.DeploymentNested<N>static interfaceKafkaExporterTemplateFluent.PodNested<N>static interfaceKafkaExporterTemplateFluent.ServiceNested<N>
-
Method Summary
-
-
-
Method Detail
-
getDeployment
@Deprecated ResourceTemplate getDeployment()
Deprecated.This method has been deprecated, please use method buildDeployment instead.- Returns:
- The buildable object.
-
buildDeployment
ResourceTemplate buildDeployment()
-
withDeployment
A withDeployment(ResourceTemplate deployment)
-
hasDeployment
Boolean hasDeployment()
-
withNewDeployment
KafkaExporterTemplateFluent.DeploymentNested<A> withNewDeployment()
-
withNewDeploymentLike
KafkaExporterTemplateFluent.DeploymentNested<A> withNewDeploymentLike(ResourceTemplate item)
-
editDeployment
KafkaExporterTemplateFluent.DeploymentNested<A> editDeployment()
-
editOrNewDeployment
KafkaExporterTemplateFluent.DeploymentNested<A> editOrNewDeployment()
-
editOrNewDeploymentLike
KafkaExporterTemplateFluent.DeploymentNested<A> editOrNewDeploymentLike(ResourceTemplate item)
-
getPod
@Deprecated PodTemplate getPod()
Deprecated.This method has been deprecated, please use method buildPod instead.- Returns:
- The buildable object.
-
buildPod
PodTemplate buildPod()
-
withPod
A withPod(PodTemplate pod)
-
hasPod
Boolean hasPod()
-
withNewPod
KafkaExporterTemplateFluent.PodNested<A> withNewPod()
-
withNewPodLike
KafkaExporterTemplateFluent.PodNested<A> withNewPodLike(PodTemplate item)
-
editPod
KafkaExporterTemplateFluent.PodNested<A> editPod()
-
editOrNewPod
KafkaExporterTemplateFluent.PodNested<A> editOrNewPod()
-
editOrNewPodLike
KafkaExporterTemplateFluent.PodNested<A> editOrNewPodLike(PodTemplate item)
-
getService
@Deprecated ResourceTemplate getService()
Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
ResourceTemplate buildService()
-
withService
A withService(ResourceTemplate service)
-
hasService
Boolean hasService()
-
withNewService
KafkaExporterTemplateFluent.ServiceNested<A> withNewService()
-
withNewServiceLike
KafkaExporterTemplateFluent.ServiceNested<A> withNewServiceLike(ResourceTemplate item)
-
editService
KafkaExporterTemplateFluent.ServiceNested<A> editService()
-
editOrNewService
KafkaExporterTemplateFluent.ServiceNested<A> editOrNewService()
-
editOrNewServiceLike
KafkaExporterTemplateFluent.ServiceNested<A> editOrNewServiceLike(ResourceTemplate item)
-
getContainer
@Deprecated ContainerTemplate getContainer()
Deprecated.This method has been deprecated, please use method buildContainer instead.- Returns:
- The buildable object.
-
buildContainer
ContainerTemplate buildContainer()
-
withContainer
A withContainer(ContainerTemplate container)
-
hasContainer
Boolean hasContainer()
-
withNewContainer
KafkaExporterTemplateFluent.ContainerNested<A> withNewContainer()
-
withNewContainerLike
KafkaExporterTemplateFluent.ContainerNested<A> withNewContainerLike(ContainerTemplate item)
-
editContainer
KafkaExporterTemplateFluent.ContainerNested<A> editContainer()
-
editOrNewContainer
KafkaExporterTemplateFluent.ContainerNested<A> editOrNewContainer()
-
editOrNewContainerLike
KafkaExporterTemplateFluent.ContainerNested<A> editOrNewContainerLike(ContainerTemplate item)
-
-