Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 48 for DeleteCollection (0.19 sec)

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

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

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

          "shortNames": [
            "pdb"
          ],
          "singularName": "poddisruptionbudget",
          "storageVersionHash": "EVWiDmWqyJw=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "PodDisruptionBudget",
          "name": "poddisruptionbudgets/status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 746 bytes
    - Viewed (0)
  4. api/discovery/apis__events.k8s.io__v1.json

          "shortNames": [
            "ev"
          ],
          "singularName": "event",
          "storageVersionHash": "r2yiGXH7wu8=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 489 bytes
    - Viewed (0)
  5. api/discovery/apis__storage.k8s.io__v1alpha1.json

          "shortNames": [
            "vac"
          ],
          "singularName": "volumeattributesclass",
          "storageVersionHash": "HPC8kMG1ukQ=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        }
      ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 547 bytes
    - Viewed (0)
  6. api/discovery/apis__apiextensions.k8s.io__v1.json

            "crd",
            "crds"
          ],
          "singularName": "customresourcedefinition",
          "storageVersionHash": "jfWCUB31mvA=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "CustomResourceDefinition",
          "name": "customresourcedefinitions/status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 859 bytes
    - Viewed (0)
  7. api/discovery/apis__autoscaling__v2.json

          "shortNames": [
            "hpa"
          ],
          "singularName": "horizontalpodautoscaler",
          "storageVersionHash": "qwQve8ut294=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "HorizontalPodAutoscaler",
          "name": "horizontalpodautoscalers/status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 816 bytes
    - Viewed (0)
  8. api/discovery/apis__certificates.k8s.io__v1.json

          "shortNames": [
            "csr"
          ],
          "singularName": "certificatesigningrequest",
          "storageVersionHash": "95fRKMXA+00=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "CertificateSigningRequest",
          "name": "certificatesigningrequests/approval",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/metrics/metrics.go

    type RequestBodyVerb string
    
    const (
    	Patch            RequestBodyVerb = "patch"
    	Delete           RequestBodyVerb = "delete"
    	Update           RequestBodyVerb = "update"
    	Create           RequestBodyVerb = "create"
    	DeleteCollection RequestBodyVerb = "delete_collection"
    )
    
    var (
    	RequestBodySizes = metrics.NewHistogramVec(
    		&metrics.HistogramOpts{
    			Subsystem: "apiserver",
    			Name:      "request_body_size_bytes",
    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. pkg/registry/batch/job/storage/storage.go

    		// pods in v1.
    		warning.AddWarning(ctx, "", deleteOptionWarnings)
    	}
    	return r.Store.Delete(ctx, name, deleteValidation, options)
    }
    
    func (r *REST) DeleteCollection(ctx context.Context, deleteValidation rest.ValidateObjectFunc, deleteOptions *metav1.DeleteOptions, listOptions *internalversion.ListOptions) (runtime.Object, error) {
    	//nolint:staticcheck // SA1019 backwards compatibility
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 6.1K bytes
    - Viewed (0)
Back to top