Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 104 of 104 for NamespaceId (0.13 sec)

  1. pilot/pkg/model/sidecar.go

    	// a private virtual service for serviceA from the local namespace,
    	// with a different path rewrite or no path rewrites.
    	virtualServices []config.Config
    
    	// An index of hostname to the namespaced name of the VirtualService containing the most
    	// relevant host match. Depending on the `PERSIST_OLDEST_FIRST_HEURISTIC_FOR_VIRTUAL_SERVICE_HOST_MATCHING`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. pkg/kube/client.go

    			ns = namespace
    		} else if namespace != "" && ns != namespace {
    			return nil, nil, fmt.Errorf("object %v/%v provided namespace %q but apply called with %q", gvk, obj.GetName(), ns, namespace)
    		}
    		// namespaced resources should specify the namespace
    		dr = c.dynamic.Resource(mapping.Resource).Namespace(ns)
    	} else {
    		// for cluster-wide resources
    		dr = c.dynamic.Resource(mapping.Resource)
    	}
    	return obj, dr, nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/types.go

    	// A comma separated allowlist of unsafe sysctls or sysctl patterns (ending in `*`).
    	// Unsafe sysctl groups are `kernel.shm*`, `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`.
    	// These sysctls are namespaced but not allowed by default.
    	// For example: "`kernel.msg*,net.ipv4.route.min_pmtu`"
    	// +optional
    	AllowedUnsafeSysctls []string
    	// kernelMemcgNotification if enabled, the kubelet will integrate with the kernel memcg
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      optional CustomResourceDefinitionNames names = 3;
    
      // scope indicates whether the defined custom resource is cluster- or namespace-scoped.
      // Allowed values are `Cluster` and `Namespaced`.
      optional string scope = 4;
    
      // versions is the list of all API versions of the defined custom resource.
      // Version names are used to compute the order in which served versions are listed in API discovery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top