Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 410 for serviceFor (0.27 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    			Service:     service,
    			ServicePort: servicePort,
    			Endpoint: &model.IstioEndpoint{
    				Address:      "1.1.1.1",
    				EndpointPort: 10001,
    			},
    		},
    		{
    			Service:     service,
    			ServicePort: servicePort,
    			Endpoint: &model.IstioEndpoint{
    				Address:      "2001:1::1",
    				EndpointPort: 10001,
    			},
    		},
    	}
    	inboundFilter := func(c *cluster.Cluster) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. tests/integration/security/policy_attachment_only/testdata/requestauthn/gateway-api.yaml.tmpl

    spec:
      parentRefs:
      - name: {{ .To.ServiceName }}-gateway
      hostnames:
      - "*.{{ .To.ServiceName }}.com"
      rules:
      - backendRefs:
        - name: "{{ .To.ServiceName }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 574 bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/provider/KotlinScriptClassPathProvider.kt

            "gradleKotlinDsl"
        )
    
    
    internal
    fun Project.fileCollectionOf(files: Collection<File>, name: String): FileCollection =
        serviceOf<FileCollectionFactory>().fixed(name, files)
    
    
    internal
    fun kotlinScriptClassPathProviderOf(project: Project) =
        project.serviceOf<KotlinScriptClassPathProvider>()
    
    
    internal
    typealias JarsProvider = () -> Collection<File>
    
    
    class KotlinScriptClassPathProvider(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:16:36 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-tooling-builders/src/main/kotlin/org/gradle/kotlin/dsl/tooling/builders/KotlinBuildScriptTemplateModelBuilder.kt

    import org.gradle.api.Project
    
    import org.gradle.api.internal.classpath.ModuleRegistry
    import org.gradle.internal.classpath.ClassPath
    import org.gradle.kotlin.dsl.support.serviceOf
    
    import java.io.File
    import java.io.Serializable
    
    
    internal
    object KotlinBuildScriptTemplateModelBuilder : ToolingModelBuilder {
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. releasenotes/notes/43173.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 07 16:31:59 UTC 2023
    - 164 bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceregistry_test.go

    			Ports: []*networking.ServicePort{port},
    			WorkloadSelector: &networking.WorkloadSelector{
    				Labels: labels,
    			},
    			Resolution: networking.ServiceEntry_STATIC,
    		},
    	}
    	service := &v1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "service",
    			Namespace: namespace,
    		},
    		Spec: v1.ServiceSpec{
    			Ports: []v1.ServicePort{{
    				Name: "http",
    				Port: 80,
    			}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/handler.go

    }
    
    func serviceErrorHandler(s runtime.NegotiatedSerializer, serviceErr restful.ServiceError, request *restful.Request, resp *restful.Response) {
    	responsewriters.ErrorNegotiated(
    		apierrors.NewGenericServerResponse(serviceErr.Code, "", schema.GroupResource{}, "", serviceErr.Message, 0, false),
    		s,
    		schema.GroupVersion{},
    		resp,
    		request.Request,
    	)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 14 17:10:00 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/conversion_test.go

    				"other/annotation": "test",
    			},
    			CreationTimestamp: metav1.Time{Time: tnow},
    		},
    		Spec: corev1.ServiceSpec{
    			ClusterIP: ip,
    			Selector:  map[string]string{"foo": "bar"},
    			Ports: []corev1.ServicePort{
    				{
    					Name:     "http",
    					Port:     8080,
    					Protocol: corev1.ProtocolTCP,
    				},
    				{
    					Name:     "https",
    					Protocol: corev1.ProtocolTCP,
    					Port:     443,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/kube/controller/controller.go

    		return nil
    	}
    
    	var servicePort *model.Port
    	for _, p := range svc.Ports {
    		if p.Port == reqSvcPort {
    			servicePort = p
    			break
    		}
    	}
    	if servicePort == nil {
    		return nil
    	}
    
    	// Now get the target Port for this service port
    	targetPort := findServiceTargetPort(servicePort, k8sService)
    	if targetPort.num == 0 {
    		targetPort.num = servicePort.Port
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  10. tests/integration/ambient/testdata/gateway-api.yaml

    spec:
      parentRefs:
      - name: {{ .To.ServiceName }}-gateway
      hostnames:
      - "*.{{ .To.ServiceName }}.com"
      rules:
      - backendRefs:
        - name: "{{ .To.ServiceName }}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 574 bytes
    - Viewed (0)
Back to top