Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 2,540 for namespace_b (0.2 sec)

  1. tensorflow/compiler/aot/flags.cc

           "This mirrors the C++ syntax for referring to a class, where multiple "
           "namespaces may precede the class name, separated by double-colons.  "
           "The class will be generated in the given namespace(s), or if no "
           "namespaces are given, within the global namespace."},
          {"out_function_object", &flags->out_function_object,
           "Output object file containing the generated function for the "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 05 16:55:24 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/virtualservice_destinationhosts.yaml

      name: cross-namespace
      namespace: istio-system
    spec:
      hosts: [reviews]
      http:
        - route:
            - destination:
                # Should not generate error because the this host exists, just not in our namespace
                host: reviews.default.svc.cluster.local
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: details
      namespace: default
      annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 21 21:37:53 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/gen_quantized_function_library.py

    #define TENSORFLOW_COMPILER_MLIR_QUANTIZATION_TENSORFLOW_PASSES_QUANTIZED_FUNCTION_LIBRARY_H_
    """)
    
        for namespace in namespaces:
          f.write('namespace {0} {{\n'.format(namespace))
    
        for tag, module in modules:
          f.write('constexpr char {0}[] ='.format(module_prefix + tag.upper()))
    
          for line in module.splitlines():
            f.write('\n  "')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 20 01:38:06 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/mesh.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: consumer-override
      namespace: default
    spec:
      parentRefs:
      - group: ""
        kind: Service
        name: httpbin-apple
        namespace: apple
        port: 80
      rules:
      - backendRefs:
        - name: httpbin-apple
          namespace: apple
          port: 80
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/controller_test.go

    			"foo": "bar",
    		},
    	}}
    	ns2 := &v1.Namespace{ObjectMeta: metav1.ObjectMeta{
    		Name: "ns2",
    		Labels: map[string]string{
    			"allowed": "true",
    		},
    	}}
    	ns := clienttest.Wrap(t, c.namespaces)
    
    	ns.Create(ns1)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns.Create(ns2)
    	s.AssertEmpty(t, time.Millisecond*10)
    
    	ns1.Annotations = map[string]string{"foo": "bar"}
    	ns.Update(ns1)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 16:47:06 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/benchmark-httproute.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: gateway
      namespace: istio-system
    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
      gatewayClassName: istio
      listeners:
      - name: default
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: Selector
            selector:
              matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/admission.go

    	// ignore all operations that correspond to sub-resource actions
    	if attr.GetSubresource() != "" {
    		return nil
    	}
    	// ignore all operations that are not namespaced or creation of namespaces
    	if attr.GetNamespace() == "" || isNamespaceCreation(attr) {
    		return nil
    	}
    	return a.evaluator.Evaluate(attr)
    }
    
    func isNamespaceCreation(attr admission.Attributes) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 23 10:34:50 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.yaml

        - apiGroups:
          - apiGroupsValue
          clusterScope: true
          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
          serviceAccount:
            name: nameValue
            namespace: namespaceValue
          user:
            name: nameValue
    status:
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.json

                  "apiGroupsValue"
                ],
                "resources": [
                  "resourcesValue"
                ],
                "clusterScope": true,
                "namespaces": [
                  "namespacesValue"
                ]
              }
            ],
            "nonResourceRules": [
              {
                "verbs": [
                  "verbsValue"
                ],
                "nonResourceURLs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 26 19:34:21 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.yaml

        - apiGroups:
          - apiGroupsValue
          clusterScope: true
          namespaces:
          - namespacesValue
          resources:
          - resourcesValue
          verbs:
          - verbsValue
        subjects:
        - group:
            name: nameValue
          kind: kindValue
          serviceAccount:
            name: nameValue
            namespace: namespaceValue
          user:
            name: nameValue
    status:
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top