OBJECT

KubernetesResourceContext

Resource context

link GraphQL Schema definition

  • type KubernetesResourceContext {
  • # Generate the contents for a kubeconfig file from this context
  • kubeconfig: String!
  • # Optional namespace
  • namespace: String
  • # Path to KRM context
  • path: String
  • }

link Require by