Skip to content

Commit 8ab3b97

Browse files
committed
fix formatting
1 parent c4bd188 commit 8ab3b97

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pkg/apis/troubleshoot/v1beta2/collector_shared.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ type Run struct {
107107
}
108108

109109
type RunPod struct {
110-
CollectorMeta `json:",inline" yaml:",inline"`
111-
Name string `json:"name,omitempty" yaml:"name,omitempty"`
112-
Namespace string `json:"namespace" yaml:"namespace"`
113-
Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"`
114-
ImagePullSecret *ImagePullSecrets `json:"imagePullSecret,omitempty" yaml:"imagePullSecret,omitempty"`
115-
PodSpec corev1.PodSpec `json:"podSpec,omitempty" yaml:"podSpec,omitempty"`
116-
Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
117-
AllowImagePullRetries bool `json:"allowImagePullRetries,omitempty" yaml:"allowImagePullRetries,omitempty"`
110+
CollectorMeta `json:",inline" yaml:",inline"`
111+
Name string `json:"name,omitempty" yaml:"name,omitempty"`
112+
Namespace string `json:"namespace" yaml:"namespace"`
113+
Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"`
114+
ImagePullSecret *ImagePullSecrets `json:"imagePullSecret,omitempty" yaml:"imagePullSecret,omitempty"`
115+
PodSpec corev1.PodSpec `json:"podSpec,omitempty" yaml:"podSpec,omitempty"`
116+
Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"`
117+
AllowImagePullRetries bool `json:"allowImagePullRetries,omitempty" yaml:"allowImagePullRetries,omitempty"`
118118
}
119119

120120
type RunDaemonSet struct {

0 commit comments

Comments
 (0)