UNPKG

@mittwald/kubernetes

Version:

Kubernetes client library

6 lines (5 loc) 91 B
export interface LabelSelector { matchLabels?: { [l: string]: string; }; }