node: regenerate generated files

Regenerated after the commentstart change: golangci config via
hack/update-golangci-lint-config.sh, API artifacts via
hack/update-codegen.sh, and the OpenAPI spec via
hack/update-openapi-spec.sh.

Kubernetes-commit: 1097026dbe89757d4063ffd0ec21c24ab662035a
This commit is contained in:
krishhna_dev
2026-06-23 10:29:30 +00:00
committed by Kubernetes Publisher
parent d0137c399e
commit db215702d8
3 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ import (
// https://kubernetes.io/docs/concepts/containers/runtime-class/
type RuntimeClassApplyConfiguration struct {
metav1.TypeMetaApplyConfiguration `json:""`
// metadata is the standard object metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
*metav1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
// handler specifies the underlying runtime and configuration that the CRI

View File

@@ -39,6 +39,7 @@ import (
// https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
type RuntimeClassApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:""`
// metadata is the standard object metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
// spec represents specification of the RuntimeClass

View File

@@ -39,6 +39,7 @@ import (
// https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
type RuntimeClassApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:""`
// metadata is the standard object metadata.
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
// handler specifies the underlying runtime and configuration that the CRI