Class KafkaBridgeTemplateFluent<A extends KafkaBridgeTemplateFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.bridge.KafkaBridgeTemplateFluent<A>
- Direct Known Subclasses:
KafkaBridgeSpecFluent.TemplateNested,KafkaBridgeTemplateBuilder
public class KafkaBridgeTemplateFluent<A extends KafkaBridgeTemplateFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildPod()editOrNewPodLike(PodTemplate item) editPod()booleanbooleanbooleanbooleanbooleaninthashCode()booleanbooleanhasPod()booleanbooleantoString()withApiService(InternalServiceTemplate apiService) withBridgeContainer(ContainerTemplate bridgeContainer) withClusterRoleBinding(ResourceTemplate clusterRoleBinding) withDeployment(DeploymentTemplate deployment) withInitContainer(ContainerTemplate initContainer) withNewPodLike(PodTemplate item) withPod(PodTemplate pod) withPodDisruptionBudget(PodDisruptionBudgetTemplate podDisruptionBudget) withServiceAccount(ResourceTemplate serviceAccount) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaBridgeTemplateFluent
public KafkaBridgeTemplateFluent() -
KafkaBridgeTemplateFluent
-
-
Method Details
-
buildDeployment
-
withDeployment
-
hasDeployment
public boolean hasDeployment() -
withNewDeployment
-
withNewDeploymentLike
public KafkaBridgeTemplateFluent<A>.DeploymentNested<A> withNewDeploymentLike(DeploymentTemplate item) -
editDeployment
-
editOrNewDeployment
-
editOrNewDeploymentLike
public KafkaBridgeTemplateFluent<A>.DeploymentNested<A> editOrNewDeploymentLike(DeploymentTemplate item) -
buildPod
-
withPod
-
hasPod
public boolean hasPod() -
withNewPod
-
withNewPodLike
-
editPod
-
editOrNewPod
-
editOrNewPodLike
-
buildApiService
-
withApiService
-
hasApiService
public boolean hasApiService() -
withNewApiService
-
withNewApiServiceLike
public KafkaBridgeTemplateFluent<A>.ApiServiceNested<A> withNewApiServiceLike(InternalServiceTemplate item) -
editApiService
-
editOrNewApiService
-
editOrNewApiServiceLike
public KafkaBridgeTemplateFluent<A>.ApiServiceNested<A> editOrNewApiServiceLike(InternalServiceTemplate item) -
buildPodDisruptionBudget
-
withPodDisruptionBudget
-
hasPodDisruptionBudget
public boolean hasPodDisruptionBudget() -
withNewPodDisruptionBudget
-
withNewPodDisruptionBudgetLike
public KafkaBridgeTemplateFluent<A>.PodDisruptionBudgetNested<A> withNewPodDisruptionBudgetLike(PodDisruptionBudgetTemplate item) -
editPodDisruptionBudget
-
editOrNewPodDisruptionBudget
-
editOrNewPodDisruptionBudgetLike
public KafkaBridgeTemplateFluent<A>.PodDisruptionBudgetNested<A> editOrNewPodDisruptionBudgetLike(PodDisruptionBudgetTemplate item) -
buildBridgeContainer
-
withBridgeContainer
-
hasBridgeContainer
public boolean hasBridgeContainer() -
withNewBridgeContainer
-
withNewBridgeContainerLike
public KafkaBridgeTemplateFluent<A>.BridgeContainerNested<A> withNewBridgeContainerLike(ContainerTemplate item) -
editBridgeContainer
-
editOrNewBridgeContainer
-
editOrNewBridgeContainerLike
public KafkaBridgeTemplateFluent<A>.BridgeContainerNested<A> editOrNewBridgeContainerLike(ContainerTemplate item) -
buildInitContainer
-
withInitContainer
-
hasInitContainer
public boolean hasInitContainer() -
withNewInitContainer
-
withNewInitContainerLike
public KafkaBridgeTemplateFluent<A>.InitContainerNested<A> withNewInitContainerLike(ContainerTemplate item) -
editInitContainer
-
editOrNewInitContainer
-
editOrNewInitContainerLike
public KafkaBridgeTemplateFluent<A>.InitContainerNested<A> editOrNewInitContainerLike(ContainerTemplate item) -
buildClusterRoleBinding
-
withClusterRoleBinding
-
hasClusterRoleBinding
public boolean hasClusterRoleBinding() -
withNewClusterRoleBinding
-
withNewClusterRoleBindingLike
public KafkaBridgeTemplateFluent<A>.ClusterRoleBindingNested<A> withNewClusterRoleBindingLike(ResourceTemplate item) -
editClusterRoleBinding
-
editOrNewClusterRoleBinding
-
editOrNewClusterRoleBindingLike
public KafkaBridgeTemplateFluent<A>.ClusterRoleBindingNested<A> editOrNewClusterRoleBindingLike(ResourceTemplate item) -
buildServiceAccount
-
withServiceAccount
-
hasServiceAccount
public boolean hasServiceAccount() -
withNewServiceAccount
-
withNewServiceAccountLike
public KafkaBridgeTemplateFluent<A>.ServiceAccountNested<A> withNewServiceAccountLike(ResourceTemplate item) -
editServiceAccount
-
editOrNewServiceAccount
-
editOrNewServiceAccountLike
public KafkaBridgeTemplateFluent<A>.ServiceAccountNested<A> editOrNewServiceAccountLike(ResourceTemplate item) -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaBridgeTemplateFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaBridgeTemplateFluent<A>>
-
toString
-