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