NamespaceManagementSupervisorServicesCarvelCreateSpec

The SupervisorServices.CarvelCreateSpec structure provides a specification required to create a Supervisor Service with a version from Carvel application package format (Package and PackageMetadata resources should be declared).


Properties

version_spec Required

Supervisor service version specification that provides the service definitions for one Supervisor Service version.

JSON Example

{
	"version_spec": {
		"content": "string"
	}
}

Feedback

Was this page helpful?