fix tagalign linter

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2024-04-22 14:17:45 +02:00
parent 9db044b232
commit bdb8f6d70c
No known key found for this signature in database
GPG Key ID: 47428728E0C2878D
6 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,6 @@ issues:
- exhaustive
- gocritic
- nilerr
- tagalign
- dupword
- bodyclose
- loggercheck

View File

@ -303,7 +303,7 @@ type ACMEChallengeSolverHTTP01IngressPodSpec struct {
// If specified, the pod's imagePullSecrets
// +optional
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
}
type ACMEChallengeSolverHTTP01IngressTemplate struct {

View File

@ -334,7 +334,7 @@ type ACMEChallengeSolverHTTP01IngressPodSpec struct {
// If specified, the pod's imagePullSecrets
// +optional
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
}
type ACMEChallengeSolverHTTP01IngressTemplate struct {

View File

@ -334,7 +334,7 @@ type ACMEChallengeSolverHTTP01IngressPodSpec struct {
// If specified, the pod's imagePullSecrets
// +optional
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
}
type ACMEChallengeSolverHTTP01IngressTemplate struct {

View File

@ -333,7 +333,7 @@ type ACMEChallengeSolverHTTP01IngressPodSpec struct {
// If specified, the pod's imagePullSecrets
// +optional
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
}
type ACMEChallengeSolverHTTP01IngressTemplate struct {

View File

@ -338,7 +338,7 @@ type ACMEChallengeSolverHTTP01IngressPodSpec struct {
// If specified, the pod's imagePullSecrets
// +optional
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty" patchMergeKey:"name" patchStrategy:"merge"`
}
type ACMEChallengeSolverHTTP01IngressTemplate struct {