Skip to content

Commit 05ce006

Browse files
nikhitak8s-publishing-bot
authored andcommitted
apimachinery: fix typos in README
Kubernetes-commit: 02f933b84921b9e09dc602be52724bdf47016111
1 parent e7ad5e7 commit 05ce006

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)