Uses of Interface
io.continual.flowcontrol.impl.controller.k8s.FlowControlK8sElement.K8sInstallationContext
Packages that use FlowControlK8sElement.K8sInstallationContext
Package
Description
-
Uses of FlowControlK8sElement.K8sInstallationContext in io.continual.flowcontrol.impl.controller.k8s
Subinterfaces of FlowControlK8sElement.K8sInstallationContext in io.continual.flowcontrol.impl.controller.k8sMethods in io.continual.flowcontrol.impl.controller.k8s with parameters of type FlowControlK8sElement.K8sInstallationContextModifier and TypeMethodDescriptiondefault 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.K8sInstallationContext in io.continual.flowcontrol.impl.controller.k8s.elements
Methods in io.continual.flowcontrol.impl.controller.k8s.elements with parameters of type FlowControlK8sElement.K8sInstallationContextModifier and TypeMethodDescriptionio.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)