Skip to content

Commit 20bbfef

Browse files
Merge pull request #57404 from nikhita/apimachinery-readme-typos
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. apimachinery: fix typos in README So that we can close kubernetes#32, kubernetes#27, kubernetes#20. **Release note**: ```release-note NONE ``` /assign sttts Kubernetes-commit: 386f9dd2e04b45548f18d3ea55b4e7d253cc3af5
2 parents e7ad5e7 + 05ce006 commit 20bbfef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and K
66
## Purpose
77

88
This library is a shared dependency for servers and clients to work with Kubernetes API infrastructure without direct
9-
type dependencies. It's first comsumers are `k8s.io/kubernetes`, `k8s.io/client-go`, and `k8s.io/apiserver`.
9+
type dependencies. Its first consumers are `k8s.io/kubernetes`, `k8s.io/client-go`, and `k8s.io/apiserver`.
1010

1111

1212
## Compatibility
@@ -25,5 +25,5 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late
2525
## Things you should *NOT* do
2626

2727
1. Add API types to this repo. This is for the machinery, not for the types.
28-
2. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kuberenetes/staging/src/k8s.io/apimachinery`.
29-
3. Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees.
28+
2. Directly modify any files under `pkg` in this repo. Those are driven from `k8s.io/kubernetes/staging/src/k8s.io/apimachinery`.
29+
3. Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees.

0 commit comments

Comments
 (0)