We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dc01d commit e2ff328Copy full SHA for e2ff328
keps/sig-auth/541-external-credential-providers/README.md
@@ -271,6 +271,10 @@ type Cluster struct {
271
// +listType=atomic
272
// +optional
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"`
278
// Config holds additional config data that is specific to the exec plugin
279
// with regards to the cluster being authenticated to.
280
0 commit comments