1package kube 2 3_base: { 4 name: string 5 label: { 6 app: name 7 domain: "prod" 8 component: string 9 } 10}
View as plain text