Skip to content

Commit

Permalink
fix fieldalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Jul 9, 2024
1 parent a3a9c67 commit 8650fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/v1alpha1/nginxproxy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
// NginxProxy is a configuration object that is attached to a GatewayClass parametersRef. It provides a way
// to configure global settings for all Gateways defined from the GatewayClass.
type NginxProxy struct { //nolint:govet // standard field alignment, don't change it
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

// Spec defines the desired state of the NginxProxy.
Spec NginxProxySpec `json:"spec"`

metav1.TypeMeta `json:",inline"`
}

// +kubebuilder:object:root=true
Expand Down

0 comments on commit 8650fef

Please sign in to comment.