Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 5,543 for Namespaced (0.17 sec)

  1. api/discovery/apis__storagemigration.k8s.io__v1alpha1.json

    {
      "apiVersion": "v1",
      "groupVersion": "storagemigration.k8s.io/v1alpha1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "StorageVersionMigration",
          "name": "storageversionmigrations",
          "namespaced": false,
          "singularName": "storageversionmigration",
          "storageVersionHash": "N0mJdFqO17c=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 746 bytes
    - Viewed (0)
  2. api/discovery/apis__autoscaling__v1.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/types/namespacedname.go

    limitations under the License.
    */
    
    package types
    
    // NamespacedName comprises a resource name, with a mandatory namespace,
    // rendered as "<namespace>/<name>".  Being a type captures intent and
    // helps make sure that UIDs, namespaced names and non-namespaced names
    // do not get conflated in code.  For most use cases, namespace and name
    // will already have been format validated at the API entry point, so we
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 10:47:59 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. pkg/kubelet/sysctl/allowlist.go

    // patternAllowlist takes a list of sysctls or sysctl patterns (ending in *) and
    // checks validity via a sysctl and prefix map, rejecting those which are not known
    // to be namespaced.
    type patternAllowlist struct {
    	sysctls  map[string]utilsysctl.Namespace
    	prefixes map[string]utilsysctl.Namespace
    }
    
    var _ lifecycle.PodAdmitHandler = &patternAllowlist{}
    
    // NewAllowlist creates a new Allowlist from a list of sysctls and sysctl pattern (ending in *).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 22:58:54 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. api/discovery/apis__authentication.k8s.io__v1beta1.json

    {
      "apiVersion": "v1",
      "groupVersion": "authentication.k8s.io/v1beta1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "SelfSubjectReview",
          "name": "selfsubjectreviews",
          "namespaced": false,
          "singularName": "selfsubjectreview",
          "verbs": [
            "create"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 322 bytes
    - Viewed (0)
  6. api/discovery/apis__scheduling.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "scheduling.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "PriorityClass",
          "name": "priorityclasses",
          "namespaced": false,
          "shortNames": [
            "pc"
          ],
          "singularName": "priorityclass",
          "storageVersionHash": "1QwjyaZjj3Y=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 519 bytes
    - Viewed (0)
  7. api/discovery/apis__coordination.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "coordination.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "Lease",
          "name": "leases",
          "namespaced": true,
          "singularName": "lease",
          "storageVersionHash": "gqkMMb/YqFM=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 451 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    		if producedObject == nil {
    			producedObject = defaultVersionedObject
    		}
    		reqScope.Namer = action.Namer
    
    		requestScope := "cluster"
    		var namespaced string
    		var operationSuffix string
    		if apiResource.Namespaced {
    			requestScope = "namespace"
    			namespaced = "Namespaced"
    		}
    		if strings.HasSuffix(action.Path, "/{path:*}") {
    			requestScope = "resource"
    			operationSuffix = operationSuffix + "WithPath"
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_test.go

    		input  APIResource
    		result string
    	}{
    		{APIResource{}, `{"name":"","singularName":"","namespaced":false,"kind":"","verbs":null}`},
    		{APIResource{Verbs: Verbs([]string{})}, `{"name":"","singularName":"","namespaced":false,"kind":"","verbs":[]}`},
    		{APIResource{Verbs: Verbs([]string{"delete"})}, `{"name":"","singularName":"","namespaced":false,"kind":"","verbs":["delete"]}`},
    	}
    
    	for i, c := range cases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 16:49:23 UTC 2021
    - 4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/NamespaceId.java

                String namespace = dis.readUTF();
                String name = dis.readUTF();
                return new NamespaceId(namespace, name);
            } catch (Exception e) {
                throw new RuntimeException("Failed decoding namespace ID");
            }
        }
    
        public NamespaceId(String namespace, String name) {
            this.namespace = namespace;
            this.name = name;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top