EXPAND ALL
  • Home

replicaset_id_to_replicaset_name

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

Returns: STRING

The Kubernetes Replica Set Name for the UID passed in.

Arguments

VariableTypeDescription
replica_set_idSTRINGThe UID of the Replica Set to get the name for.

Examples:

df.replica_set_name = px.replicaset_id_to_replicaset_name(replica_set_id)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.