Home
last modified time | relevance | path

Searched refs:servicePorts (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controlplane/
H A Dcontroller.go238servicePorts, serviceType := createPortAndServiceSpec(c.ServicePort, c.PublicServicePort, c.Kubern…
239 …if err := c.CreateOrUpdateMasterServiceIfNeeded(kubernetesServiceName, c.ServiceIP, servicePorts, …
254 servicePorts := []corev1.ServicePort{{Protocol: corev1.ProtocolTCP,
260 servicePorts[0].NodePort = int32(nodePort)
264 servicePorts = append(servicePorts, extraServicePorts...)
266 return servicePorts, serviceType
283 …teOrUpdateMasterServiceIfNeeded(serviceName string, serviceIP net.IP, servicePorts []corev1.Servic…
287 …if svc, updated := reconcilers.GetMasterServiceUpdateIfNeeded(s, servicePorts, serviceType); updat…
303 Ports: servicePorts,
315 …return c.CreateOrUpdateMasterServiceIfNeeded(serviceName, serviceIP, servicePorts, serviceType, re…
H A Dcontroller_test.go604 servicePorts []corev1.ServicePort
611 servicePorts: []corev1.ServicePort{
659 servicePorts []corev1.ServicePort
667 servicePorts: []corev1.ServicePort{
699 servicePorts: []corev1.ServicePort{
733 servicePorts: []corev1.ServicePort{
765 servicePorts: []corev1.ServicePort{
797 servicePorts: []corev1.ServicePort{
829 servicePorts: []corev1.ServicePort{
861 servicePorts: []corev1.ServicePort{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/service/portallocator/controller/
H A Drepair.go209 var servicePorts []int
221 servicePorts = append(servicePorts, nodePort)
223 servicePorts = append(servicePorts, nodePort)
235 servicePorts = append(servicePorts, healthPort)
239 return servicePorts
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/analysis/analyzers/gateway/
H A Dgateway.go65 servicePorts := map[uint32]bool{}
87 servicePorts[uint32(port.Port)] = true
106 _, ok := servicePorts[server.Port.Number]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/formatter/
H A Dservice.go602 servicePorts := c.service.Endpoint.Ports
603 sort.Slice(servicePorts, func(i, j int) bool {
604 if servicePorts[i].Protocol == servicePorts[j].Protocol {
605 return servicePorts[i].PublishedPort < servicePorts[j].PublishedPort
607 return servicePorts[i].Protocol < servicePorts[j].Protocol
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dservice.go485 func ServiceKey(hostname host.Name, servicePorts PortList, labelsList labels.Collection) string {
489 np := len(servicePorts)
498 } else if np == 1 && nt == 0 && servicePorts[0].Name == "" {
507 ports[i] = servicePorts[i].Name
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controlplane/reconcilers/
H A Dinstancecount.go231 func GetMasterServiceUpdateIfNeeded(svc *corev1.Service, servicePorts []corev1.ServicePort, service…
234 formatCorrect := checkServiceFormat(svc, servicePorts, serviceType)
238 svc.Spec.Ports = servicePorts
/dports/net-mgmt/prometheus1/prometheus-1.8.2/discovery/kubernetes/
H A Dendpoints.go200 servicePorts []apiv1.EndpointPort
248 sp.servicePorts = append(sp.servicePorts, port)
271 for _, eport := range pe.servicePorts {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/service/
H A Dformatter.go774 servicePorts := c.service.Endpoint.Ports
775 sort.Slice(servicePorts, func(i, j int) bool {
776 if servicePorts[i].Protocol == servicePorts[j].Protocol {
777 return servicePorts[i].PublishedPort < servicePorts[j].PublishedPort
779 return servicePorts[i].Protocol < servicePorts[j].Protocol
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/service/
H A Dformatter.go774 servicePorts := c.service.Endpoint.Ports
775 sort.Slice(servicePorts, func(i, j int) bool {
776 if servicePorts[i].Protocol == servicePorts[j].Protocol {
777 return servicePorts[i].PublishedPort < servicePorts[j].PublishedPort
779 return servicePorts[i].Protocol < servicePorts[j].Protocol
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go216 servicePorts []apiv1.EndpointPort
276 sp.servicePorts = append(sp.servicePorts, port)
299 for _, eport := range pe.servicePorts {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go233 servicePorts []apiv1.EndpointPort
293 sp.servicePorts = append(sp.servicePorts, port)
316 for _, eport := range pe.servicePorts {
H A Dendpointslice.go227 servicePorts []disv1beta1.EndpointPort
313 sp.servicePorts = append(sp.servicePorts, port)
331 for _, eport := range pe.servicePorts {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go234 servicePorts []apiv1.EndpointPort
294 sp.servicePorts = append(sp.servicePorts, port)
317 for _, eport := range pe.servicePorts {
H A Dendpointslice.go227 servicePorts []disv1beta1.EndpointPort
313 sp.servicePorts = append(sp.servicePorts, port)
331 for _, eport := range pe.servicePorts {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go234 servicePorts []apiv1.EndpointPort
294 sp.servicePorts = append(sp.servicePorts, port)
317 for _, eport := range pe.servicePorts {
H A Dendpointslice.go227 servicePorts []disv1beta1.EndpointPort
313 sp.servicePorts = append(sp.servicePorts, port)
331 for _, eport := range pe.servicePorts {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go218 servicePorts []apiv1.EndpointPort
278 sp.servicePorts = append(sp.servicePorts, port)
301 for _, eport := range pe.servicePorts {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/kubernetes/
H A Dendpoints.go234 servicePorts []apiv1.EndpointPort
294 sp.servicePorts = append(sp.servicePorts, port)
317 for _, eport := range pe.servicePorts {
H A Dendpointslice.go227 servicePorts []disv1beta1.EndpointPort
313 sp.servicePorts = append(sp.servicePorts, port)
331 for _, eport := range pe.servicePorts {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/discovery/kubernetes/
H A Dendpoints.go213 servicePorts []apiv1.EndpointPort
266 sp.servicePorts = append(sp.servicePorts, port)
289 for _, eport := range pe.servicePorts {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/moby/
H A Dtasks.go51 serviceLabels, servicePorts, err := d.getServicesLabelsAndPorts(ctx)
118 for _, p := range servicePorts[s.ServiceID] {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/discovery/moby/
H A Dtasks.go51 serviceLabels, servicePorts, err := d.getServicesLabelsAndPorts(ctx)
118 for _, p := range servicePorts[s.ServiceID] {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/moby/
H A Dtasks.go51 serviceLabels, servicePorts, err := d.getServicesLabelsAndPorts(ctx)
118 for _, p := range servicePorts[s.ServiceID] {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/moby/
H A Dtasks.go51 serviceLabels, servicePorts, err := d.getServicesLabelsAndPorts(ctx)
118 for _, p := range servicePorts[s.ServiceID] {

123