ENUM
K8sContentType
Description
Content type of the Kubernetes manifest information.
link GraphQL Schema definition
- enum K8sContentType {
- # Manifest contains a string in the YAML format.
- # Manifest contains a signed URL to download the YAML file.
- }