Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 155 for approval (0.31 sec)

  1. pkg/apis/certificates/types.go

    	CertificateApproved RequestConditionType = "Approved"
    	CertificateDenied   RequestConditionType = "Denied"
    	CertificateFailed   RequestConditionType = "Failed"
    )
    
    type CertificateSigningRequestCondition struct {
    	// type of the condition. Known conditions include "Approved", "Denied", and "Failed".
    	Type RequestConditionType
    	// Status of the condition, one of True, False, Unknown.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. cmd/veeam-sos-api.go

    //     compression). This is an optional area; by default, there should be no <SystemRecommendations> section in the
    //     system.xml. Vendors can work with Veeam Product Management and the Alliances team on getting approval to integrate
    //     specific system recommendations based on current support case statistics and storage performance possibilities.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. plugin/pkg/admission/imagepolicy/admission.go

    // following format for a webhook:
    //
    //	{
    //	  "imagePolicy": {
    //	     "kubeConfigFile": "path/to/kubeconfig/for/backend",
    //	     "allowTTL": 30,           # time in s to cache approval
    //	     "denyTTL": 30,            # time in s to cache denial
    //	     "retryBackoff": 500,      # time in ms to wait between retries
    //	     "defaultAllow": true      # determines behavior if the webhook backend fails
    //	  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	// if the approval state hasn't changed, never fail on approval validation
    	// this is allowed so that a v1 client that is simply updating spec and not mutating this value doesn't get rejected.  Imagine a controller controlling a CRD spec.
    	if oldApprovalState != nil && *oldApprovalState == newApprovalState {
    		return nil
    	}
    
    	// in v1, we require valid approval strings
    	switch newApprovalState {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  5. api/discovery/aggregated_v2.json

                      "responseKind": {
                        "group": "",
                        "kind": "CertificateSigningRequest",
                        "version": ""
                      },
                      "subresource": "approval",
                      "verbs": [
                        "get",
                        "patch",
                        "update"
                      ]
                    },
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-roles.yaml

      - apiGroups:
        - certificates.k8s.io
        resources:
        - certificatesigningrequests/approval
        - certificatesigningrequests/status
        verbs:
        - update
      - apiGroups:
        - certificates.k8s.io
        resourceNames:
        - kubernetes.io/kube-apiserver-client-kubelet
        resources:
        - signers
        verbs:
        - approve
      - apiGroups:
        - certificates.k8s.io
        resourceNames:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  7. api/discovery/aggregated_v2beta1.json

                      "responseKind": {
                        "group": "",
                        "kind": "CertificateSigningRequest",
                        "version": ""
                      },
                      "subresource": "approval",
                      "verbs": [
                        "get",
                        "patch",
                        "update"
                      ]
                    },
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. hack/update-vendor.sh

    hack/update-vendor-licenses.sh
    
    kube::log::status "vendor: creating OWNERS file" >&11
    rm -f "vendor/OWNERS"
    cat <<__EOF__ > "vendor/OWNERS"
    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    approvers:
    - dep-approvers
    reviewers:
    - dep-reviewers
    __EOF__
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "type": "string"
              },
              "type": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  10. docs/de/docs/contributing.md

    * Sehen Sie diese Pull Requests durch (Review), schlagen Sie Änderungen vor, oder segnen Sie sie ab (Approval). Bei den Sprachen, die ich nicht spreche, warte ich, bis mehrere andere die Übersetzung durchgesehen haben, bevor ich den Pull Request merge.
    
    !!! tip "Tipp"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top