Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 650 Bytes

File metadata and controls

12 lines (8 loc) · 650 Bytes

Namespaces

The following namespaces classes all inherit the SDKCommon class.

getNamespaces

This class makes an API call to get all of the namespaces known to Astra. It can be filtered by the following values:

  • clusterID: only show namespaces from a particular cluster
  • nameFilter: partial match filter for the namespace name (word would match wordpress-prod and wordpress-dev)
  • unassociated: boolean (default False), when True only namespaces which do not have an application associated are shown
  • minuteFilter: only show namespaces which were discovered in the last X number of minutes