Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for approved (0.33 sec)

  1. 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)
  2. pkg/printers/internalversion/printers.go

    	return []metav1.TableRow{row}, nil
    }
    
    func extractCSRStatus(csr *certificates.CertificateSigningRequest) string {
    	var approved, denied, failed bool
    	for _, c := range csr.Status.Conditions {
    		switch c.Type {
    		case certificates.CertificateApproved:
    			approved = true
    		case certificates.CertificateDenied:
    			denied = true
    		case certificates.CertificateFailed:
    			failed = true
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    			// Columns: Name, Age, SignerName, Requestor, RequestedDuration, Condition
    			expected: []metav1.TableRow{{Cells: []interface{}{"csr2", "0s", "example.com/test-signer", "CSR Requestor", "7d1h", "Approved"}}},
    		},
    		// Basic CSR with Spec and Status=Approved; certificate issued.
    		{
    			csr: certificates.CertificateSigningRequest{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "csr2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

      fi
      iptables -w -t mangle -I OUTPUT -s 169.254.169.254 -j DROP
    
      # Log all metadata access not from approved processes.
      case "${METADATA_SERVER_FIREWALL_MODE:-off}" in
        log)
          echo "Installing metadata firewall logging rules"
          gce-metadata-fw-helper -I LOG "MetadataServerFirewallReject" !
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/entity.go

    	"≊":                             "\u224a",
    	"≋":                            "\u224b",
    	"'":                            "\u0027",
    	"≈":                          "\u2248",
    	"≊":                        "\u224a",
    	"å":                           "\u00e5",
    	"𝒶":                            "\U0001d4b6",
    	"*":                             "\u002a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  6. src/html/entity.go

    		"ape;":                             '\U0000224A',
    		"apid;":                            '\U0000224B',
    		"apos;":                            '\U00000027',
    		"approx;":                          '\U00002248',
    		"approxeq;":                        '\U0000224A',
    		"aring;":                           '\U000000E5',
    		"ascr;":                            '\U0001D4B6',
    		"ast;":                             '\U0000002A',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    ## Major Themes
    
    - StatefulSets (ex-PetSets)
      - StatefulSets are beta now (fixes and stabilization)
    - Improved Federation Support
      - New command: `kubefed`
      - DaemonSets
      - Deployments
      - ConfigMaps
    - Simplified Cluster Deployment
      - Improvements to `kubeadm`
      - HA Setup for Master
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. pkg/volume/util/operationexecutor/operation_generator.go

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		// Update actual state of world with the devicePath again, if devicePath has changed from markedDevicePath
    		// TODO: This can be improved after #82492 is merged and ASW has state.
    		if markedDevicePath != devicePath {
    			markDeviceMappedErr := actualStateOfWorld.MarkDeviceAsMounted(
    				volumeToMount.VolumeName, devicePath, globalMapPath, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "AVGQU", argLength: 2, reg: gp21, commutative: true, resultInArg0: true, clobberFlags: true},
    
    		// DIVx[U] computes [arg0 / arg1, arg0 % arg1]
    		// For signed versions, AuxInt non-zero means that the divisor has been proved to be not -1.
    		{name: "DIVQ", argLength: 2, reg: gp11div, typ: "(Int64,Int64)", asm: "IDIVQ", aux: "Bool", clobberFlags: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  10. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    reason to be afraid of it.
    
      Presently the Rabbit came up to the door, and tried to open it;
    but, as the door opened inwards, and Alice's elbow was pressed
    hard against it, that attempt proved a failure.  Alice heard it
    say to itself `Then I'll go round and get in at the window.'
    
      `THAT you won't' thought Alice, and, after waiting till she
    fancied she heard the Rabbit just under the window, she suddenly
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top