Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiVersion = "v1" DeploymentVersion = "apps/v1beta1" KindDeployment = "Deployment" KindNamespace = "Namespace" KindService = "Service" KindPersistentVolume = "PersistentVolume" KindPersistentVolumeClaim = "PersistentVolumeClaim" KindStatefulSet = "StatefulSet" )
Variables ¶
This section is empty.
Functions ¶
func Bytes2K8sEntities ¶
Types ¶
type KubeEngine ¶
type KubeEngine struct {
// contains filtered or unexported fields
}
func NewKubeEngine ¶
func NewKubeEngine(jobs *queue.Queue, client *kubeclient.Clients) *KubeEngine
func (*KubeEngine) DoCreateTasks ¶
func (k *KubeEngine) DoCreateTasks()
func (*KubeEngine) DoDeleteTasks ¶
func (k *KubeEngine) DoDeleteTasks()
Click to show internal directories.
Click to hide internal directories.