We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570f38a commit 9c9ebe2Copy full SHA for 9c9ebe2
api/litmuschaos/v1alpha1/chaosengine_types.go
@@ -138,10 +138,10 @@ const (
138
139
type Workload struct {
140
Kind WorkloadKind `json:"kind"`
141
- Namespace string `json:"namespace"`
142
- Names string `json:"names,omitempty"`
143
- Labels string `json:"labels,omitempty"`
144
- LabelMatchMode string `json:"labelMatchMode,omitempty"`
+ Namespace string `json:"namespace"`
+ Names string `json:"names,omitempty"`
+ Labels string `json:"labels,omitempty"`
+ LabelMatchMode string `json:"labelMatchMode,omitempty"`
145
}
146
147
type Pod struct {
0 commit comments