mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-21 20:59:17 +00:00
Remove json:",omitempty" where json:",inline" specified.
Signed-off-by: Morlay <morlay.null@gmail.com> Kubernetes-commit: f9b69ce10847a31626c364d3d86bf361b16456b2
This commit is contained in:
parent
6dde7fe449
commit
9ab93c0777
@ -22,7 +22,7 @@ package v1beta1
|
||||
// with apply.
|
||||
type IngressRuleApplyConfiguration struct {
|
||||
Host *string `json:"host,omitempty"`
|
||||
IngressRuleValueApplyConfiguration `json:",omitempty,inline"`
|
||||
IngressRuleValueApplyConfiguration `json:",inline"`
|
||||
}
|
||||
|
||||
// IngressRuleApplyConfiguration constructs a declarative configuration of the IngressRule type for use with
|
||||
|
@ -22,7 +22,7 @@ package v1
|
||||
// with apply.
|
||||
type IngressRuleApplyConfiguration struct {
|
||||
Host *string `json:"host,omitempty"`
|
||||
IngressRuleValueApplyConfiguration `json:",omitempty,inline"`
|
||||
IngressRuleValueApplyConfiguration `json:",inline"`
|
||||
}
|
||||
|
||||
// IngressRuleApplyConfiguration constructs a declarative configuration of the IngressRule type for use with
|
||||
|
@ -22,7 +22,7 @@ package v1beta1
|
||||
// with apply.
|
||||
type IngressRuleApplyConfiguration struct {
|
||||
Host *string `json:"host,omitempty"`
|
||||
IngressRuleValueApplyConfiguration `json:",omitempty,inline"`
|
||||
IngressRuleValueApplyConfiguration `json:",inline"`
|
||||
}
|
||||
|
||||
// IngressRuleApplyConfiguration constructs a declarative configuration of the IngressRule type for use with
|
||||
|
Loading…
Reference in New Issue
Block a user