File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -4943,6 +4943,8 @@ spec:
4943
4943
tenantID:
4944
4944
type: string
4945
4945
type: object
4946
+ fromConfigItem:
4947
+ type: string
4946
4948
gcp:
4947
4949
properties:
4948
4950
connection:
@@ -4995,6 +4997,52 @@ spec:
4995
4997
description: Skip TLS verify
4996
4998
type: boolean
4997
4999
type: object
5000
+ kubernetes:
5001
+ properties:
5002
+ connection:
5003
+ type: string
5004
+ kubeconfig:
5005
+ properties:
5006
+ name:
5007
+ type: string
5008
+ value:
5009
+ type: string
5010
+ valueFrom:
5011
+ properties:
5012
+ configMapKeyRef:
5013
+ properties:
5014
+ key:
5015
+ type: string
5016
+ name:
5017
+ type: string
5018
+ required:
5019
+ - key
5020
+ type: object
5021
+ helmRef:
5022
+ properties:
5023
+ key:
5024
+ description: Key is a JSONPath expression used to fetch the key from the merged JSON.
5025
+ type: string
5026
+ name:
5027
+ type: string
5028
+ required:
5029
+ - key
5030
+ type: object
5031
+ secretKeyRef:
5032
+ properties:
5033
+ key:
5034
+ type: string
5035
+ name:
5036
+ type: string
5037
+ required:
5038
+ - key
5039
+ type: object
5040
+ serviceAccount:
5041
+ description: ServiceAccount specifies the service account whose token should be fetched
5042
+ type: string
5043
+ type: object
5044
+ type: object
5045
+ type: object
4998
5046
type: object
4999
5047
description:
5000
5048
description: Description for the check
You can’t perform that action at this time.
0 commit comments