Versions in this module Expand all Collapse all v1 v1.8.0 Feb 7, 2018 Changes in this version + func GetNameAndNameSpaceFromSnapshotName(name string) (string, string, error) + func MakeSnapshotName(namespace, name string) string + type ActualStateOfWorld interface + AddSnapshot func(*crdv1.VolumeSnapshot) error + DeleteSnapshot func(snapshotName string) error + GetSnapshot func(snapshotName string) *crdv1.VolumeSnapshot + GetSnapshots func() map[string]*crdv1.VolumeSnapshot + SnapshotExists func(snapshotName string) bool + func NewActualStateOfWorld() ActualStateOfWorld + type DesiredStateOfWorld interface + AddSnapshot func(*crdv1.VolumeSnapshot) error + DeleteSnapshot func(snapshotName string) error + GetSnapshots func() map[string]*crdv1.VolumeSnapshot + SnapshotExists func(snapshotName string) bool + func NewDesiredStateOfWorld() DesiredStateOfWorld Incompatible versions in this module v4.0.0+incompatible Jul 11, 2018 v4.0.0-beta+incompatible Jul 9, 2018