mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
Drop meaningless ,inline from json tags
Kubernetes-commit: bed4a34ad8901d9a01efcb9594838f96ec9d4563
This commit is contained in:
parent
f6045083a7
commit
830a10487f
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
|||
|
||||
// Preference stores elements of KubeRC configuration file
|
||||
type Preference struct {
|
||||
metav1.TypeMeta `json:",inline"`
|
||||
metav1.TypeMeta `json:""`
|
||||
|
||||
// overrides allows changing default flag values of commands.
|
||||
// This is especially useful, when user doesn't want to explicitly
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import (
|
|||
|
||||
// Preference stores elements of KubeRC configuration file
|
||||
type Preference struct {
|
||||
metav1.TypeMeta `json:",inline"`
|
||||
metav1.TypeMeta `json:""`
|
||||
|
||||
// defaults allow changing default option values of commands.
|
||||
// This is especially useful, when user doesn't want to explicitly
|
||||
|
|
|
|||
Loading…
Reference in a new issue