Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for vservices (0.2 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      namespace. For Services, that means the Service must either be in the same
                      namespace for a "producer" route, or the mesh implementation must support
                      and allow "consumer" routes for the referenced Service. ReferenceGrant is
                      not applicable for governing ParentRefs to Services - it is not possible to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.publish.ivy.internal.IvyServices$BuildServices> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (IvyServices.java:0)
    Class <org.gradle.api.publish.ivy.internal.IvyServices> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (IvyServices.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
      - `servicePort` -> `service.port.number` (for numeric values)
      - `pathType` no longer has a default value in v1; "Exact", "Prefix", or "ImplementationSpecific" must be specified
    
      Other Ingress API updates:
      - backends can now be resource or service backends
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                {{- end }}
                service.istio.io/canonical-name: {{ index .ObjectMeta.Labels `service.istio.io/canonical-name` | default (index .ObjectMeta.Labels `app.kubernetes.io/name`) | default (index .ObjectMeta.Labels `app`) | default .DeploymentMeta.Name  | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    - name
                    type: object
                    x-kubernetes-validations:
                    - message: Support kinds are core/Service and gateway.networking.k8s.io/Gateway
                      rule: '[self.group, self.kind] in [[''core'',''Service''], ['''',''Service''],
                        [''gateway.networking.k8s.io'',''Gateway'']]'
                  targetRefs:
                    description: Optional.
                    items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (2)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                    - name
                    type: object
                    x-kubernetes-validations:
                    - message: Support kinds are core/Service and gateway.networking.k8s.io/Gateway
                      rule: '[self.group, self.kind] in [[''core'',''Service''], ['''',''Service''],
                        [''gateway.networking.k8s.io'',''Gateway'']]'
                  targetRefs:
                    description: Optional.
                    items:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		}, {
    			name: "valid, nil service ipFamilies",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilies = nil
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, service with valid ipFamilies (v4)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol}
    			},
    			numErrs: 0,
    		}, {
    			name: "valid, service with valid ipFamilies (v6)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "port": {
                "default": 0,
                "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
                "format": "int32",
                "type": "integer"
              },
              "service": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "type": "string"
                },
                "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels",
                "type": "object"
              },
              "managedFields": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top