Home
last modified time | relevance | path

Searched refs:HNSEndpoint (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go11 type HNSEndpoint struct { struct
58 endpoint := &HNSEndpoint{}
68 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
69 var endpoint []HNSEndpoint
79 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
84 func GetHNSEndpointByName(endpointName string) (*HNSEndpoint, error) {
98 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
111 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
120 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
212 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go11 type HNSEndpoint struct { struct
56 endpoint := &HNSEndpoint{}
66 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
67 var endpoint []HNSEndpoint
77 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
82 func GetHNSEndpointByName(endpointName string) (*HNSEndpoint, error) {
96 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
109 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
118 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
210 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go11 type HNSEndpoint struct { struct
58 endpoint := &HNSEndpoint{}
68 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
69 var endpoint []HNSEndpoint
79 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
84 func GetHNSEndpointByName(endpointName string) (*HNSEndpoint, error) {
98 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
111 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
120 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
212 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go11 type HNSEndpoint struct { struct
58 endpoint := &HNSEndpoint{}
68 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
69 var endpoint []HNSEndpoint
79 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
84 func GetHNSEndpointByName(endpointName string) (*HNSEndpoint, error) {
98 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
111 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
120 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
212 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go11 type HNSEndpoint struct { struct
56 endpoint := &HNSEndpoint{}
66 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
67 var endpoint []HNSEndpoint
77 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
82 func GetHNSEndpointByName(endpointName string) (*HNSEndpoint, error) {
96 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
109 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
118 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
210 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
234 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
234 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
234 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
234 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
59 endpoint := &HNSEndpoint{}
69 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
70 var endpoint []HNSEndpoint
80 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
102 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
120 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
133 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
142 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
255 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/Microsoft/hcsshim/internal/hns/
H A Dhnsendpoint.go12 type HNSEndpoint struct { struct
62 endpoint := &HNSEndpoint{}
72 func HNSListEndpointRequest() ([]HNSEndpoint, error) {
73 var endpoint []HNSEndpoint
83 func GetHNSEndpointByID(endpointID string) (*HNSEndpoint, error) {
105 func (endpoint *HNSEndpoint) IsAttached(vID string) (bool, error) { argument
123 func (endpoint *HNSEndpoint) Create() (*HNSEndpoint, error) { argument
136 func (endpoint *HNSEndpoint) Delete() (*HNSEndpoint, error) { argument
145 func (endpoint *HNSEndpoint) Update() (*HNSEndpoint, error) { argument
258 func (endpoint *HNSEndpoint) HostDetach() error { argument
[all …]

1234567891011