Home
last modified time | relevance | path

Searched defs:VolumeSpec (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dvsphere_volume_util.go85 type VolumeSpec struct { struct
86 Path string
87 Size int
88 Fstype string
89 StoragePolicyID string
90 StoragePolicyName string
91 Labels map[string]string
/dports/net/concourse-fly/concourse-6.7.1/atc/worker/
H A Dvolume_client.go23 VolumeSpec, argument
30 VolumeSpec, argument
38 VolumeSpec, argument
44 VolumeSpec, argument
62 volumeSpec VolumeSpec,
75 type VolumeSpec struct { struct
76 Strategy baggageclaim.Strategy
77 Properties VolumeProperties
78 Privileged bool
79 TTL time.Duration
[all …]
H A Dclient.go34 …CreateVolume(logger lager.Logger, vSpec VolumeSpec, wSpec WorkerSpec, volumeType db.VolumeType) (V…
H A Dworker.go81 …CreateVolume(logger lager.Logger, spec VolumeSpec, teamID int, volumeType db.VolumeType) (Volume, …
/dports/misc/concourse/concourse-6.7.2/atc/worker/
H A Dvolume_client.go23 VolumeSpec, argument
30 VolumeSpec, argument
38 VolumeSpec, argument
44 VolumeSpec, argument
62 volumeSpec VolumeSpec,
75 type VolumeSpec struct { struct
76 Strategy baggageclaim.Strategy
77 Properties VolumeProperties
78 Privileged bool
79 TTL time.Duration
[all …]
H A Dclient.go34 …CreateVolume(logger lager.Logger, vSpec VolumeSpec, wSpec WorkerSpec, volumeType db.VolumeType) (V…
H A Dworker.go81 …CreateVolume(logger lager.Logger, spec VolumeSpec, teamID int, volumeType db.VolumeType) (Volume, …
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/api/
H A Dapi.pb.go803 type VolumeSpec struct { struct
853 func (m *VolumeSpec) GetEphemeral() bool {
860 func (m *VolumeSpec) GetSize() uint64 {
867 func (m *VolumeSpec) GetFormat() FSType {
881 func (m *VolumeSpec) GetHaLevel() int64 {
888 func (m *VolumeSpec) GetCos() CosType {
902 func (m *VolumeSpec) GetDedupe() bool {
923 func (m *VolumeSpec) GetShared() bool {
965 func (m *VolumeSpec) GetScale() uint32 {
972 func (m *VolumeSpec) GetSticky() bool {
[all …]
H A Dapi.proto230 message VolumeSpec { message
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/baggageclaim/
H A Dclient.go29 CreateVolume(lager.Logger, string, VolumeSpec) (Volume, error) argument
141 type VolumeSpec struct { struct
144 Strategy Strategy
147 Properties VolumeProperties
152 Privileged bool
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/baggageclaim/
H A Dclient.go29 CreateVolume(lager.Logger, string, VolumeSpec) (Volume, error) argument
141 type VolumeSpec struct { struct
144 Strategy Strategy
147 Properties VolumeProperties
152 Privileged bool
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/operationexecutor/
H A Doperation_executor.go172 VolumeSpec *volume.Spec member
297 VolumeSpec *volume.Spec member
355 VolumeSpec *volume.Spec member
456 VolumeSpec *volume.Spec member
620 VolumeSpec *volume.Spec member
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/api/spec/
H A Dspec_handler.go54 …UpdateSpecFromOpts(opts map[string]string, spec *api.VolumeSpec, locator *api.VolumeLocator, sourc…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/volume/
H A Dvolume.go142 Create(locator *api.VolumeLocator, Source *api.Source, spec *api.VolumeSpec) (string, error)
156 Set(volumeID string, locator *api.VolumeLocator, spec *api.VolumeSpec) error
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/csi/
H A Dcsi_client_test.go825 VolumeSpec *volume.Spec member
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/config/
H A Dtypes.py218 class VolumeSpec(namedtuple('_VolumeSpec', 'external internal mode')): class
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/
H A Dplugins.go111 VolumeSpec *Spec member