Home
last modified time | relevance | path

Searched defs:CSISnapshot (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dcsi.go362 type CSISnapshot struct { struct
363 ID string // storage provider's ID
364 ExternalSourceVolumeID string // storage provider's ID for volume
365 SizeBytes int64 // value from storage provider
366 CreateTime int64 // value from storage provider
367 IsReady bool // value from storage provider
368 SourceVolumeID string // Nomad volume ID
369 PluginID string // CSI plugin ID
373 Name string // suggested name of the snapshot, used for creation
374 Secrets CSISecrets // secrets needed to create snapshot
[all …]
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dcsi.go362 type CSISnapshot struct { struct
363 ID string // storage provider's ID
364 ExternalSourceVolumeID string // storage provider's ID for volume
365 SizeBytes int64 // value from storage provider
366 CreateTime int64 // value from storage provider
367 IsReady bool // value from storage provider
368 SourceVolumeID string // Nomad volume ID
369 PluginID string // CSI plugin ID
373 Name string // suggested name of the snapshot, used for creation
374 Secrets CSISecrets // secrets needed to create snapshot
[all …]
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dvolume_snapshot_list.go149 func csiFormatSnapshots(snapshots []*api.CSISnapshot, verbose bool) string {
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dcsi.go856 type CSISnapshot struct { struct
858 ID string // storage provider's ID
859 ExternalSourceVolumeID string // storage provider's ID for volume
860 SizeBytes int64
861 CreateTime int64
862 IsReady bool
865 SourceVolumeID string
866 PluginID string
870 Name string
871 Secrets CSISecrets
[all …]