Welcome to mirror list, hosted at ThFree Co, Russian Federation.

k8s_namespaces.query.graphql « queries « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c05d09b6ca26b614ab9799b6d45d73451f66e064 (plain)
1
2
3
4
5
6
7
query getK8sNamespaces($configuration: LocalConfiguration) {
  k8sNamespaces(configuration: $configuration) @client {
    metadata {
      name
    }
  }
}