OBJECT

KubernetesKindPackageRepositorySpecFetchGit

Uses git to clone repository containing package list

link GraphQL Schema definition

  • type KubernetesKindPackageRepositorySpecFetchGit {
  • # Skip lfs download (optional)
  • lfsSkipSmudge: Boolean
  • # Branch, tag, commit; origin is the name of the remote (optional)
  • ref: String
  • # Specifies a strategy to resolve to an explicit ref (optional; v0.24.0+)
  • refSelection: KubernetesKindPackageRepositorySpecFetchGitRefSelection
  • # 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)
  • secretRef: KubernetesKindPackageRepositorySpecFetchGitSecretRef
  • # Grab only portion of repository (optional)
  • subPath: String
  • # http or ssh urls are supported (required)
  • url: String
  • }