export default interface IGVK { group: string; version: string; type: string; kind: string; }