zfs-localpv/pkg/generated
Pawan 25d1f1a413 feat(zfspv): pvc should be bound only if volume has been created.
The controller does not check whether the volume has been created or not
and return successful. Which in turn binds the pvc to the pv.

The PVC should not bound until corresponding zfs volume has been created.
Now controller will check the ZFSVolume CR state to be "Ready" before returning
successful. The CSI will retry the CreateVolume request when it will get
a error reply and when the ZFS node agent creates the ZFS volume and sets the
ZFSVolume CR state to be "Ready", the controller will return success for the
CreateVolume Request and then PVC will be bound.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-21 08:49:57 +05:30
..
clientset/internalclientset feat(zfspv): pvc should be bound only if volume has been created. 2020-05-21 08:49:57 +05:30
informer/externalversions feat(crd-gen): automate the CRDs generation with validations for APIs (#75) 2020-04-01 17:54:20 +05:30
lister/zfs/v1alpha1 refactor(crd): move CR from openebs.io to zfs.openebs.io (#70) 2020-03-30 22:12:34 +05:30