mirror of
https://github.com/kubernetes/client-go.git
synced 2026-07-16 17:14:36 +00:00
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:
committed by
Kubernetes Publisher
parent
d0137c399e
commit
db215702d8
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user