Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 287 for serviceOf (0.14 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/service.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: istiod{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
      namespace: {{ .Release.Namespace }}
      {{- if .Values.pilot.serviceAnnotations }}
      annotations:
    {{ toYaml .Values.pilot.serviceAnnotations | indent 4 }}
      {{- end }}
      labels:
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/templates/service.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: {{ .Service }}
    ---
    {{- end }}
    apiVersion: v1
    kind: Service
    metadata:
      name: {{ .Service }}
    {{- if .ServiceLabels }}
      labels:
        app: {{ .Service }}
    {{- range $name, $value := .ServiceLabels }}
        {{$name}}: "{{$value}}"
    {{- end }}
    {{- else}}
      labels:
        app: {{ .Service }}
    {{- end }}
    {{- if .ServiceAnnotations }}
      annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 917 bytes
    - Viewed (0)
  3. hack/testdata/kustomize/service.yaml

    kind: Service
    apiVersion: v1
    metadata:
      name: the-service
    spec:
      selector:
        deployment: hello
      type: LoadBalancer
      ports:
      - protocol: TCP
        port: 8666
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:31:03 UTC 2019
    - 183 bytes
    - Viewed (0)
  4. pkg/windows/service/service.go

    				s <- svc.Status{State: svc.StopPending}
    
    				// If we cannot exit gracefully, we really only can exit our process, so at least the
    				// service manager will think that we gracefully exited. At the time of writing this comment this is
    				// needed for applications that do not use signals (e.g. kube-proxy)
    				if !graceful {
    					go func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 11:25:33 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context_test.go

    // localServiceDiscovery is an in-memory ServiceDiscovery with mock services
    type localServiceDiscovery struct {
    	services         []*Service
    	serviceInstances []*ServiceInstance
    
    	NoopAmbientIndexes
    	NetworkGatewaysHandler
    }
    
    var _ ServiceDiscovery = &localServiceDiscovery{}
    
    func (l *localServiceDiscovery) Services() []*Service {
    	return l.services
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/DevelocityPluginUnsafeConfigurationServiceIntegrationTest.groovy

        @Override
        String runIgnoringInputs(String code) {
            """
                def unsafeService = (gradle.extensions.serviceRef.get()._requiredServices.unsafeConfigurationService)
                unsafeService.withConfigurationInputTrackingDisabled {
                    $code
                }
            """
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 16:27:53 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. cmd/auth-handler.go

    		// Get credential information from the request.
    		cred, owner, s3Err = getReqAccessKeyV4(r, region, serviceS3)
    		if s3Err != ErrNone {
    			return cred, owner, s3Err
    		}
    
    		// we only support V4 (no presign) with auth body
    		s3Err = isReqAuthenticated(ctx, r, region, serviceS3)
    	}
    	if s3Err != ErrNone {
    		return cred, owner, s3Err
    	}
    
    	logger.GetReqInfo(ctx).Cred = cred
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26K bytes
    - Viewed (0)
  8. samples/multicluster/expose-services.yaml

    Frank Budinsky <******@****.***> 1619108956 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 16:29:16 UTC 2021
    - 300 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/providers/services/tests/services.sample.conf

    # tag::cli[]
    # gradle build
    # end::cli[]
    executable: gradle
    args: build -q
    expected-output-file: services.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:14:15 UTC 2024
    - 170 bytes
    - Viewed (0)
  10. releasenotes/notes/service-ordering.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 03 18:45:09 UTC 2021
    - 202 bytes
    - Viewed (0)
Back to top