Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 160 for authorizer (0.19 sec)

  1. pkg/apis/rbac/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authorizers-approvers
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 205 bytes
    - Viewed (0)
  2. pkg/apis/abac/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authorizers-approvers
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 205 bytes
    - Viewed (0)
  3. pkg/kubeapiserver/authorizer/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-auth-authorizers-approvers
    reviewers:
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 164 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/authorization/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-auth-authorizers-approvers
    reviewers:
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 164 bytes
    - Viewed (0)
  5. plugin/pkg/auth/authorizer/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-auth-authorizers-approvers
    reviewers:
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 164 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-auth-authorizers-approvers
    reviewers:
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 164 bytes
    - Viewed (0)
  7. pkg/apis/authorization/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authorizers-approvers
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 205 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authorization/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authorizers-approvers
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 205 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authorizers-approvers
      - sig-auth-authorizers-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 205 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/zz_generated.defaults.go

    	return nil
    }
    
    func SetObjectDefaults_AuthorizationConfiguration(in *AuthorizationConfiguration) {
    	for i := range in.Authorizers {
    		a := &in.Authorizers[i]
    		if a.Webhook != nil {
    			SetDefaults_WebhookConfiguration(a.Webhook)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 07:00:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top