NamespaceManagementSupervisorServicesVersionsCarvelCreateSpec
The Versions.CarvelCreateSpec structure provides a specification required to create a Supervisor Service version from Carvel application package format (Package and PackageMetadata resources should be declared).
Properties
string
content
Required
Inline content that contains all service definition of the version in Carvel application package format, which shall be base64 encoded.
JSON Example
{
"content": "string"
}