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>Representation of a template for Kafka Exporter resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaExporterTemplateFluent.ContainerNested<N>Representation of a template for Strimzi containers.static interfaceKafkaExporterTemplateFluent.DeploymentNested<N>Representation of a template for Strimzi resources.static interfaceKafkaExporterTemplateFluent.PodNested<N>Representation of a pod template for Strimzi resources.static interfaceKafkaExporterTemplateFluent.ServiceAccountNested<N>Representation of a template for Strimzi resources.static interfaceKafkaExporterTemplateFluent.ServiceNested<N>Representation of a template for Strimzi resources.
-
Method Summary
-
-
-
Method Detail
-
getDeployment
@Deprecated ResourceTemplate getDeployment()
Deprecated.
-
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.
-
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.
-
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.
-
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)
-
getServiceAccount
@Deprecated ResourceTemplate getServiceAccount()
Deprecated.
-
buildServiceAccount
ResourceTemplate buildServiceAccount()
-
withServiceAccount
A withServiceAccount(ResourceTemplate serviceAccount)
-
hasServiceAccount
Boolean hasServiceAccount()
-
withNewServiceAccount
KafkaExporterTemplateFluent.ServiceAccountNested<A> withNewServiceAccount()
-
withNewServiceAccountLike
KafkaExporterTemplateFluent.ServiceAccountNested<A> withNewServiceAccountLike(ResourceTemplate item)
-
editServiceAccount
KafkaExporterTemplateFluent.ServiceAccountNested<A> editServiceAccount()
-
editOrNewServiceAccount
KafkaExporterTemplateFluent.ServiceAccountNested<A> editOrNewServiceAccount()
-
editOrNewServiceAccountLike
KafkaExporterTemplateFluent.ServiceAccountNested<A> editOrNewServiceAccountLike(ResourceTemplate item)
-
-