Home
last modified time | relevance | path

Searched defs:CSIPlugin (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dcsi_endpoint.go1258 type CSIPlugin struct { struct
1259 srv *Server
1260 logger log.Logger
1264 … *CSIPlugin) List(args *structs.CSIPluginListRequest, reply *structs.CSIPluginListResponse) error {
1309 … (v *CSIPlugin) Get(args *structs.CSIPluginGetRequest, reply *structs.CSIPluginGetResponse) error {
1374 …lugin) Delete(args *structs.CSIPluginDeleteRequest, reply *structs.CSIPluginDeleteResponse) error {
H A Dserver.go268 CSIPlugin *CSIPlugin member
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dcsi.go910 type CSIPlugin struct { struct
911 ID string
914 ControllerRequired bool
922 Allocations []*AllocListStub
925 ControllerJobs JobDescriptions
929 ControllersHealthy int
930 ControllersExpected int
931 NodesHealthy int
932 NodesExpected int
934 CreateIndex uint64
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dcsi.go424 type CSIPlugin struct { struct
425 ID string
426 Provider string
427 Version string
428 ControllerRequired bool
433 ControllersHealthy int
434 ControllersExpected int
435 NodesHealthy int
436 NodesExpected int
437 CreateIndex uint64
[all …]
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dcsi.go424 type CSIPlugin struct { struct
425 ID string
426 Provider string
427 Version string
428 ControllerRequired bool
433 ControllersHealthy int
434 ControllersExpected int
435 NodesHealthy int
436 NodesExpected int
437 CreateIndex uint64
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/volumewatcher/
H A Dinterfaces_test.go10 func testNode(plugin *structs.CSIPlugin, s *state.StateStore) *structs.Node {
43 func testVolume(plugin *structs.CSIPlugin, alloc *structs.Allocation, nodeID string) *structs.CSIVo…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubelet/pkg/apis/pluginregistration/v1alpha1/
H A Dconstants.go21 CSIPlugin = "CSIPlugin" const
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubelet/pkg/apis/pluginregistration/v1/
H A Dconstants.go21 CSIPlugin = "CSIPlugin" const
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubelet/pkg/apis/pluginregistration/v1beta1/
H A Dconstants.go21 CSIPlugin = "CSIPlugin" const
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dplugin_status_csi.go84 func (c *PluginStatusCommand) csiFormatPlugin(plug *api.CSIPlugin) (string, error) {
/dports/sysutils/nomad/nomad-1.1.0/nomad/mock/
H A Dmock.go1647 func CSIPlugin() *structs.CSIPlugin { func
1661 func CSIVolume(plugin *structs.CSIPlugin) *structs.CSIVolume {
/dports/sysutils/nomad/nomad-1.1.0/client/pluginmanager/csimanager/
H A Dvolume.go55 func newVolumeManager(logger hclog.Logger, eventer TriggerNodeEvent, plugin csi.CSIPlugin, rootDir,…
/dports/sysutils/nomad/nomad-1.1.0/command/agent/
H A Dcsi_endpoint.go412 func structsCSIPluginToApi(plug *structs.CSIPlugin) *api.CSIPlugin {
/dports/sysutils/nomad/nomad-1.1.0/plugins/csi/
H A Dplugin.go17 type CSIPlugin interface { interface
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store.go1342 func updateOrGCPlugin(index uint64, txn Txn, plug *structs.CSIPlugin) error {