OBJECT
KubernetesKindPackageSpecTemplateSpecFetchHttp
Uses http library to fetch file
link GraphQL Schema definition
- type KubernetesKindPackageSpecTemplateSpecFetchHttp {
- # Secret to provide auth details (optional)
- # Secret may include one or more keys: username, password
- KubernetesKindPackageSpecTemplateSpecFetchHttpSecretRef :
- # Checksum to verify after download (optional)
- String :
- # Grab only portion of download (optional)
- 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)
- String :
- }