Manifest🔗Definition🔗export interface Manifest { apiVersion: string; kind: string; metadata: resource.Metadata; spec: any; } See also🔗 ManifestBuilder