Home
last modified time | relevance | path

Searched refs:GetExec (Results 26 – 50 of 157) sorted by relevance

1234567

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/server/
H A Dcontainer_exec.go35 return c.streamServer.GetExec(r)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/fc/
H A Dfc.go111 …, &fcUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
161 …, &fcUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
201 …, &fcUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
220 …return plugin.newUnmapperInternal(volName, podUID, &fcUtil{}, plugin.host.GetExec(plugin.GetPlugin…
H A Dattacher.go121 …diskMounter := &mount.SafeFormatAndMount{Interface: mounter, Exec: attacher.host.GetExec(fcPluginN…
258 exec: host.GetExec(fcPluginName),
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/flight_control/
H A DFGGyro.cpp54 Propagate = fcs->GetExec()->GetPropagate(); in FGGyro()
H A DFGFCSFunction.cpp60 function = new FGFunction(fcs->GetExec(), function_element); in FGFCSFunction()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask.go38 GetExec(eid string) (shimExec, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cri/streaming/
H A Dserver_test.go82 resp, err := serv.GetExec(request)
91 resp, err := tlsServer.GetExec(request)
100 resp, err := prefixServer.GetExec(request)
319 resp, err := s.GetExec(&runtimeapi.ExecRequest{
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGModel.h93 FGFDMExec* GetExec(void) {return FDMExec;} in GetExec() function
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Dattacher_windows.go44 exec := attacher.host.GetExec(awsElasticBlockStorePluginName)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask.go41 GetExec(eid string) (shimExec, error) methodSpec
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask.go41 GetExec(eid string) (shimExec, error) methodSpec
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/
H A Dtask.go44 GetExec(eid string) (shimExec, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flexvolume/
H A Dattacher-defaults.go70 …diskMounter := &mount.SafeFormatAndMount{Interface: mounter, Exec: a.plugin.host.GetExec(a.plugin.…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azuredd/
H A Dattacher.go159 exec := a.plugin.host.GetExec(a.plugin.GetPluginName())
290 exec := d.plugin.host.GetExec(d.plugin.GetPluginName())
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/qparse/
H A Dquery_exec.cpp70 return *(GetExec().GetQTree()); in GetQueryTree()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/iscsi/
H A Discsi.go111 …ISCSIUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
154 …ISCSIUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
183 …ISCSIUtil{}, plugin.host.GetMounter(plugin.GetPluginName()), plugin.host.GetExec(plugin.GetPluginN…
203 …return plugin.newUnmapperInternal(volName, podUID, &ISCSIUtil{}, plugin.host.GetExec(plugin.GetPlu…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/persistentvolume/
H A Dvolume_host.go122 func (adc *PersistentVolumeController) GetExec(pluginName string) utilexec.Interface { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/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/sysutils/istio/istio-1.6.7/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/net-im/dendrite/dendrite-0.5.1/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

1234567