Skip to content

Commit bf0f293

Browse files
authored
fix deadlock of api-server resources when watch (#313)
1 parent 7ee7d46 commit bf0f293

11 files changed

Lines changed: 557 additions & 1180 deletions

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ header:
3838
- '**/README.md.gotmpl'
3939
- '**/*.json'
4040
- '**/.helmignore'
41+
- 'testbin/**'
4142

4243
comment: on-failure

config/crd/bases/resource.streamnative.io_apikeys.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ spec:
9797
This can only be set on initial creation and not updated later
9898
format: date-time
9999
type: string
100+
exportPlaintextToken:
101+
description: ExportPlaintextToken indicates whether the token should
102+
be exported in plaintext
103+
type: boolean
100104
instanceName:
101105
description: InstanceName is the name of the instance this API key
102106
is for

config/crd/bases/resource.streamnative.io_pulsarconnections.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,18 @@ spec:
224224
ClusterName specifies the name of the local Pulsar cluster.
225225
When setting up Geo-Replication between Pulsar instances, this should be enabled to identify the cluster.
226226
type: string
227+
tlsAllowInsecureConnection:
228+
description: TLSAllowInsecureConnection indicates whether to allow
229+
insecure connection to the broker.
230+
type: boolean
227231
tlsEnableHostnameVerification:
228-
description: TLSEnableHostnameVerification indicates whether to verify the hostname of the broker.
232+
description: |-
233+
TLSEnableHostnameVerification indicates whether to verify the hostname of the broker.
229234
Only used when using secure urls.
230235
type: boolean
231-
tlsAllowInsecureConnection:
232-
description: TLSAllowInsecureConnection indicates whether to allow insecure connection to the broker.
233-
type: boolean
234236
tlsTrustCertsFilePath:
235-
description: TLSTrustCertsFilePath Path for the TLS certificate used to validate the broker endpoint when using TLS.
237+
description: TLSTrustCertsFilePath Path for the TLS certificate used
238+
to validate the broker endpoint when using TLS.
236239
type: string
237240
type: object
238241
status:

0 commit comments

Comments
 (0)