Documentation
¶
Index ¶
- Constants
- Variables
- func GetLocalPVAnnotation() []string
- func GetLocalPVCAnnotations() []string
- func GetLocalPVCLabels() []string
- func GetLocalPVLabels() []string
- func GetRemoteClusterID() string
- func GetRemotePVAnnotations() []string
- func GetRemotePVLabels() []string
- func GetRemoteStorageClassName() string
- func GetReplicationGroupName() string
Constants ¶
View Source
const ( // RemoteClusterID represents remote cluster ID RemoteClusterID = "replication.storage.dell.com/remoteClusterID" // ReplicationGroupName represents replication group name ReplicationGroupName = "replication.storage.dell.com/replicationGroupName" // RemoteStorageClassName represents remote storage class RemoteStorageClassName = "replication.storage.dell.com/remoteStorageClassName" )
Variables ¶
View Source
var ( // LocalPVCAnnotations represents local PVC annotations LocalPVCAnnotations = []string{RemoteClusterID, ReplicationGroupName, RemoteStorageClassName} // LocalPVCLabels represents local PVC labels LocalPVCLabels = []string{RemoteClusterID, ReplicationGroupName} // LocalPVAnnotation represents local PV annotation LocalPVAnnotation = []string{ReplicationGroupName, RemoteStorageClassName} // LocalPVLabels represents local PV labels LocalPVLabels = []string{ReplicationGroupName} // RemotePVAnnotations represents remote PV annotations RemotePVAnnotations = []string{ReplicationGroupName} // RemotePVLabels represents remote PV labels RemotePVLabels = []string{ReplicationGroupName} )
Functions ¶
func GetLocalPVAnnotation ¶ added in v1.8.0
func GetLocalPVAnnotation() []string
GetLocalPVAnnotation returns the value of LocalPVAnnotation
func GetLocalPVCAnnotations ¶ added in v1.8.0
func GetLocalPVCAnnotations() []string
GetLocalPVCAnnotations returns the value of LocalPVCAnnotations
func GetLocalPVCLabels ¶ added in v1.8.0
func GetLocalPVCLabels() []string
GetLocalPVCLabels returns the value of LocalPVCLabels
func GetLocalPVLabels ¶ added in v1.8.0
func GetLocalPVLabels() []string
GetLocalPVLabels returns the value of LocalPVLabels
func GetRemoteClusterID ¶ added in v1.8.0
func GetRemoteClusterID() string
GetRemoteClusterID returns the value of RemoteClusterID
func GetRemotePVAnnotations ¶ added in v1.8.0
func GetRemotePVAnnotations() []string
GetRemotePVAnnotations returns the value of RemotePVAnnotations
func GetRemotePVLabels ¶ added in v1.8.0
func GetRemotePVLabels() []string
GetRemotePVLabels returns the value of RemotePVLabels
func GetRemoteStorageClassName ¶ added in v1.8.0
func GetRemoteStorageClassName() string
GetRemoteStorageClassName returns the value of RemoteStorageClassName
func GetReplicationGroupName ¶ added in v1.8.0
func GetReplicationGroupName() string
GetReplicationGroupName returns the value of ReplicationGroupName
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.