Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for selfsubjectrulesreview (0.6 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go

    	{Group: "authorization.k8s.io", Kind: "SubjectAccessReview"}:     true,
    	{Group: "authorization.k8s.io", Kind: "SelfSubjectAccessReview"}: true,
    	{Group: "authorization.k8s.io", Kind: "SelfSubjectRulesReview"}:  true,
    
    	{Group: "certificates.k8s.io", Kind: "CertificateSigningRequest"}: true,
    
    	{Group: "", Kind: "Node"}:             true,
    	{Group: "", Kind: "Namespace"}:        true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                  ]
                },
                {
                  "resource": "selfsubjectrulesreviews",
                  "responseKind": {
                    "group": "",
                    "kind": "SelfSubjectRulesReview",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "selfsubjectrulesreview",
                  "verbs": [
                    "create"
                  ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. pkg/quota/v1/install/registry.go

    	{Group: authorization.GroupName, Resource: "selfsubjectaccessreviews"}:  {},
    	{Group: authorization.GroupName, Resource: "localsubjectaccessreviews"}: {},
    	{Group: authorization.GroupName, Resource: "selfsubjectrulesreviews"}:   {},
    
    	// events haven't been quota-ed before
    	{Group: "", Resource: "events"}:                {},
    	{Group: eventv1.GroupName, Resource: "events"}: {},
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 14 16:00:26 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  4. pkg/controlplane/storageversionhashdata/data.go

    	"authentication.k8s.io/v1/tokenreviews",
    	"authorization.k8s.io/v1/localsubjectaccessreviews",
    	"authorization.k8s.io/v1/selfsubjectaccessreviews",
    	"authorization.k8s.io/v1/selfsubjectrulesreviews",
    	"authorization.k8s.io/v1/subjectaccessreviews",
    )
    
    // GVRToStorageVersionHash shouldn't change unless we intentionally change the
    // storage version of a resource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/admission/exclusion/resources.go

    	{Group: "authorization.k8s.io", Resource: "localsubjectaccessreviews"},
    	{Group: "authorization.k8s.io", Resource: "selfsubjectaccessreviews"},
    	{Group: "authorization.k8s.io", Resource: "selfsubjectrulesreviews"},
    	{Group: "authorization.k8s.io", Resource: "subjectaccessreviews"},
    	// END interception of these non-persisted resources may break the cluster
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 23:31:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "type": "object"
        },
        "io.k8s.api.authorization.v1.SelfSubjectRulesReview": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    certificate rotation through the certificates API has been promoted from alpha to beta. RBAC cluster roles for the certificates controller have been added for common uses of the certificates API, such as the kubelet's.
    
    * [beta] SelfSubjectRulesReview, an API that lets a user see what actions they can perform with a namespace, has been added to the authorization.k8s.io API group. This bulk query is intended to enable UIs to show/hide actions based on the end user, and for users to quickly...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

          "type": "object"
        },
        "io.k8s.api.authorization.v1.SelfSubjectRulesReview": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    * Add selfsubjectrulesreview API for allowing users to query which permissions they have in a given namespace. ([#48051](https://github.com/kubernetes/kubernetes/pull/48051), [@xilabao](https://github.com/xilabao))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top