Uses of Enum
io.debezium.testing.system.tools.operatorutil.OpenshiftOperatorEnum
Packages that use OpenshiftOperatorEnum
-
Uses of OpenshiftOperatorEnum in io.debezium.testing.system.tools
Methods in io.debezium.testing.system.tools with parameters of type OpenshiftOperatorEnumModifier and TypeMethodDescriptionvoidOpenShiftUtils.waitForOperatorDeploymentExists(String namespace, OpenshiftOperatorEnum operator) Wait until Deployment of given operator exists in given namespace for DEPLOYMENT_EXISTS_TIMEOUT seconds -
Uses of OpenshiftOperatorEnum in io.debezium.testing.system.tools.operatorutil
Methods in io.debezium.testing.system.tools.operatorutil that return OpenshiftOperatorEnumModifier and TypeMethodDescriptionstatic OpenshiftOperatorEnumReturns the enum constant of this type with the specified name.static OpenshiftOperatorEnum[]OpenshiftOperatorEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.testing.system.tools.operatorutil with parameters of type OpenshiftOperatorEnumModifier and TypeMethodDescriptionstatic voidOperatorUtil.deployOperator(io.fabric8.openshift.client.OpenShiftClient ocp, OpenshiftOperatorEnum operatorEnum, String namespace) Construct operator subscription instance and install operator to given namespace and wait for its install