# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AreFilteredPodsHealthy is a utility function that can be used by various implementations to check if the server pods deployed with some label selectors are healthy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsPodHealthy is a utility function that can be used by various implementations to check if the server pod deployed is healthy.
NewFilesystemPVCPairList when given a list of PVCPair, returns a managed list.
NewFilesystemPVCPairList when given a list of PVCPair, returns a managed list.
NewPVCPair when given references to a source and a destination PersistentVolumeClaim, returns a PVCPair to be used in transfers.
# Structs
ResourceMetadata defines any metadata used to create intermediary resources for state transfer.
# Interfaces
PVC knows how to return v1.PersistentVolumeClaim and an additional validated name which can be used by different transfers as per their own requirements.
PVCPair knows how to return source and destination PVC objects for a state transfer.
Transfer knows how to transfer PV data from a source to a destination.
# Type aliases
PVCPairList defines a managed list of PVCPair.