Class ClusterDeployedOperatorExtension.Builder
- java.lang.Object
-
- io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.AbstractBuilder<ClusterDeployedOperatorExtension.Builder>
-
- io.javaoperatorsdk.operator.junit.ClusterDeployedOperatorExtension.Builder
-
- Enclosing class:
- ClusterDeployedOperatorExtension
public static class ClusterDeployedOperatorExtension.Builder extends AbstractOperatorExtension.AbstractBuilder<ClusterDeployedOperatorExtension.Builder>
-
-
Field Summary
-
Fields inherited from class io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.AbstractBuilder
configurationServiceOverrider, infrastructure, infrastructureTimeout, namespaceDeleteTimeout, namespaceNameSupplier, oneNamespacePerClass, perClassNamespaceNameSupplier, preserveNamespaceOnError, waitForNamespaceDeletion
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterDeployedOperatorExtensionbuild()ClusterDeployedOperatorExtension.BuilderwithDeploymentTimeout(Duration value)ClusterDeployedOperatorExtension.BuilderwithKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)ClusterDeployedOperatorExtension.BuilderwithOperatorDeployment(io.fabric8.kubernetes.api.model.HasMetadata... hms)ClusterDeployedOperatorExtension.BuilderwithOperatorDeployment(List<io.fabric8.kubernetes.api.model.HasMetadata> hm)ClusterDeployedOperatorExtension.BuilderwithOperatorDeployment(List<io.fabric8.kubernetes.api.model.HasMetadata> hm, Consumer<List<io.fabric8.kubernetes.api.model.HasMetadata>> modifications)-
Methods inherited from class io.javaoperatorsdk.operator.junit.AbstractOperatorExtension.AbstractBuilder
oneNamespacePerClass, preserveNamespaceOnError, waitForNamespaceDeletion, withConfigurationService, withInfrastructure, withInfrastructure, withInfrastructureTimeout, withNamespaceDeleteTimeout, withNamespaceNameSupplier, withPerClassNamespaceNameSupplier
-
-
-
-
Method Detail
-
withDeploymentTimeout
public ClusterDeployedOperatorExtension.Builder withDeploymentTimeout(Duration value)
-
withOperatorDeployment
public ClusterDeployedOperatorExtension.Builder withOperatorDeployment(List<io.fabric8.kubernetes.api.model.HasMetadata> hm, Consumer<List<io.fabric8.kubernetes.api.model.HasMetadata>> modifications)
-
withOperatorDeployment
public ClusterDeployedOperatorExtension.Builder withOperatorDeployment(List<io.fabric8.kubernetes.api.model.HasMetadata> hm)
-
withOperatorDeployment
public ClusterDeployedOperatorExtension.Builder withOperatorDeployment(io.fabric8.kubernetes.api.model.HasMetadata... hms)
-
withKubernetesClient
public ClusterDeployedOperatorExtension.Builder withKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)
-
build
public ClusterDeployedOperatorExtension build()
-
-