File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
keps/sig-auth/541-external-credential-providers Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ clusters:
156
156
server : " https://1.2.3.4:8080"
157
157
certificate-authority : " /etc/kubernetes/ca.pem"
158
158
extensions :
159
- - name : exec # reserved extension name for per cluster exec config
159
+ - name : client.authentication.k8s.io/ exec # reserved extension name for per cluster exec config
160
160
extension :
161
161
some-config-per-cluster : config-data # arbitrary config
162
162
contexts :
@@ -271,6 +271,10 @@ type Cluster struct {
271
271
// +listType=atomic
272
272
// +optional
273
273
CAData []byte ` json:"caData,omitempty"`
274
+ // ProxyURL is the URL to the proxy to be used for all requests to this
275
+ // cluster.
276
+ // +optional
277
+ ProxyURL string ` json:"proxy-url,omitempty"`
274
278
// Config holds additional config data that is specific to the exec plugin
275
279
// with regards to the cluster being authenticated to.
276
280
// +optional
You can’t perform that action at this time.
0 commit comments