Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 263 for verb2 (0.09 sec)

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

          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "StorageVersionMigration",
          "name": "storageversionmigrations/status",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    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

          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "HorizontalPodAutoscaler",
          "name": "horizontalpodautoscalers/status",
          "namespaced": true,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  3. cluster/addons/cloud-controller-manager/pvl-controller-role.yaml

        addonmanager.kubernetes.io/mode: Reconcile
      name: system:controller:pvl-controller
    rules:
    - apiGroups:
      - ""
      resources:
      - events
      verbs:
      - create
      - patch
      - update
    - apiGroups:
      - ""
      resources:
      - persistentvolumeclaims
      - persistentvolumes
      verbs:
      - list
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 17:38:23 UTC 2022
    - 369 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.json

      "status": {
        "resourceRules": [
          {
            "verbs": [
              "verbsValue"
            ],
            "apiGroups": [
              "apiGroupsValue"
            ],
            "resources": [
              "resourcesValue"
            ],
            "resourceNames": [
              "resourceNamesValue"
            ]
          }
        ],
        "nonResourceRules": [
          {
            "verbs": [
              "verbsValue"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. api/discovery/apis__autoscaling__v2.json

          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "HorizontalPodAutoscaler",
          "name": "horizontalpodautoscalers/status",
          "namespaced": true,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  6. api/discovery/apis__policy__v1.json

          "storageVersionHash": "EVWiDmWqyJw=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "PodDisruptionBudget",
          "name": "poddisruptionbudgets/status",
          "namespaced": true,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 746 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apidiscovery/v2/zz_generated.deepcopy.go

    	*out = *in
    	if in.ResponseKind != nil {
    		in, out := &in.ResponseKind, &out.ResponseKind
    		*out = new(v1.GroupVersionKind)
    		**out = **in
    	}
    	if in.Verbs != nil {
    		in, out := &in.Verbs, &out.Verbs
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ShortNames != nil {
    		in, out := &in.ShortNames, &out.ShortNames
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/internal/jvm/ClassDirectoryBinaryNamingScheme.java

        }
    
        public String getTaskName(@Nullable String verb) {
            return getTaskName(verb, null);
        }
    
        public String getTaskName(@Nullable String verb, @Nullable String target) {
            String name = baseName;
            if (target != null) {
                name = collapsedName;
            }
            return GUtil.toLowerCamelCase(nullToEmpty(verb) + " " + name + " " + nullToEmpty(target));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/metrics/metrics.go

    			Help:      "Apiserver request body size in bytes broken out by resource and verb.",
    			// we use 0.05 KB as the smallest bucket with 0.1 KB increments up to the
    			// apiserver limit.
    			Buckets:        metrics.LinearBuckets(50000, 100000, 31),
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"resource", "verb"},
    	)
    )
    
    var registerMetrics sync.Once
    
    // Register all metrics.
    func Register() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 02:06:01 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. api/discovery/apis__apiextensions.k8s.io__v1.json

          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "CustomResourceDefinition",
          "name": "customresourcedefinitions/status",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 859 bytes
    - Viewed (0)
Back to top