We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a9c67 commit 8650fefCopy full SHA for 8650fef
apis/v1alpha1/nginxproxy_types.go
@@ -11,12 +11,11 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
11
// NginxProxy is a configuration object that is attached to a GatewayClass parametersRef. It provides a way
12
// to configure global settings for all Gateways defined from the GatewayClass.
13
type NginxProxy struct { //nolint:govet // standard field alignment, don't change it
14
+ metav1.TypeMeta `json:",inline"`
15
metav1.ObjectMeta `json:"metadata,omitempty"`
16
17
// Spec defines the desired state of the NginxProxy.
18
Spec NginxProxySpec `json:"spec"`
-
19
- metav1.TypeMeta `json:",inline"`
20
}
21
22
// +kubebuilder:object:root=true
0 commit comments