File tree 4 files changed +0
-9
lines changed
4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,6 @@ type BucketSpec struct {
112
112
113
113
// ProxySecretRef specifies the Secret containing the proxy configuration
114
114
// to use while communicating with the Bucket server.
115
- //
116
- // Only supported for the `generic`, `gcp` and `azure` providers.
117
115
// +optional
118
116
ProxySecretRef * meta.LocalObjectReference `json:"proxySecretRef,omitempty"`
119
117
Original file line number Diff line number Diff line change @@ -395,9 +395,6 @@ spec:
395
395
description : |-
396
396
ProxySecretRef specifies the Secret containing the proxy configuration
397
397
to use while communicating with the Bucket server.
398
-
399
-
400
- Only supported for the `generic`, `gcp` and `azure` providers.
401
398
properties :
402
399
name :
403
400
description : Name of the referent.
Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
219
219
<em >(Optional)</em >
220
220
<p >ProxySecretRef specifies the Secret containing the proxy configuration
221
221
to use while communicating with the Bucket server.</p >
222
- <p >Only supported for the <code >generic</code >, <code >gcp</code > and <code >azure</code > providers.</p >
223
222
</td >
224
223
</tr >
225
224
<tr >
@@ -1648,7 +1647,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
1648
1647
<em >(Optional)</em >
1649
1648
<p >ProxySecretRef specifies the Secret containing the proxy configuration
1650
1649
to use while communicating with the Bucket server.</p >
1651
- <p >Only supported for the <code >generic</code >, <code >gcp</code > and <code >azure</code > providers.</p >
1652
1650
</td >
1653
1651
</tr >
1654
1652
<tr >
Original file line number Diff line number Diff line change @@ -854,8 +854,6 @@ The Secret can contain three keys:
854
854
- ` password` , to specify the password to use if the proxy server is protected by
855
855
basic authentication. This is an optional key.
856
856
857
- This API is only supported for the `generic`, `gcp` and `azure` [providers](#provider).
858
-
859
857
Example :
860
858
861
859
` ` ` yaml
You can’t perform that action at this time.
0 commit comments