Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,540 for namespace_b (0.14 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	// only if either (a) this list contains that target namespace or
    	// (b) this list contains "*".  Note that "*" matches any
    	// specified namespace but does not match a request that _does
    	// not specify_ a namespace (see the `clusterScope` field for
    	// that).
    	// This list may be empty, but only if `clusterScope` is true.
    	// +optional
    	// +listType=set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/sidecar/selector.go

    		s := rs.Message.(*v1alpha3.Sidecar)
    
    		// record namespace-scoped sidecars
    		if s.WorkloadSelector == nil || len(s.WorkloadSelector.Labels) == 0 {
    			namespacesToSidecars[rs.Metadata.FullName.Namespace] = append(namespacesToSidecars[rs.Metadata.FullName.Namespace], rs)
    			return true
    		}
    
    		sNs := rs.Metadata.FullName.Namespace
    		sel := labels.SelectorFromSet(s.WorkloadSelector.Labels)
    
    		foundPod := false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/codegen.h

      string class_name;
    
      // Target triple for the architecture we're targeting.
      string target_triple;
    
      // Namespaces specifies a list of C++ namespaces to add to the generated
      // header.  If empty, all symbols will be in the global namespace.
      std::vector<string> namespaces;
    
      // If true, generate name-to-index data for Lookup{Arg,Result}Index methods.
      bool gen_name_to_index = false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 01 22:03:27 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. pkg/registry/rbac/rest/storage_rbac.go

    		}
    	}
    
    	// ensure bootstrap namespaced roles are created or reconciled
    	for namespace, roles := range p.Roles {
    		for _, role := range roles {
    			opts := reconciliation.ReconcileRoleOptions{
    				Role:    reconciliation.RoleRuleOwner{Role: &role},
    				Client:  reconciliation.RoleModifier{Client: client.RbacV1(), NamespaceClient: client.CoreV1().Namespaces()},
    				Confirm: true,
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 14 03:25:19 UTC 2022
    - 18.5K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/alias.yaml

    kind: Gateway
    metadata:
      name: third-party-gateway
      namespace: istio-system
    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
      gatewayClassName: third-party-gatewayclass
      listeners:
      - name: default
        hostname: "*.domain.example"
        port: 80
        protocol: HTTP
        allowedRoutes:
          namespaces:
            from: All
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ivy/IvyExtraInfo.java

         *
         * @param namespace The namespace of the element whose value should be returned
         * @param name The name of the element whose value should be returned
         * @return The value of the element, or null if there is no such element.
         */
        @Nullable
        String get(String namespace, String name);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 11 20:41:54 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    	}
    
    	// try fetching the namespace-defined waypoint
    	namespace := ptr.OrEmpty[*v1.Namespace](krt.FetchOne[*v1.Namespace](ctx, Namespaces, krt.FilterKey(o.Namespace)))
    	// this probably should never be nil. How would o exist in a namespace we know nothing about? maybe edge case of starting the controller or ns delete?
    	if namespace != nil {
    		// toss isNone, we don't need to know /why/ we got nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/rest/meta_test.go

    			expectErr:   false,
    			expectObjNS: "",
    		},
    		{
    			name:        "cluster-scoped req, namespaced obj",
    			reqNS:       "",
    			objNS:       "foo",
    			expectErr:   false,
    			expectObjNS: "", // no error, object is forced to cluster-scoped for backwards compatibility
    		},
    		{
    			name:        "namespaced req, no-namespace obj",
    			reqNS:       "foo",
    			objNS:       "",
    			expectErr:   false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 19 01:47:23 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/patchhandler_test.go

    )
    
    func TestPatch(t *testing.T) {
    	storage := map[string]rest.Storage{}
    	ID := "id"
    	item := &genericapitesting.Simple{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      ID,
    			Namespace: "", // update should allow the client to send an empty namespace
    			UID:       "uid",
    		},
    		Other: "bar",
    	}
    	simpleStorage := SimpleRESTStorage{item: *item}
    	storage["simple"] = &simpleStorage
    	handler := handle(storage)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 10:11:56 UTC 2022
    - 5K bytes
    - Viewed (0)
  10. hack/testdata/CRD/example-crd-1-namespaced-resource.yaml

    apiVersion: test.com/v1
    kind: Example
    metadata:
      name: test
      namespace: default
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 26 06:01:46 UTC 2022
    - 101 bytes
    - Viewed (0)
Back to top