final class Kubectl extends AnyRef
- Source
- Kubectl.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Kubectl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Kubectl(mode: KubernetesMode)
Value Members
- def apply(payload: String): IO[String]
- def delete(payload: String): IO[String]
- def deleteCronJob(namespace: NamespaceName, stackName: StackName): IO[String]
- def deleteJob(namespace: NamespaceName, stackName: StackName): IO[String]
- def deleteService(namespace: NamespaceName, stackName: StackName): IO[String]
- def getCronJob(namespace: NamespaceName, stackName: StackName): IO[JobStatus]
- def getDeployment(namespace: NamespaceName, stackName: StackName): IO[Kubectl.DeploymentStatus]
- def getJob(namespace: NamespaceName, stackName: StackName): IO[JobStatus]
- def getPods(namespace: NamespaceName, stackName: StackName): IO[List[HealthStatus]]