fix tagalign linter
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
9db044b232
commit
bdb8f6d70c
@ -12,7 +12,6 @@ issues:
|
||||
- exhaustive
|
||||
- gocritic
|
||||
- nilerr
|
||||
- tagalign
|
||||
- dupword
|
||||
- bodyclose
|
||||
- loggercheck
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user