Browse Source

chore: remove repetitive words (#20890)

Signed-off-by: availhang <mayangang@outlook.com>
pull/20937/head
George Ma 8 months ago committed by GitHub
parent
commit
44facc2ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      agent/grpc-external/services/resource/testing/builder.go
  2. 2
      internal/controller/controller.go
  3. 4
      website/content/docs/connect/config-entries/service-intentions.mdx

2
agent/grpc-external/services/resource/testing/builder.go vendored

@ -173,7 +173,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) {

2
internal/controller/controller.go

@ -58,7 +58,7 @@ 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
// 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{

4
website/content/docs/connect/config-entries/service-intentions.mdx

@ -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

Loading…
Cancel
Save