kubectl/pkg/describe
Arda Güçlü 02b163261f Show topologySpreadConstraints in Describe command
Currently describe command does not show `topologySpreadConstraints`
field. This PR adds support for showing topologySpreadConstraints in
describe command.For simplicity, if this field is not set, it will not show
(unlike to other core fields whose are shown as `<none>` even if they are null).

Kubernetes-commit: 64ce73f5fe2f095ba751d78aa03cf48bca42c055
2022-04-20 15:37:02 +03:00
..
describe.go Show topologySpreadConstraints in Describe command 2022-04-20 15:37:02 +03:00
describe_test.go Show topologySpreadConstraints in Describe command 2022-04-20 15:37:02 +03:00
interface.go Add --chunk-size support to kubectl describe 2021-04-20 11:24:35 -07:00