Documentation ¶
Overview ¶
Package kube implements important interfaces like the Kube.
Index ¶
Constants ¶
View Source
const ( // DeploymentKind is the Deployment object. DeploymentKind = "Deployment" // ReplicaSetKind is the ReplicaSet object. ReplicaSetKind = "ReplicaSet" // StatefulSetKind is the StatefulSet object. StatefulSetKind = "StatefulSet" // DaemonSetKind is the DaemonSet object. DaemonSetKind = "DaemonSet" // IngressKind is the Ingress object. IngressKind = "Ingress" // JobKind is the Job object. JobKind = "Job" // PodKind is the Pod object. PodKind = "Pod" // ObjectLabelKeyOwned is the label for objects. ObjectLabelKeyOwned = "clusterstack.x-k8s.io/instance" // ObjectLabelValueOwned is the object owned. ObjectLabelValueOwned = "owned" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.