Home
last modified time | relevance | path

Searched refs:GetExec (Results 51 – 75 of 157) sorted by relevance

1234567

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/streaming/
H A Dserver.go65 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
196 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/streaming/
H A Dserver.go65 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
196 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/
H A Dserver.go65 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
196 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/
H A Dserver.go65 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
196 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/kubelet/server/streaming/
H A Dserver.go48 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
179 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dattacher.go240 exec := attacher.host.GetExec(gcePersistentDiskPluginName)
393 exec := detacher.host.GetExec(gcePersistentDiskPluginName)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cri/streaming/
H A Dserver.go48 GetExec(*runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) methodSpec
179 func (s *server) GetExec(req *runtimeapi.ExecRequest) (*runtimeapi.ExecResponse, error) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs.go297 func (ht *hcsTask) GetExec(eid string) (shimExec, error) { func
309 e, err := ht.GetExec(eid)
357 e, err := ht.GetExec(eid)
H A Dpod.go255 e, _ := p.sandboxTask.GetExec("")
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs.go310 func (ht *hcsTask) GetExec(eid string) (shimExec, error) { func
322 e, err := ht.GetExec(eid)
370 e, err := ht.GetExec(eid)
H A Dpod.go248 e, _ := p.sandboxTask.GetExec("")
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs.go310 func (ht *hcsTask) GetExec(eid string) (shimExec, error) { func
322 e, err := ht.GetExec(eid)
370 e, err := ht.GetExec(eid)
H A Dpod.go248 e, _ := p.sandboxTask.GetExec("")
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/qparse/
H A Dquery_exec.hpp108 CQueryExec& GetExec() { return *m_QExec; } in GetExec() function in CQueryFunctionBase
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask_hcs.go456 func (ht *hcsTask) GetExec(eid string) (shimExec, error) { func
468 e, err := ht.GetExec(eid)
516 e, err := ht.GetExec(eid)
H A Dpod.go245 e, _ := p.sandboxTask.GetExec("")
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/
H A Ddocker_streaming.go125 return ds.streamingServer.GetExec(req)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dvolume_host.go281 func (kvh *kubeletVolumeHost) GetExec(pluginName string) utilexec.Interface { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/rbd/
H A Drbd.go184 exec: plugin.host.GetExec(plugin.GetPluginName()),
498 …l{}, secret, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
796 exec: plugin.host.GetExec(plugin.GetPluginName()),
H A Drbd_util.go476 exec := plugin.host.GetExec(plugin.GetPluginName())
533 exec := disk.plugin.host.GetExec(disk.plugin.GetPluginName())
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Dresize_util.go313 resizer := mount.NewResizeFs(host.GetExec(pluginName))
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/storageos/
H A Dstorageos.go113 …lugin.host}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
145 …lugin.host}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/nfs/
H A Dnfs.go205 exec := nfsMounter.plugin.host.GetExec(nfsMounter.plugin.GetPluginName())
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/container/
H A Druntime.go130 GetExec(id ContainerID, cmd []string, stdin, stdout, stderr, tty bool) (*url.URL, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cephfs/
H A Dcephfs.go328 execute := cephfsVolume.plugin.host.GetExec(cephfsVolume.plugin.GetPluginName())

1234567