@@ -65,15 +65,16 @@ type Data struct {
6565}
6666
6767type Run struct {
68- CollectorMeta `json:",inline" yaml:",inline"`
69- Name string `json:"name,omitempty" yaml:"name,omitempty"`
70- Namespace string `json:"namespace" yaml:"namespace"`
71- Image string `json:"image" yaml:"image"`
72- Command []string `json:"command,omitempty" yaml:"command,omitempty"`
73- Args []string `json:"args,omitempty" yaml:"args,omitempty"`
74- Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"`
75- ImagePullPolicy string `json:"imagePullPolicy,omitempty" yaml:"imagePullPolicy,omitempty"`
76- ImagePullSecret * ImagePullSecrets `json:"imagePullSecret,omitempty" yaml:"imagePullSecret,omitempty"`
68+ CollectorMeta `json:",inline" yaml:",inline"`
69+ Name string `json:"name,omitempty" yaml:"name,omitempty"`
70+ Namespace string `json:"namespace" yaml:"namespace"`
71+ Image string `json:"image" yaml:"image"`
72+ Command []string `json:"command,omitempty" yaml:"command,omitempty"`
73+ Args []string `json:"args,omitempty" yaml:"args,omitempty"`
74+ Timeout string `json:"timeout,omitempty" yaml:"timeout,omitempty"`
75+ ImagePullPolicy string `json:"imagePullPolicy,omitempty" yaml:"imagePullPolicy,omitempty"`
76+ ImagePullSecret * ImagePullSecrets `json:"imagePullSecret,omitempty" yaml:"imagePullSecret,omitempty"`
77+ ServiceAccountName string `json:"serviceAccountName,omitempty" yaml:"serviceAccountName,omitempty"`
7778}
7879
7980type ImagePullSecrets struct {
0 commit comments