INPUT_OBJECT

KubernetesResourceContextInput

Resource context

link GraphQL Schema definition

  • input KubernetesResourceContextInput {
  • # Optional namespace context for query. Defaults to `default` namespace to have
  • # the same behavior as `kubectl`. If explicitly set to `null` then queries behave
  • # like `--all-namespaces` in kubectl`
  • namespace: String
  • # Path to KRM context
  • path: String
  • }