Documentation ¶
Overview ¶
Copyright (C) 2018 Yunify, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func GetPoolName(parameters map[string]string) string
- func JoinSnapshotName(poolName, volumeName, snapshotName string) (fullSnapshotName string)
- func JoinVolumeName(poolName, volumeName string) (fullVolumeName string)
- func New(confFile, protocol string) storage.Provider
- func SplitSnapshotName(fullSnapshotName string) (poolName, volumeName, snapshotName string)
- func SplitVolumeName(fullVolumeName string) (poolName, volumeName string)
- func TuneUpParameter(parameter map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPoolName ¶ added in v1.2.0
func JoinSnapshotName ¶ added in v1.2.0
func JoinVolumeName ¶ added in v1.2.0
func SplitSnapshotName ¶ added in v1.2.0
func SplitVolumeName ¶ added in v1.2.0
func TuneUpParameter ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.