Interface FlowControlK8sElement.K8sDeployContext

All Superinterfaces:
FlowControlK8sElement.K8sInstallationContext
Enclosing interface:
FlowControlK8sElement

public static interface FlowControlK8sElement.K8sDeployContext extends FlowControlK8sElement.K8sInstallationContext
  • Method Details

    • getDeploymentSpec

      io.continual.flowcontrol.model.FlowControlDeploymentSpec getDeploymentSpec()
    • getRuntimeImage

      String getRuntimeImage()
    • getImagePullPolicy

    • getEncryptor

      io.continual.flowcontrol.model.Encryptor getEncryptor()
    • getWorkspace

      org.json.JSONObject getWorkspace()
    • getEnvironment

      Map<String,String> getEnvironment()
    • getImagePullSecrets

      List<String> getImagePullSecrets()