INPUT_OBJECT

KubernetesKindPackageSpecTemplateSpecFetchHttpInput

Uses http library to fetch file

link GraphQL Schema definition

  • input KubernetesKindPackageSpecTemplateSpecFetchHttpInput {
  • # Secret to provide auth details (optional) Secret may include one or more keys:
  • # username, password
  • secretRef: KubernetesKindPackageSpecTemplateSpecFetchHttpSecretRefInput
  • # Checksum to verify after download (optional)
  • sha256: String
  • # Grab only portion of download (optional)
  • subPath: String
  • # URL can point to one of following formats: text, tgz, zip http and https url are
  • # supported; plain file, tgz and tar types are supported (required)
  • url: String
  • }