Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 155 for approval (0.12 sec)

  1. RELEASE_BRANCHES.md

    * Updates to documentation do not require explicit approval from the Technical Oversight Committee (TOC). This can be
      held off after the release. Hiding/Showing documentation does not require TOC approval.
    * Cases for other API changes require TOC approval
        * Simple `meshConfig` changes have been approved in the past. Functionality should not be enabled by default.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 12 23:27:43 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  2. plugin/pkg/admission/certificates/approval/admission.go

    	// Ignore all calls to anything other than 'certificatesigningrequests/approval'.
    	// Ignore all operations other than UPDATE.
    	if a.GetSubresource() != "approval" ||
    		a.GetResource().GroupResource() != csrGroupResource {
    		return nil
    	}
    
    	// We check permissions against the *old* version of the resource, in case
    	// a user is attempting to update the SignerName when calling the approval
    	// endpoint (which is an invalid/not allowed operation)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 3.2K bytes
    - Viewed (0)
  3. plugin/pkg/admission/certificates/approval/admission_test.go

    				subresource: "approval",
    				oldObj:      &certificatesapi.CertificateSigningRequestList{},
    				operation:   admission.Update,
    			},
    			allowed: false,
    		},
    		"reject requests if looking up permissions fails": {
    			attributes: &testAttributes{
    				resource:    certificatesapi.Resource("certificatesigningrequests"),
    				subresource: "approval",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 27 15:50:14 UTC 2020
    - 6.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/apiapproval/apiapproval_controller_test.go

    		},
    		{
    			name:              "invalid annotation",
    			group:             "sigs.k8s.io",
    			annotationValue:   "bad value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 03 16:49:27 UTC 2019
    - 3.4K bytes
    - Viewed (0)
  5. pkg/apis/authentication/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # approval on api packages bubbles to api-approvers
    reviewers:
      - sig-auth-authenticators-approvers
      - sig-auth-authenticators-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 211 bytes
    - Viewed (0)
  6. api/discovery/apis__certificates.k8s.io__v1.json

            "get",
            "list",
            "patch",
            "update",
            "watch"
          ]
        },
        {
          "kind": "CertificateSigningRequest",
          "name": "certificatesigningrequests/approval",
          "namespaced": false,
          "singularName": "",
          "verbs": [
            "get",
            "patch",
            "update"
          ]
        },
        {
          "kind": "CertificateSigningRequest",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apihelpers/helpers.go

    		return false
    	}
    
    }
    
    // APIApprovalState covers the various options for API approval annotation states
    type APIApprovalState int
    
    const (
    	// APIApprovalInvalid means the annotation doesn't have an expected value
    	APIApprovalInvalid APIApprovalState = iota
    	// APIApproved if the annotation has a URL (this means the API is approved)
    	APIApproved
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 03 16:49:27 UTC 2019
    - 9.5K bytes
    - Viewed (0)
  8. build/OWNERS

    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - bentheelder
      - cblecker
      - cpanato # SIG Technical Lead / RelEng subproject owner / Release Manager
      - dims
      - jeremyrickard # SIG Technical Lead / RelEng subproject owner
      #- justaugustus # SIG Chair / RelEng subproject owner / Release Manager - approvals only
      - liggitt
      - palnabarun # Release Manager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 866 bytes
    - Viewed (0)
  9. pkg/apis/certificates/OWNERS

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

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    approvers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
      - brendandburns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 353 bytes
    - Viewed (0)
Back to top