Add provider type to metric template printer

This commit is contained in:
stefanprodan
2020-02-07 12:48:39 +02:00
parent 22589265ce
commit f2f2a9fc58
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -355,6 +355,10 @@ spec:
scope: Namespaced
subresources:
status: {}
additionalPrinterColumns:
- name: Provider
type: string
JSONPath: .spec.provider.type
validation:
openAPIV3Schema:
properties:
+4
View File
@@ -356,6 +356,10 @@ spec:
scope: Namespaced
subresources:
status: {}
additionalPrinterColumns:
- name: Provider
type: string
JSONPath: .spec.provider.type
validation:
openAPIV3Schema:
properties:
+4
View File
@@ -355,6 +355,10 @@ spec:
scope: Namespaced
subresources:
status: {}
additionalPrinterColumns:
- name: Provider
type: string
JSONPath: .spec.provider.type
validation:
openAPIV3Schema:
properties: