We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c106d commit 3dba4a7Copy full SHA for 3dba4a7
internal/subroutine/authorization_model_test.go
@@ -72,7 +72,7 @@ func mockLogicalClusterGet(k8s *mocks.MockClient) {
72
func(ctx context.Context, nn types.NamespacedName, o client.Object, opts ...client.GetOption) error {
73
lc := o.(*kcpcorev1alpha1.LogicalCluster)
74
lc.Annotations = map[string]string{
75
- "kcp.io/path": "path",
+ "kcp.io/cluster": "path",
76
}
77
78
return nil
0 commit comments