Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 876000h (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/etcd3/testing/testingcert/certificates.go

    // https://github.com/etcd-io/etcd/tree/main/hack/tls-setup for more details.
    //
    // ca-config.json:
    //
    //	expiry was changed from 1 year to 100 years (876000h)
    //
    // ca-csr.json:
    //
    //	ca expiry was set to 100 years (876000h) ("ca":{"expiry":"876000h"})
    //	key was changed from ecdsa,384 to rsa,2048
    //
    // req-csr.json:
    //
    //	key was changed from ecdsa,384 to rsa,2048
    //	hosts were changed to "localhost","127.0.0.1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 06:50:02 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/policy_static_test.go

    				},
    			},
    			stDefaultCPUSet: largeTopoSock1CPUSet.Union(cpuset.New(10, 34, 22, 47, 53, 173, 61, 181, 108, 228,
    				115, 235)),
    			pod:         makePod("fakePod", "fakeContainer5", "76000m", "76000m"),
    			expErr:      nil,
    			expCPUAlloc: true,
    			expCSet:     largeTopoSock1CPUSet.Union(cpuset.New(10, 34, 22, 47)),
    		},
    	}
    
    	// testcases for the default behaviour of the policy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/types.go

    	// CertificateValidityPeriod specifies the validity period for a non-CA certificate generated by kubeadm.
    	// Default value: 8760h (365 days * 24 hours = 1 year)
    	CertificateValidityPeriod *metav1.Duration
    
    	// CACertificateValidityPeriod specifies the validity period for a CA certificate generated by kubeadm.
    	// Default value: 87600h (365 days * 24 hours * 10 = 10 years)
    	CACertificateValidityPeriod *metav1.Duration
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// Default value: 8760h (365 days * 24 hours = 1 year)
    	// +optional
    	CertificateValidityPeriod *metav1.Duration `json:"certificateValidityPeriod,omitempty"`
    
    	// CACertificateValidityPeriod specifies the validity period for a CA certificate generated by kubeadm.
    	// Default value: 87600h (365 days * 24 hours * 10 = 10 years)
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/mips64.s

    	MOVV	8(R16), R4	// de040008
    	MOVV	-32(R14), R1	// ddc1ffe0
    	LLV	(R1), R2	// d0220000
    
    //	LMOVW addr ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	MOVW	foo<>+3(SB), R2
    	MOVW	(R11), R22	// 8d760000
    	MOVW	1(R9), R24	// 8d380001
    	MOVW	-17(R24), R8	// 8f08ffef
    	MOVWU	(R11), R22	// 9d760000
    	MOVWU	1(R9), R24	// 9d380001
    	MOVWU	-17(R24), R8	// 9f08ffef
    	LL	(R1), R2	// c0220000
    
    //	LMOVH addr ',' rreg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/options/options_test.go

    	"--leader-elect-lease-duration=30s",
    	"--leader-elect-renew-deadline=15s",
    	"--leader-elect-resource-lock=configmap",
    	"--leader-elect-retry-period=5s",
    	"--legacy-service-account-token-clean-up-period=8760h",
    	"--master=192.168.4.20",
    	"--max-endpoints-per-slice=200",
    	"--min-resync-period=8h",
    	"--mirroring-concurrent-service-endpoint-syncs=2",
    	"--mirroring-max-endpoints-per-subset=1000",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm/asm5.go

    	{AMOVFW, C_FREG, C_NONE, C_FREG, 84, 4, 0, 0, 0, C_UBIT},
    	{AMOVWF, C_FREG, C_NONE, C_FREG, 85, 4, 0, 0, 0, C_UBIT},
    	{AMOVFW, C_FREG, C_NONE, C_REG, 86, 8, 0, 0, 0, C_UBIT},
    	{AMOVWF, C_REG, C_NONE, C_FREG, 87, 8, 0, 0, 0, C_UBIT},
    	{AMOVW, C_REG, C_NONE, C_FREG, 88, 4, 0, 0, 0, 0},
    	{AMOVW, C_FREG, C_NONE, C_REG, 89, 4, 0, 0, 0, 0},
    	{ALDREXD, C_SOREG, C_NONE, C_REG, 91, 4, 0, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
Back to top