We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8244e commit 7ecb98eCopy full SHA for 7ecb98e
api/litmuschaos/v1alpha1/chaosengine_types.go
@@ -135,10 +135,11 @@ const (
135
)
136
137
type Workload struct {
138
- Kind WorkloadKind `json:"kind"`
139
- Namespace string `json:"namespace"`
140
- Names string `json:"names,omitempty"`
141
- Labels string `json:"labels,omitempty"`
+ Kind WorkloadKind `json:"kind"`
+ Namespace string `json:"namespace"`
+ Names string `json:"names,omitempty"`
+ Labels string `json:"labels,omitempty"`
142
+ LabelMatchMode string `json:"labelMatchMode,omitempty"`
143
}
144
145
type Pod struct {
0 commit comments