Add missing field selectors
Signed-off-by: Mario Valderrama <woldy401@gmail.com>pull/43855/head
parent
d912860063
commit
ddc49f00d5
|
@ -34,15 +34,17 @@ Error from server (BadRequest): Unable to find "ingresses" that match label sele
|
|||
|
||||
### List of supported fields
|
||||
|
||||
| Kind | Fields |
|
||||
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Pod | `spec.nodeName`<br>`spec.restartPolicy`<br>`spec.schedulerName`<br>`spec.serviceAccountName`<br>`spec.hostNetwork`<br>`status.phase`<br>`status.podIP`<br>`status.nominatedNodeName` |
|
||||
| Event | `involvedObject.kind`<br>`involvedObject.namespace`<br>`involvedObject.name`<br>`involvedObject.uid`<br>`involvedObject.apiVersion`<br>`involvedObject.resourceVersion`<br>`involvedObject.fieldPath`<br>`reason`<br>`reportingComponent`<br>`source`<br>`type` |
|
||||
| Secret | `type` |
|
||||
| Namespace | `status.phase` |
|
||||
| ReplicaSet | `status.replicas` |
|
||||
| Job | `status.successful` |
|
||||
| Node | `spec.unschedulable` |
|
||||
| Kind | Fields |
|
||||
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Pod | `spec.nodeName`<br>`spec.restartPolicy`<br>`spec.schedulerName`<br>`spec.serviceAccountName`<br>`spec.hostNetwork`<br>`status.phase`<br>`status.podIP`<br>`status.nominatedNodeName` |
|
||||
| Event | `involvedObject.kind`<br>`involvedObject.namespace`<br>`involvedObject.name`<br>`involvedObject.uid`<br>`involvedObject.apiVersion`<br>`involvedObject.resourceVersion`<br>`involvedObject.fieldPath`<br>`reason`<br>`reportingComponent`<br>`source`<br>`type` |
|
||||
| Secret | `type` |
|
||||
| Namespace | `status.phase` |
|
||||
| ReplicaSet | `status.replicas` |
|
||||
| ReplicationController | `status.replicas` |
|
||||
| Job | `status.successful` |
|
||||
| Node | `spec.unschedulable` |
|
||||
| CertificateSigningRequest | `spec.signerName` |
|
||||
|
||||
## Supported operators
|
||||
|
||||
|
|
Loading…
Reference in New Issue