Drop meaningless ,inline from json tags

Kubernetes-commit: bed4a34ad8901d9a01efcb9594838f96ec9d4563
This commit is contained in:
Jordan Liggitt
2026-04-07 13:30:08 -04:00
committed by Kubernetes Publisher
parent 293a2737bc
commit 2ee136681a
2 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@ import (
//
// Foo is a specification for a Foo resource
type FooApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"`
v1.TypeMetaApplyConfiguration `json:""`
*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
Spec *FooSpecApplyConfiguration `json:"spec,omitempty"`
Status *FooStatusApplyConfiguration `json:"status,omitempty"`