Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 706 Bytes

Manifest.md

File metadata and controls

14 lines (10 loc) · 706 Bytes

Manifest

Representation of a manifestwork.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'Manifest' if this is a complete object or 'ManifestLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
workloads list[object] List of k8s objects to deploy on a hosted cluster. [optional]

[Back to Model list] [Back to API list] [Back to README]