Type Alias ManifestoResource
ManifestoResource: {
kind: string;
metadata: { [key: string]: string };
schemaVersion: string;
spec: { [key: string]: object };
}
Type declaration
kind: string
metadata: { [key: string]: string }
schemaVersion: string
spec: { [key: string]: object }