OBJECT
KubernetesKindPackageRepositorySpecFetchGit
Uses git to clone repository containing package list
link GraphQL Schema definition
- type KubernetesKindPackageRepositorySpecFetchGit {
- # Skip lfs download (optional)
- Boolean :
- # Branch, tag, commit; origin is the name of the remote (optional)
- String :
- # Specifies a strategy to resolve to an explicit ref (optional; v0.24.0+)
- 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)
- KubernetesKindPackageRepositorySpecFetchGitSecretRef :
- # Grab only portion of repository (optional)
- String :
- # http or ssh urls are supported (required)
- String :
- }