Interface KafkaBridgeTemplateFluent<A extends KafkaBridgeTemplateFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaBridgeSpecFluent.TemplateNested<N>
- All Known Implementing Classes:
KafkaBridgeSpecFluentImpl.TemplateNestedImpl,KafkaBridgeTemplateBuilder,KafkaBridgeTemplateFluentImpl
public interface KafkaBridgeTemplateFluent<A extends KafkaBridgeTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation of a template for Kafka Bridge resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaBridgeTemplateFluent.ApiServiceNested<N>Representation of a template for Strimzi internal services.static interfaceKafkaBridgeTemplateFluent.BridgeContainerNested<N>Representation of a template for Strimzi containers.static interfaceKafkaBridgeTemplateFluent.DeploymentNested<N>Representation of a template for Strimzi resources.static interfaceKafkaBridgeTemplateFluent.PodDisruptionBudgetNested<N>Representation of a Pod disruption Budget template template for Strimzi resources.static interfaceKafkaBridgeTemplateFluent.PodNested<N>Representation of a pod template for Strimzi resources.static interfaceKafkaBridgeTemplateFluent.ServiceAccountNested<N>Representation of a template for Strimzi resources.
-
Method Summary
-
-
-
Method Detail
-
getDeployment
@Deprecated DeploymentTemplate getDeployment()
Deprecated.
-
buildDeployment
DeploymentTemplate buildDeployment()
-
withDeployment
A withDeployment(DeploymentTemplate deployment)
-
hasDeployment
Boolean hasDeployment()
-
withNewDeployment
KafkaBridgeTemplateFluent.DeploymentNested<A> withNewDeployment()
-
withNewDeploymentLike
KafkaBridgeTemplateFluent.DeploymentNested<A> withNewDeploymentLike(DeploymentTemplate item)
-
editDeployment
KafkaBridgeTemplateFluent.DeploymentNested<A> editDeployment()
-
editOrNewDeployment
KafkaBridgeTemplateFluent.DeploymentNested<A> editOrNewDeployment()
-
editOrNewDeploymentLike
KafkaBridgeTemplateFluent.DeploymentNested<A> editOrNewDeploymentLike(DeploymentTemplate item)
-
getPod
@Deprecated PodTemplate getPod()
Deprecated.
-
buildPod
PodTemplate buildPod()
-
withPod
A withPod(PodTemplate pod)
-
hasPod
Boolean hasPod()
-
withNewPod
KafkaBridgeTemplateFluent.PodNested<A> withNewPod()
-
withNewPodLike
KafkaBridgeTemplateFluent.PodNested<A> withNewPodLike(PodTemplate item)
-
editPod
KafkaBridgeTemplateFluent.PodNested<A> editPod()
-
editOrNewPod
KafkaBridgeTemplateFluent.PodNested<A> editOrNewPod()
-
editOrNewPodLike
KafkaBridgeTemplateFluent.PodNested<A> editOrNewPodLike(PodTemplate item)
-
getApiService
@Deprecated InternalServiceTemplate getApiService()
Deprecated.
-
buildApiService
InternalServiceTemplate buildApiService()
-
withApiService
A withApiService(InternalServiceTemplate apiService)
-
hasApiService
Boolean hasApiService()
-
withNewApiService
KafkaBridgeTemplateFluent.ApiServiceNested<A> withNewApiService()
-
withNewApiServiceLike
KafkaBridgeTemplateFluent.ApiServiceNested<A> withNewApiServiceLike(InternalServiceTemplate item)
-
editApiService
KafkaBridgeTemplateFluent.ApiServiceNested<A> editApiService()
-
editOrNewApiService
KafkaBridgeTemplateFluent.ApiServiceNested<A> editOrNewApiService()
-
editOrNewApiServiceLike
KafkaBridgeTemplateFluent.ApiServiceNested<A> editOrNewApiServiceLike(InternalServiceTemplate item)
-
getPodDisruptionBudget
@Deprecated PodDisruptionBudgetTemplate getPodDisruptionBudget()
Deprecated.
-
buildPodDisruptionBudget
PodDisruptionBudgetTemplate buildPodDisruptionBudget()
-
withPodDisruptionBudget
A withPodDisruptionBudget(PodDisruptionBudgetTemplate podDisruptionBudget)
-
hasPodDisruptionBudget
Boolean hasPodDisruptionBudget()
-
withNewPodDisruptionBudget
KafkaBridgeTemplateFluent.PodDisruptionBudgetNested<A> withNewPodDisruptionBudget()
-
withNewPodDisruptionBudgetLike
KafkaBridgeTemplateFluent.PodDisruptionBudgetNested<A> withNewPodDisruptionBudgetLike(PodDisruptionBudgetTemplate item)
-
editPodDisruptionBudget
KafkaBridgeTemplateFluent.PodDisruptionBudgetNested<A> editPodDisruptionBudget()
-
editOrNewPodDisruptionBudget
KafkaBridgeTemplateFluent.PodDisruptionBudgetNested<A> editOrNewPodDisruptionBudget()
-
editOrNewPodDisruptionBudgetLike
KafkaBridgeTemplateFluent.PodDisruptionBudgetNested<A> editOrNewPodDisruptionBudgetLike(PodDisruptionBudgetTemplate item)
-
getBridgeContainer
@Deprecated ContainerTemplate getBridgeContainer()
Deprecated.
-
buildBridgeContainer
ContainerTemplate buildBridgeContainer()
-
withBridgeContainer
A withBridgeContainer(ContainerTemplate bridgeContainer)
-
hasBridgeContainer
Boolean hasBridgeContainer()
-
withNewBridgeContainer
KafkaBridgeTemplateFluent.BridgeContainerNested<A> withNewBridgeContainer()
-
withNewBridgeContainerLike
KafkaBridgeTemplateFluent.BridgeContainerNested<A> withNewBridgeContainerLike(ContainerTemplate item)
-
editBridgeContainer
KafkaBridgeTemplateFluent.BridgeContainerNested<A> editBridgeContainer()
-
editOrNewBridgeContainer
KafkaBridgeTemplateFluent.BridgeContainerNested<A> editOrNewBridgeContainer()
-
editOrNewBridgeContainerLike
KafkaBridgeTemplateFluent.BridgeContainerNested<A> editOrNewBridgeContainerLike(ContainerTemplate item)
-
getServiceAccount
@Deprecated ResourceTemplate getServiceAccount()
Deprecated.
-
buildServiceAccount
ResourceTemplate buildServiceAccount()
-
withServiceAccount
A withServiceAccount(ResourceTemplate serviceAccount)
-
hasServiceAccount
Boolean hasServiceAccount()
-
withNewServiceAccount
KafkaBridgeTemplateFluent.ServiceAccountNested<A> withNewServiceAccount()
-
withNewServiceAccountLike
KafkaBridgeTemplateFluent.ServiceAccountNested<A> withNewServiceAccountLike(ResourceTemplate item)
-
editServiceAccount
KafkaBridgeTemplateFluent.ServiceAccountNested<A> editServiceAccount()
-
editOrNewServiceAccount
KafkaBridgeTemplateFluent.ServiceAccountNested<A> editOrNewServiceAccount()
-
editOrNewServiceAccountLike
KafkaBridgeTemplateFluent.ServiceAccountNested<A> editOrNewServiceAccountLike(ResourceTemplate item)
-
-