Skip to content

Commit 00e4609

Browse files
AkihiroSudak8s-publishing-bot
authored andcommitted
api: NodeStatus: rename RuntimeClasses to RuntimeHandlers
The runtime classes are apiserver's concept, while the handlers are kubelet's concept. For NodeStatus, it makes more sense to return the latter ones here. This commit modifies the following files: - pkg/apis/core/types.go - staging/src/k8s.io/api/core/v1/types.go - pkg/kubelet/nodestatus/setters.go - pkg/kubelet/kubelet_node_status.go - pkg/registry/core/node/strategy.go - test/e2e_node/mount_rro_linux_test.go Other changes were auto-generated by running `make update`. Signed-off-by: Akihiro Suda <[email protected]> Kubernetes-commit: 1dc05009fe7f4e1d139b0c8394683edb54f8d082
1 parent 7ebe0ea commit 00e4609

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

applyconfigurations/core/v1/noderuntimeclass.go renamed to applyconfigurations/core/v1/noderuntimehandler.go

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/core/v1/noderuntimeclassfeatures.go renamed to applyconfigurations/core/v1/noderuntimehandlerfeatures.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/core/v1/nodestatus.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/internal/internal.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/utils.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)