@@ -107,14 +107,14 @@ type Run struct {
107107}
108108
109109type 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
120120type RunDaemonSet struct {
0 commit comments