Resource🔗Definition🔗export interface Resource { group: string; kind: string; // The set of resources // +listType=set names: string[]; } See also🔗 ResourceBuilder