Users can pass resources into `kubectl events` command via `--for` flag, if they have desire to only get events for the resource they specify. However, current `kubectl events` does not support passing fully qualified names(e.g. `replicasets.apps`, `cronjobs.v1.batch`, etc.). This PR adds support for this. Kubernetes-commit: 457bb58ebbf5a863ce30f51c53a84bc41c2380dc |
||
|---|---|---|
| .. | ||
| event_printer.go | ||
| event_printer_test.go | ||
| events.go | ||
| events_test.go | ||