Packages

final class Kubectl extends AnyRef

Source
Kubectl.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Kubectl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Kubectl(mode: KubernetesMode)

Value Members

  1. def apply(payload: String): IO[String]
  2. def delete(payload: String): IO[String]
  3. def deleteCronJob(namespace: NamespaceName, stackName: StackName): IO[String]
  4. def deleteJob(namespace: NamespaceName, stackName: StackName): IO[String]
  5. def deleteService(namespace: NamespaceName, stackName: StackName): IO[String]
  6. def getCronJob(namespace: NamespaceName, stackName: StackName): IO[JobStatus]
  7. def getDeployment(namespace: NamespaceName, stackName: StackName): IO[Kubectl.DeploymentStatus]
  8. def getJob(namespace: NamespaceName, stackName: StackName): IO[JobStatus]
  9. def getPods(namespace: NamespaceName, stackName: StackName): IO[List[HealthStatus]]