Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable35 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Jul 12, 2023
1 parent c481033 commit 0e05cc4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
| memory_overallocation | Float | Percentage of RAM overallocation | :material-checkbox-marked-outline: Yes | `1` |
| overallocation_node_limit | Integer | None | :material-minus-box-outline: Optional | `None` |
| additional_labels | List [Text] | Additional labels to be applied to services('=' delimited) | :material-minus-box-outline: Optional | `None` |
| linux_node_selector | [Selector](/assemblyline4_docs/odm/models/config/#selector) | Selector for linux nodes under kubernetes | :material-checkbox-marked-outline: Yes | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -411,6 +412,38 @@
| key | Keyword | Key of ConfigMap (Kubernetes only, deprecated) | :material-minus-box-outline: Optional | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
#### Selector
> None
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| field | List [[FieldSelector](/assemblyline4_docs/odm/models/config/#fieldselector)] | Field selector for resource under kubernetes | :material-checkbox-marked-outline: Yes | `[]` |
| label | List [[LabelSelector](/assemblyline4_docs/odm/models/config/#labelselector)] | Label selector for resource under kubernetes | :material-checkbox-marked-outline: Yes | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
##### FieldSelector
> Limit a set of kubernetes objects based on a field query.
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| key | Keyword | Name of a field to select on. | :material-checkbox-marked-outline: Yes | `None` |
| equal | Boolean | When true key must equal value, when false it must not | :material-checkbox-marked-outline: Yes | `True` |
| value | Keyword | Value to compare field to. | :material-checkbox-marked-outline: Yes | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
##### LabelSelector
> Limit a set of kubernetes objects based on a label query.
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| key | Keyword | Name of label to select on. | :material-checkbox-marked-outline: Yes | `None` |
| operator | Enum | Operation to select label with.<br>Values:<br>`"DoesNotExist", "Exists", "In", "NotIn"` | :material-checkbox-marked-outline: Yes | `None` |
| values | List [Keyword] | Value list to compare label to. | :material-checkbox-marked-outline: Yes | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
### Updater
> None
Expand Down

0 comments on commit 0e05cc4

Please sign in to comment.