What does this Kubernetes field do?
field_helpExplain what a Kubernetes field means and accepts (type, allowed values, sub-fields) by giving a dotted path, or search fields by words.
Instructions
What a field of a Kubernetes kind means and accepts, from the version's API (default: newest): description, type, allowed values, required sub-fields and the fields under it. field is a dotted path (spec.template.spec.containers[].resources); omit it for the kind's top level. search finds fields by words instead (search: 'rolling update surge').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Deployment, or apps/v1/Deployment | |
| field | No | ||
| search | No | ||
| kubernetes_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| apiVersion | Yes | ||
| kubernetes_version | Yes |