INPUT_OBJECT

KubernetesKindPackageInstallSpecClusterKubeconfigSecretRefInput

Specifies secret containing kubeconfig (required)

link GraphQL Schema definition

  • input KubernetesKindPackageInstallSpecClusterKubeconfigSecretRefInput {
  • # Specifies key that contains kubeconfig (optional)
  • key: String
  • # Specifies secret name within app's namespace (required)
  • name: String
  • }