package types // CloudTypeDocker docker cloud type const CloudTypeDocker = "docker" // CloudTypeK8S k8s cloud type const CloudTypeK8S = "k8s"