Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 410 for serviceFor (0.32 sec)

  1. pkg/controlplane/controller/kubernetesservice/controller.go

    	}
    	return nil
    }
    
    // createPortAndServiceSpec creates an array of service ports.
    // If the NodePort value is 0, just the servicePort is used, otherwise, a node port is exposed.
    func createPortAndServiceSpec(servicePort int, targetServicePort int, nodePort int, servicePortName string) ([]corev1.ServicePort, corev1.ServiceType) {
    	// Use the Cluster IP type for the service port if NodePort isn't provided.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 16:33:01 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    						Hostname:  "hostname",
    						Ports: []*workloadapi.Port{
    							{
    								ServicePort: 80,
    								TargetPort:  8080,
    							},
    							{
    								ServicePort: 81,
    								TargetPort:  0,
    							},
    							{
    								ServicePort: 82,
    								TargetPort:  0,
    							},
    							{
    								ServicePort: 83,
    								TargetPort:  0,
    							},
    						},
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinDslTemplatesDeprecationsIntegrationTest.kt

                import org.gradle.kotlin.dsl.support.serviceOf
    
                class DeprecationTrigger(gradle: Gradle) : ${org.gradle.kotlin.dsl.InitScriptApi::class.qualifiedName}(gradle) {
                    override val fileOperations: FileOperations = gradle.serviceOf()
                    override val processOperations: ProcessOperations = gradle.serviceOf()
                }
    
                DeprecationTrigger(gradle)
            """)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. helm/minio/templates/console-ingress.yaml

                backend:
                  service:
                    name: {{ $fullName }}
                    port: 
                      number: {{ $servicePort }}
                {{- else }}
                backend:
                  serviceName: {{ $fullName }}
                  servicePort: {{ $servicePort }}
                {{- end }}
          {{- if . }}
          host: {{ tpl . $ | quote }}
          {{- end }}
        {{- end }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 03 06:27:17 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. helm/minio/templates/ingress.yaml

                backend:
                  service:
                    name: {{ $fullName }}
                    port: 
                      number: {{ $servicePort }}
                {{- else }}
                backend:
                  serviceName: {{ $fullName }}
                  servicePort: {{ $servicePort }}
                {{- end }}
          {{- if . }}
          host: {{ tpl . $ | quote }}
          {{- end }}
        {{- end }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 03 06:27:17 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. pkg/proxy/servicechangetracker.go

    	for i := range service.Spec.Ports {
    		servicePort := &service.Spec.Ports[i]
    		svcPortName := ServicePortName{NamespacedName: svcName, Port: servicePort.Name, Protocol: servicePort.Protocol}
    		baseSvcInfo := newBaseServiceInfo(service, sct.ipFamily, servicePort)
    		if sct.makeServiceInfo != nil {
    			svcPortMap[svcPortName] = sct.makeServiceInfo(servicePort, service, baseSvcInfo)
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. tests/integration/security/util/framework.go

    			{
    				Name:         "tcp-8085",
    				ServicePort:  echo.NoServicePort,
    				WorkloadPort: 8085,
    				Protocol:     protocol.HTTP,
    			},
    			{
    				Name:         "tcp-8086",
    				ServicePort:  echo.NoServicePort,
    				WorkloadPort: 8086,
    				Protocol:     protocol.HTTP,
    			},
    			{
    				Name:         "tcp-8087",
    				ServicePort:  echo.NoServicePort,
    				WorkloadPort: 8087,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. pkg/kubelet/envvars/envvars_test.go

    				Selector:  map[string]string{"bar": "baz"},
    				ClusterIP: "1.2.3.4",
    				Ports: []v1.ServicePort{
    					{Port: 8080, Protocol: "TCP"},
    				},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{Name: "abc-123"},
    			Spec: v1.ServiceSpec{
    				Selector:  map[string]string{"bar": "baz"},
    				ClusterIP: "5.6.7.8",
    				Ports: []v1.ServicePort{
    					{Name: "u-d-p", Port: 8081, Protocol: "UDP"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
  9. pkg/apis/extensions/v1beta1/conversion_test.go

    		external v1beta1.IngressSpec
    		internal networking.IngressSpec
    	}{
    		"service-port-number": {
    			external: v1beta1.IngressSpec{
    				Backend: &v1beta1.IngressBackend{
    					ServiceName: "test-backend",
    					ServicePort: intstr.FromInt32(8080),
    				},
    			},
    			internal: networking.IngressSpec{
    				DefaultBackend: &networking.IngressBackend{
    					Service: &networking.IngressServiceBackend{
    						Name: "test-backend",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 3K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/port.go

    	"istio.io/istio/pkg/test/echo/common/scheme"
    )
    
    // NoServicePort defines the ServicePort value for a Port that is a workload-only port.
    const NoServicePort = -1
    
    // Port exposed by an Echo Instance
    type Port struct {
    	// Name of this port
    	Name string
    
    	// Protocol to be used for the port.
    	Protocol protocol.Instance
    
    	// ServicePort number where the service can be reached. Does not necessarily
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 13 18:10:05 UTC 2022
    - 4.4K bytes
    - Viewed (0)
Back to top