Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 898 Bytes

KubeletConfig.md

File metadata and controls

14 lines (10 loc) · 898 Bytes

KubeletConfig

OCM representation of KubeletConfig, exposing the fields of Kubernetes KubeletConfig that can be managed by users

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'KubeletConfig' if this is a complete object or 'KubeletConfigLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
pod_pids_limit int Allows user to specify the podPidsLimit to be applied via KubeletConfig. Useful if workloads have greater PIDs limit requirements than the OCP default. [optional]

[Back to Model list] [Back to API list] [Back to README]