package
0.11.4
Repository: https://github.com/akutz/rexray.git
Documentation: pkg.go.dev

# Functions

Validate validates the provided data (d) against the provided schema (s).
ValidateObj validates an object using a schema.
ValidateSnapshot validates a Snapshot object using the JSON schema.
ValidateVolume validates a Volume object using the JSON schema.
ValidateVolumeCreateRequest validates a VolumeCreateRequest object using the JSON schema.
ValidateVolumeSnapshotRequest validates a VolumeSnapshotRequest object using the JSON schema.

# Constants

JSONSchema is the libStorage API JSON schema.

# Variables

DriverInfoSchema is the JSON schema for the DriverInfo resource.
ExecutorInfoSchema is the JSON schema for the ExecutorInfo resource.
ServiceInfoMapSchema is the JSON schemea for a map[string]*ServiceInfo.
ServiceInfoSchema is the JSON schema for the ServiceInfo resource.
ServiceSnapshotMapSchema is the JSON schema for the ServiceSnapshotMap resource.
ServiceVolumeMapSchema is the JSON schema for the ServiceVolumeMap resource.
SnapshotCopyRequestSchema is the JSON schema for a Snapshot copy request.
SnapshotMapSchema is the JSON schema for the SnapshotMap resource.
SnapshotSchema is the JSON schema for the Snapshot resource.
VolumeAttachmentSchema is the JSON schema for the VolumeAttachment resource.
VolumeAttachRequestSchema is the JSON schema for a Volume attach request.
VolumeAttachResponseSchema is the JSON schema for a Volume attach response.
VolumeCopyRequestSchema is the JSON schema for a Volume copy request.
VolumeCreateFromSnapshotRequestSchema is the JSON schema for a Volume create from Snapshot request.
VolumeCreateRequestSchema is the JSON schema for a Volume creation request.
VolumeDetachRequestSchema is the JSON schema for a Volume detach request.
VolumeMapSchema is the JSON schema for the VolumeMap resource.
VolumeSchema is the JSON schema for the Volume resource.
VolumeSnapshotRequestSchema is the JSON schema for a Volume snapshot request.