export interface LabelSelector {
    matchLabels?: {
        [l: string]: string;
    };
}
