github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/docs/boom/yml/latest/ToolsetSpec/LogCollection/Component/k8s/Resources/Resources.md (about)

     1  # Resources 
     2   
     3  
     4  ## Structure 
     5   
     6  
     7  | Attribute | Description                                                                                                                                                                                                                                                                                                                   | Default | Collection | Map  |
     8  | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ---------- | ---  |
     9  | limits    | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ +optional                                                                                                                                                  |         |            |      |
    10  | requests  | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ +optional  |         |            |      |