Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GroupName is the group name for the backup TPR GroupName = "kubeconeu.deis.com" // Version is the version of the backup TPR Version = "v1alpha1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backup ¶
type Backup struct { unversioned.TypeMeta `json:",inline"` api.ObjectMeta `json:"metadata"` ResourceType string `json:"resource-type"` Status string `json:"status"` }
Backup is the TPR for backing up a cluster's state
Click to show internal directories.
Click to hide internal directories.