Kind
Zfsbackup
Group
zfs.openebs.io
Version
v1
apiVersion: zfs.openebs.io/v1 kind: Zfsbackup metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object required
ZFSBackupSpec is the spec for a ZFSBackup resource
backupDest string required
BackupDest is the remote address for backup transfer
pattern: ^([0-9]+.[0-9]+.[0-9]+.[0-9]+:[0-9]+)$
minLength: 1
ownerNodeID string required
OwnerNodeID is a name of the nodes where the source volume is
minLength: 1
prevSnapName string
PrevSnapName is the last completed-backup's snapshot name
snapName string
SnapName is the snapshot name for backup
minLength: 1
volumeName string required
VolumeName is a name of the volume for which this backup is destined
minLength: 1
status string required
ZFSBackupStatus is to hold status of backup
enum: Init, Done, Failed, Pending, InProgress, Invalid
Copied!