kubectl/pkg/describe
Jan Chaloupka 81135b09fa kubectl describe pod: use ReportingController as an event source
With https://github.com/kubernetes/kubernetes/pull/91645 merged (promotion of v1beta1 events to v1),
it's no longer permitted to set Source field.
Based on https://stupefied-goodall-e282f7.netlify.app/contributors/design-proposals/instrumentation/events-redesign/#backward-compatibility
Source.Component is supposed to be replaced by ReportingController.
Source.Host is supposed to be replaced by DeprecatedHost, though DeprecatedHost
was never implemented. Thus, ignoring the second field.

Kubernetes-commit: 71edf075de3ea0e26aa40f06f1670862aaebcf33
2020-08-04 18:10:34 +02:00
..
describe.go kubectl describe pod: use ReportingController as an event source 2020-08-04 18:10:34 +02:00
describe_test.go Fix NetworkPolicy describe for egress-all policies 2020-07-15 18:58:25 -07:00
interface.go Squash pkg/describe/versioned/ into pkg/describe/ 2020-03-03 13:06:26 +01:00