Type alias ClusterFilter

ClusterFilter: Cluster | "current" | "*"

Helper type to helps the end-user selecting a cluster. They can either provide a specific cluster or use the special values 'current' or '*' to select the current cluster or all clusters respectively.

Generated using TypeDoc