Uses of Class
io.continual.flowcontrol.impl.controller.k8s.FlowControlK8sElement.ElementDeployException
Packages that use FlowControlK8sElement.ElementDeployException
Package
Description
-
Uses of FlowControlK8sElement.ElementDeployException in io.continual.flowcontrol.impl.controller.k8s
Methods in io.continual.flowcontrol.impl.controller.k8s that throw FlowControlK8sElement.ElementDeployExceptionModifier and TypeMethodDescriptionvoidFlowControlK8sElement.deploy(FlowControlK8sElement.K8sDeployContext ctx) Deploy this element with the given context.default io.continual.flowcontrol.model.FlowControlRuntimeStateFlowControlK8sElement.getRuntimeState(FlowControlK8sElement.K8sInstallationContext ctx) If appropriate, get the runtime state associated with this element.booleanFlowControlK8sElement.isDeployed(FlowControlK8sElement.K8sInstallationContext ctx) Is this element deployed?voidFlowControlK8sElement.undeploy(FlowControlK8sElement.K8sInstallationContext ctx) Undeploy this element given the namespace and deployment ID -
Uses of FlowControlK8sElement.ElementDeployException in io.continual.flowcontrol.impl.controller.k8s.elements
Methods in io.continual.flowcontrol.impl.controller.k8s.elements that throw FlowControlK8sElement.ElementDeployExceptionModifier and TypeMethodDescriptionvoidConfigPullScriptDeployer.deploy(FlowControlK8sElement.K8sDeployContext ctx) voidSecretDeployer.deploy(FlowControlK8sElement.K8sDeployContext ctx) voidStatefulSetDeployer.deploy(FlowControlK8sElement.K8sDeployContext ctx) io.continual.flowcontrol.model.FlowControlRuntimeStateStatefulSetDeployer.getRuntimeState(FlowControlK8sElement.K8sInstallationContext ctx) booleanConfigPullScriptDeployer.isDeployed(FlowControlK8sElement.K8sInstallationContext ctx) booleanSecretDeployer.isDeployed(FlowControlK8sElement.K8sInstallationContext ctx) booleanStatefulSetDeployer.isDeployed(FlowControlK8sElement.K8sInstallationContext ctx) voidConfigPullScriptDeployer.undeploy(FlowControlK8sElement.K8sInstallationContext ctx) voidSecretDeployer.undeploy(FlowControlK8sElement.K8sInstallationContext ctx) voidStatefulSetDeployer.undeploy(FlowControlK8sElement.K8sInstallationContext ctx)