Backport of chore: remove repetitive words into release/1.18.x (#20934)

chore: remove repetitive words (#20890)

Signed-off-by: availhang <mayangang@outlook.com>
pull/20941/head
hc-github-team-consul-core 2024-03-29 17:43:52 -04:00 committed by GitHub
parent f1ef0cd2cf
commit 71f00e67e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -187,7 +187,7 @@ func (b *Builder) Run(t testutil.TestingTB) pbresource.ResourceServiceClient {
}
// HACK ALERT: The client needs to be injected into the V2TenancyBridge
// after it has been created due the the circular dependency. This will
// after it has been created due the circular dependency. This will
// go away when the tenancy bridge is removed and V1 is no more, however
// long that takes.
switch config.TenancyBridge.(type) {

View File

@ -52,8 +52,8 @@ type RuntimeCallback func(context.Context, Runtime)
// NewController creates a controller that is setup to watched the managed type.
// Extra cache indexes may be provided as well and these indexes will be automatically managed.
// Typically, further calls to other builder methods will be needed to fully configure
// the controller such as using WithReconcile to define the the code that will be called
// when the managed resource needs reconcilation.
// the controller such as using WithReconcile to define the code that will be called
// when the managed resource needs reconciliation.
func NewController(name string, managedType *pbresource.Type, indexes ...*index.Index) *Controller {
w := &watch{
watchedType: managedType,

View File

@ -437,7 +437,7 @@ Specifies the path to the claim in the JSON web token. For more information abou
### `JWT{}.Providers[].VerifyClaims.Value`
Specifies the value to match on when verifying the the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
Specifies the value to match on when verifying the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
#### Values
@ -785,7 +785,7 @@ Specifies the path to the claim in the JSON web token. For more information abou
### `spec.jwt.providers[].verifyClaims[].value`
Specifies the value to match on when verifying the the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
Specifies the value to match on when verifying the claim designated in [`JWT{}.Providers[].VerifyClaims[].Path`](#jwt-providers-verifyclaims-path).
#### Values