EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes Replica Set ID for the Replica Set name.If the given name doesn't have an associated Kubernetes Replica Set, this function returns an empty string
The Kubernetes Replica Set ID for the name passed in.
Variable | Type | Description |
---|---|---|
replica_set_name | STRING | The name of the Replica Set to get the name for. The name includes the namespace of the Replica Set. i.e. "ns/rs_name" |
df.replica_set_id = px.replicaset_name_to_replicaset_id(replica_set_name)