Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for cpuCFSQuotaPeriod (0.28 sec)

  1. pkg/kubelet/apis/config/helpers_test.go

    		"Authentication.Webhook.Enabled",
    		"Authorization.Mode",
    		"Authorization.Webhook.CacheAuthorizedTTL.Duration",
    		"Authorization.Webhook.CacheUnauthorizedTTL.Duration",
    		"CPUCFSQuota",
    		"CPUCFSQuotaPeriod.Duration",
    		"CPUManagerPolicy",
    		"CPUManagerPolicyOptions[*]",
    		"CPUManagerReconcilePeriod.Duration",
    		"TopologyManagerPolicy",
    		"TopologyManagerScope",
    		"TopologyManagerPolicyOptions[*]",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	ClusterTrustBundleProjection featuregate.Feature = "ClusterTrustBundleProjection"
    
    	// owner: @szuecs
    	// alpha: v1.12
    	//
    	// Enable nodes to change CPUCFSQuotaPeriod
    	CPUCFSQuotaPeriod featuregate.Feature = "CustomCPUCFSQuotaPeriod"
    
    	// owner: @ConnorDoyle, @fromanirh (only for GA graduation)
    	// alpha: v1.8
    	// beta: v1.10
    	// GA: v1.26
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. cmd/kubelet/app/server.go

    				ExperimentalMemoryManagerReservedMemory: s.ReservedMemory,
    				PodPidsLimit:                            s.PodPidsLimit,
    				EnforceCPULimits:                        s.CPUCFSQuota,
    				CPUCFSQuotaPeriod:                       s.CPUCFSQuotaPeriod.Duration,
    				TopologyManagerPolicy:                   s.TopologyManagerPolicy,
    				TopologyManagerScope:                    s.TopologyManagerScope,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    		kubeCfg.SerializeImagePulls,
    		kubeCfg.MaxParallelImagePulls,
    		float32(kubeCfg.RegistryPullQPS),
    		int(kubeCfg.RegistryBurst),
    		"",
    		"",
    		kubeCfg.CPUCFSQuota,
    		kubeCfg.CPUCFSQuotaPeriod,
    		runtimeSvc,
    		imageSvc,
    		kubelet.containerManager,
    		kubelet.containerLogManager,
    		kubelet.runtimeClassManager,
    		false,
    		kubeCfg.MemorySwap.SwapBehavior,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    		kubeCfg.MaxParallelImagePulls,
    		float32(kubeCfg.RegistryPullQPS),
    		int(kubeCfg.RegistryBurst),
    		imageCredentialProviderConfigFile,
    		imageCredentialProviderBinDir,
    		kubeCfg.CPUCFSQuota,
    		kubeCfg.CPUCFSQuotaPeriod,
    		kubeDeps.RemoteRuntimeService,
    		kubeDeps.RemoteImageService,
    		kubeDeps.ContainerManager,
    		klet.containerLogManager,
    		klet.runtimeClassManager,
    		seccompDefault,
    		kubeCfg.MemorySwap.SwapBehavior,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"cpuCFSQuotaPeriod": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top