EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Checks to see if a given value is present in an array. Can include matching an individual value, or checking against an array of services.
True if value is present in the input, otherwise false.
Variable | Type | Description |
---|---|---|
array_or_value | STRING | Array or value to check. |
value | STRING | The value to check for in passed in value. |
df = df[px.has_value(df.ctx["replica_set"], "kube-system/kube-dns-79c57c8c9b")]