Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 876000h (0.08 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top