OBJECT

KubernetesKindPackageRepositorySpecFetchGitSecretRef

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

  • type KubernetesKindPackageRepositorySpecFetchGitSecretRef {
  • # Object is expected to be within same namespace
  • name: String
  • }