Skip to content

Commit 386f9dd

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#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/apimachinery#32, kubernetes/apimachinery#27, kubernetes/apimachinery#20. **Release note**: ```release-note NONE ``` /assign sttts
2 parents bf12b51 + 02f933b commit 386f9dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

staging/src/k8s.io/apimachinery/README.md

+3-3
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)