mirror of https://github.com/status-im/consul.git
chore: remove repetitive words (#20890)
Signed-off-by: availhang <mayangang@outlook.com>
This commit is contained in:
parent
39112c7a98
commit
44facc2ea3
|
@ -173,7 +173,7 @@ func (b *Builder) Run(t testutil.TestingTB) pbresource.ResourceServiceClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
// HACK ALERT: The client needs to be injected into the V2TenancyBridge
|
// 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
|
// go away when the tenancy bridge is removed and V1 is no more, however
|
||||||
// long that takes.
|
// long that takes.
|
||||||
switch config.TenancyBridge.(type) {
|
switch config.TenancyBridge.(type) {
|
||||||
|
|
|
@ -58,7 +58,7 @@ type RuntimeCallback func(context.Context, Runtime)
|
||||||
// NewController creates a controller that is setup to watched the managed type.
|
// 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.
|
// 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
|
// 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.
|
// when the managed resource needs reconciliation.
|
||||||
func NewController(name string, managedType *pbresource.Type, indexes ...*index.Index) *Controller {
|
func NewController(name string, managedType *pbresource.Type, indexes ...*index.Index) *Controller {
|
||||||
w := &watch{
|
w := &watch{
|
||||||
|
|
|
@ -437,7 +437,7 @@ Specifies the path to the claim in the JSON web token. For more information abou
|
||||||
|
|
||||||
### `JWT{}.Providers[].VerifyClaims.Value`
|
### `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
|
#### 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`
|
### `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
|
#### Values
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue