INPUT_OBJECT

KubernetesKindPackageRepositorySpecFetchGitSecretRefInput

Secret with auth details. allowed keys: ssh-privatekey, ssh-knownhosts, username, password (optional) (if ssh-knownhosts is not specified, git will not perform strict host checking)

link GraphQL Schema definition

  • input KubernetesKindPackageRepositorySpecFetchGitSecretRefInput {
  • # Object is expected to be within same namespace
  • name: String
  • }