Home
last modified time | relevance | path

Searched refs:ServicePort (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/generate/versioned/
H A Dservice_test.go55 Ports: []v1.ServicePort{
84 Ports: []v1.ServicePort{
118 Ports: []v1.ServicePort{
148 Ports: []v1.ServicePort{
180 Ports: []v1.ServicePort{
212 Ports: []v1.ServicePort{
244 Ports: []v1.ServicePort{
274 Ports: []v1.ServicePort{
305 Ports: []v1.ServicePort{
337 Ports: []v1.ServicePort{
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/generate/versioned/
H A Dservice_test.go55 Ports: []v1.ServicePort{
84 Ports: []v1.ServicePort{
118 Ports: []v1.ServicePort{
148 Ports: []v1.ServicePort{
180 Ports: []v1.ServicePort{
212 Ports: []v1.ServicePort{
244 Ports: []v1.ServicePort{
274 Ports: []v1.ServicePort{
305 Ports: []v1.ServicePort{
337 Ports: []v1.ServicePort{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/generate/versioned/
H A Dservice_test.go55 Ports: []v1.ServicePort{
84 Ports: []v1.ServicePort{
118 Ports: []v1.ServicePort{
148 Ports: []v1.ServicePort{
180 Ports: []v1.ServicePort{
212 Ports: []v1.ServicePort{
244 Ports: []v1.ServicePort{
274 Ports: []v1.ServicePort{
305 Ports: []v1.ServicePort{
337 Ports: []v1.ServicePort{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/validation/
H A Dconditional_validation_test.go32 Ports: []api.ServicePort{
45 Ports: []api.ServicePort{
58 Ports: []api.ServicePort{
71 Ports: []api.ServicePort{
84 Ports: []api.ServicePort{
97 Ports: []api.ServicePort{
110 Ports: []api.ServicePort{
123 Ports: []api.ServicePort{
144ServicePort{core.ServicePort{Name:"", Protocol:"TCP", AppProtocol:(*string)(nil), Port:0, TargetPo…
230ServicePort{core.ServicePort{Name:"", Protocol:"TCP", AppProtocol:(*string)(nil), Port:0, TargetPo…
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/unit/config/
H A Dtypes_test.py8 from compose.config.types import ServicePort
53 ports = ServicePort.parse(data)
58 ports = ServicePort.parse(8000)
64 ports = ServicePort.parse(port_def)
76 ports = ServicePort.parse(port_def)
86 ports = ServicePort.parse(port_def)
115 ServicePort.parse(port_def)
120 ServicePort.parse(port_def)
124 ServicePort.parse(port_def)
128 ServicePort.parse(port_def)
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/common/
H A Dconfig.go65 if p.ServicePort > 0 {
66 if portGen.Service.IsUsed(p.ServicePort) {
67 …eturn fmt.Errorf("failed configuring port %s: service port already used %d", p.Name, p.ServicePort)
69 portGen.Service.SetUsed(p.ServicePort)
93 if p.InstancePort <= 0 && p.ServicePort > 0 && !portGen.Instance.IsUsed(p.ServicePort) {
94 c.Ports[i].InstancePort = p.ServicePort
95 portGen.Instance.SetUsed(p.ServicePort)
101 if p.ServicePort <= 0 {
102 c.Ports[i].ServicePort = portGen.Service.Next(p.Protocol)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/networking/v1beta1/
H A Dconversion.go30 …if len(in.ServiceName) > 0 || in.ServicePort.IntVal != 0 || in.ServicePort.StrVal != "" || in.Serv…
33 out.Service.Port.Name = in.ServicePort.StrVal
34 out.Service.Port.Number = in.ServicePort.IntVal
46 out.ServicePort = intstr.FromString(in.Service.Port.Name)
48 out.ServicePort = intstr.FromInt(int(in.Service.Port.Number))
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/serviceregistry/consul/
H A Dconversion_test.go93 ServicePort: port,
100 if out.ServicePort.Protocol != protocol.UDP {
101 t.Errorf("convertInstance() => %v, want %v", out.ServicePort.Protocol, protocol.UDP)
104 if out.ServicePort.Name != p {
105 t.Errorf("convertInstance() => %v, want %v", out.ServicePort.Name, p)
108 if out.ServicePort.Port != port {
109 t.Errorf("convertInstance() => %v, want %v", out.ServicePort.Port, port)
171 ServicePort: 9080,
183 ServicePort: 9080,
/dports/www/wsdlpull/wsdlpull-1.24/src/wsdlparser/
H A DService.h37 }ServicePort; typedef
38 typedef std::list<ServicePort>::const_iterator cServicePortIterator;
55 std::list<ServicePort> ports_;
68 ServicePort sp; in addPort()
79 for(std::list<ServicePort>::const_iterator it = ports_.begin(); in getPortExtension()
92 for(std::list<ServicePort>::const_iterator it = ports_.begin(); in getPortBinding()
118 for(std::list<ServicePort>::const_iterator it = ports_.begin(); in getPorts()
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/expose/
H A Dexpose_test.go65 Ports: []corev1.ServicePort{
96 Ports: []corev1.ServicePort{
128 Ports: []corev1.ServicePort{
159 Ports: []corev1.ServicePort{
191 Ports: []corev1.ServicePort{
224 Ports: []corev1.ServicePort{
256 Ports: []corev1.ServicePort{
314 Ports: []corev1.ServicePort{
342 Ports: []corev1.ServicePort{
366 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/expose/
H A Dexpose_test.go66 Ports: []corev1.ServicePort{
97 Ports: []corev1.ServicePort{
129 Ports: []corev1.ServicePort{
160 Ports: []corev1.ServicePort{
191 Ports: []corev1.ServicePort{
223 Ports: []corev1.ServicePort{
255 Ports: []corev1.ServicePort{
313 Ports: []corev1.ServicePort{
340 Ports: []corev1.ServicePort{
364 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/expose/
H A Dexpose_test.go66 Ports: []corev1.ServicePort{
97 Ports: []corev1.ServicePort{
129 Ports: []corev1.ServicePort{
160 Ports: []corev1.ServicePort{
191 Ports: []corev1.ServicePort{
223 Ports: []corev1.ServicePort{
255 Ports: []corev1.ServicePort{
313 Ports: []corev1.ServicePort{
340 Ports: []corev1.ServicePort{
364 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/service/portallocator/controller/
H A Drepair_test.go149 Ports: []corev1.ServicePort{{NodePort: 111}},
161 Ports: []corev1.ServicePort{{NodePort: 201}},
167 Ports: []corev1.ServicePort{{}},
173 Ports: []corev1.ServicePort{{NodePort: 111}},
218 Ports: []corev1.ServicePort{
229 Ports: []corev1.ServicePort{
240 Ports: []corev1.ServicePort{
251 Ports: []corev1.ServicePort{
262 Ports: []corev1.ServicePort{
273 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/kube/
H A Ddeployment_test.go51 ServicePort: 8090,
66 ServicePort: 8090,
88 ServicePort: 8080,
117 ServicePort: 8090,
123 ServicePort: 9000,
129 ServicePort: 9090,
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/envvars/
H A Denvvars_test.go35 Ports: []v1.ServicePort{
45 Ports: []v1.ServicePort{
56 Ports: []v1.ServicePort{
67 Ports: []v1.ServicePort{
77 Ports: []v1.ServicePort{
87 Ports: []v1.ServicePort{
98 Ports: []v1.ServicePort{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controlplane/
H A Dcontroller_test.go618 Ports: []corev1.ServicePort{
674 Ports: []corev1.ServicePort{
686 Ports: []corev1.ServicePort{
707 Ports: []corev1.ServicePort{
719 Ports: []corev1.ServicePort{
740 Ports: []corev1.ServicePort{
752 Ports: []corev1.ServicePort{
772 Ports: []corev1.ServicePort{
784 Ports: []corev1.ServicePort{
804 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/portforward/
H A Dportforward_test.go158 Ports: []corev1.ServicePort{
187 Ports: []corev1.ServicePort{
216 Ports: []corev1.ServicePort{
246 Ports: []corev1.ServicePort{
276 Ports: []corev1.ServicePort{
305 Ports: []corev1.ServicePort{
341 Ports: []corev1.ServicePort{
377 Ports: []corev1.ServicePort{
413 Ports: []corev1.ServicePort{
449 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/portforward/
H A Dportforward_test.go158 Ports: []corev1.ServicePort{
187 Ports: []corev1.ServicePort{
216 Ports: []corev1.ServicePort{
246 Ports: []corev1.ServicePort{
276 Ports: []corev1.ServicePort{
305 Ports: []corev1.ServicePort{
341 Ports: []corev1.ServicePort{
377 Ports: []corev1.ServicePort{
413 Ports: []corev1.ServicePort{
449 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/util/
H A Dservice_port_test.go39 Ports: []v1.ServicePort{
69 Ports: []v1.ServicePort{
98 Ports: []v1.ServicePort{
127 Ports: []v1.ServicePort{
155 Ports: []v1.ServicePort{
184 Ports: []v1.ServicePort{
214 Ports: []v1.ServicePort{
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/util/
H A Dservice_port_test.go39 Ports: []v1.ServicePort{
69 Ports: []v1.ServicePort{
98 Ports: []v1.ServicePort{
127 Ports: []v1.ServicePort{
155 Ports: []v1.ServicePort{
184 Ports: []v1.ServicePort{
214 Ports: []v1.ServicePort{
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/
H A Dservice_port_test.go39 Ports: []v1.ServicePort{
69 Ports: []v1.ServicePort{
98 Ports: []v1.ServicePort{
127 Ports: []v1.ServicePort{
155 Ports: []v1.ServicePort{
184 Ports: []v1.ServicePort{
214 Ports: []v1.ServicePort{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/quota/v1/evaluator/core/
H A Dservices_test.go80 Ports: []api.ServicePort{
98 Ports: []api.ServicePort{
132 Ports: []api.ServicePort{
150 Ports: []api.ServicePort{
171 Ports: []api.ServicePort{
194 Ports: []api.ServicePort{
218 Ports: []api.ServicePort{
241 Ports: []api.ServicePort{
303 Ports: []api.ServicePort{
316 Ports: []api.ServicePort{
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/portforward/
H A Dportforward_test.go158 Ports: []corev1.ServicePort{
187 Ports: []corev1.ServicePort{
216 Ports: []corev1.ServicePort{
246 Ports: []corev1.ServicePort{
276 Ports: []corev1.ServicePort{
305 Ports: []corev1.ServicePort{
341 Ports: []corev1.ServicePort{
377 Ports: []corev1.ServicePort{
413 Ports: []corev1.ServicePort{
449 Ports: []corev1.ServicePort{
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/create/
H A Dcreate_service_test.go51 …Ports: []v1.ServicePort{{Name: "456", Protocol: "TCP", Port: 456, TargetPort: intstr.IntOrString{T…
81 Ports: []v1.ServicePort{},
98 …Ports: []v1.ServicePort{{Name: "456-9898", Protocol: "TCP", Port: 456, TargetPort: intstr.IntO…
115 …Ports: []v1.ServicePort{{Name: "456-9898", Protocol: "TCP", Port: 456, TargetPort: intstr.IntO…
149 Ports: []v1.ServicePort{
191 Ports: []v1.ServicePort{
211 Ports: []v1.ServicePort{
232 Ports: []v1.ServicePort{
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/create/
H A Dcreate_service_test.go54 …Ports: []v1.ServicePort{{Name: "456", Protocol: "TCP", Port: 456, TargetPort: intstr.IntOrString{T…
84 Ports: []v1.ServicePort{},
101 …Ports: []v1.ServicePort{{Name: "456-9898", Protocol: "TCP", Port: 456, TargetPort: intstr.IntO…
118 …Ports: []v1.ServicePort{{Name: "456-9898", Protocol: "TCP", Port: 456, TargetPort: intstr.IntO…
152 Ports: []v1.ServicePort{
194 Ports: []v1.ServicePort{
214 Ports: []v1.ServicePort{
235 Ports: []v1.ServicePort{

12345678910>>...41