Kind
ZFSNode
Group
zfs.openebs.io
Version
v1
apiVersion: zfs.openebs.io/v1 kind: ZFSNode metadata: name: example
Tip: use .pools[].free for path-only search
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
pools []object required
free string | integer required
Free specifies the available capacity of zfs pool.
string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
name string required
Name of the zfs pool.
minLength: 1
used string | integer required
Used specifies the used capacity of zfs pool.
string pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
uuid string required
UUID denotes a unique identity of a zfs pool.
minLength: 1

No matches. Try .pools[].free for an exact path

Copied!