Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 876000h (0.22 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)
Back to top