EXPAND ALL
  • Home

replicaset_name_to_replicaset_id

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

Returns: STRING

The Kubernetes Replica Set ID for the name passed in.

Arguments

VariableTypeDescription
replica_set_nameSTRINGThe name of the Replica Set to get the name for. The name includes the namespace of the Replica Set. i.e. "ns/rs_name"

Examples:

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