mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix typo of BoostrapToken in kubeadmin-type.go]
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
parent
67541a1bcc
commit
6f1c8de85c
@ -24,7 +24,7 @@ import (
|
|||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
|
||||||
// BootstrapToken represents information for the output produced by 'kubeadm token list'
|
// BootstrapToken represents information for the output produced by 'kubeadm token list'
|
||||||
// This is a copy of BoostrapToken struct from ../kubeadm/types.go with 2 additions:
|
// This is a copy of BootstrapToken struct from ../kubeadm/types.go with 2 additions:
|
||||||
// metav1.TypeMeta and metav1.ObjectMeta
|
// metav1.TypeMeta and metav1.ObjectMeta
|
||||||
type BootstrapToken struct {
|
type BootstrapToken struct {
|
||||||
metav1.TypeMeta
|
metav1.TypeMeta
|
||||||
|
@ -24,7 +24,7 @@ import (
|
|||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
|
||||||
// BootstrapToken represents information for the bootstrap token output produced by kubeadm
|
// BootstrapToken represents information for the bootstrap token output produced by kubeadm
|
||||||
// This is a copy of BoostrapToken struct from ../kubeadm/types.go with 2 additions:
|
// This is a copy of BootstrapToken struct from ../kubeadm/types.go with 2 additions:
|
||||||
// metav1.TypeMeta and metav1.ObjectMeta
|
// metav1.TypeMeta and metav1.ObjectMeta
|
||||||
type BootstrapToken struct {
|
type BootstrapToken struct {
|
||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
|
Loading…
Reference in New Issue
Block a user