Home
last modified time | relevance | path

Searched refs:endpointMeta (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/endpointslice/
H A Dutils_test.go46 endpointMeta := endpointMeta{
82 Ports: endpointMeta.Ports,
83 AddressType: endpointMeta.AddressType,
105 Ports: endpointMeta.Ports,
130 Ports: endpointMeta.Ports,
154 Ports: endpointMeta.Ports,
181 Ports: endpointMeta.Ports,
203 Ports: endpointMeta.Ports,
1013 endpointMeta := endpointMeta{
1018 return svc, endpointMeta
[all …]
H A Dreconciler_test.go469 svc, endpointMeta := newServiceAndEndpointMeta("foo", namespace)
891 endpointMeta.AddressType = discovery.AddressType("IP")
1236 AddressType: endpointMeta.AddressType,
1237 Ports: endpointMeta.Ports,
1246 AddressType: endpointMeta.AddressType,
1247 Ports: endpointMeta.Ports,
1262 AddressType: endpointMeta.AddressType,
1263 Ports: endpointMeta.Ports,
1324 svc, endpointMeta := newServiceAndEndpointMeta("foo", ns)
1383 AddressType: endpointMeta.AddressType,
[all …]
H A Dreconciler.go58 type endpointMeta struct { struct
151 desiredMetaByPortMap := map[endpointutil.PortMapKey]*endpointMeta{}
168 desiredMetaByPortMap[epHash] = &endpointMeta{
220 …placeholderSlice := newEndpointSlice(service, &endpointMeta{Ports: []discovery.EndpointPort{}, Add…
354 endpointMeta *endpointMeta,
458 sliceToFill = newEndpointSlice(service, endpointMeta)
H A Dutils.go138 func newEndpointSlice(service *corev1.Service, endpointMeta *endpointMeta) *discovery.EndpointSlice… argument
148 Ports: endpointMeta.Ports,
149 AddressType: endpointMeta.AddressType,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/context/
H A Doptions.go180 endpointMeta := kubernetes.EndpointFromContext(ctxMeta)
181 if endpointMeta != nil {
182 res, err := endpointMeta.WithTLSData(dockerCli.ContextStore(), dockerCli.CurrentContext())
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/context/
H A Doptions.go180 endpointMeta := kubernetes.EndpointFromContext(ctxMeta)
181 if endpointMeta != nil {
182 res, err := endpointMeta.WithTLSData(dockerCli.ContextStore(), dockerCli.CurrentContext())