File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ roleRef:
127127
128128# #### Cross-Workspace
129129
130- Users from other workspaces can be authorized to peform actions using RBAC, e.g. to `bind` and APIExport.
130+ Users from other workspaces can be authorized to perform actions using RBAC, e.g. to `bind` and APIExport.
131131
132132# ##### Service Accounts
133133
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ authoritative place that stores code. Every staging repository is a standalone G
2929## Similarities with Kubernetes
3030
3131This pattern is the same as the Kubernetes staging repositories pattern, with an exception of how tags are handled
32- within published repositories (this is explained later in this document).
32+ within published repositories (this is explained later in this document).
3333
3434## High Level Overview
3535
@@ -61,13 +61,13 @@ Concretely:
6161- kcp-dev/apimachinery has the Go module major version at v2, so tags will be v2.x.y
6262- kcp-dev/code-generator has the Go module major version at v3, so tags will be v3.x.y
6363
64- Note: the reason for the speical handling of tags is to ensure the backwards compatibility, as these libraries
64+ Note: the reason for the special handling of tags is to ensure the backwards compatibility, as these libraries
6565already had tags/releases that did not correspond to the kcp versioning.
6666
6767## Implementation
6868
6969The mirroring process is implemented via the publishing-bot tool. This tool has been originally created by
70- the Kubernetes project. We're maintaing a fork of this tool that has been adjusted for our purposes at
70+ the Kubernetes project. We're maintaining a fork of this tool that has been adjusted for our purposes at
7171[ kcp-dev/publishing-bot] ( https://github.com/kcp-dev/publishing-bot ) . Overall, the changes made to the original tool
7272include:
7373
You can’t perform that action at this time.
0 commit comments