Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
02f933b8
Commit
02f933b8
authored
Dec 19, 2017
by
Nikhita Raghunath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apimachinery: fix typos in README
parent
0d42e742
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.md
staging/src/k8s.io/apimachinery/README.md
+3
-4
No files found.
staging/src/k8s.io/apimachinery/README.md
View file @
02f933b8
...
...
@@ -6,7 +6,7 @@ Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and K
## Purpose
This library is a shared dependency for servers and clients to work with Kubernetes API infrastructure without direct
type dependencies. It
's first com
sumers are
`k8s.io/kubernetes`
,
`k8s.io/client-go`
, and
`k8s.io/apiserver`
.
type dependencies. It
s first con
sumers are
`k8s.io/kubernetes`
,
`k8s.io/client-go`
, and
`k8s.io/apiserver`
.
## Compatibility
...
...
@@ -25,5 +25,5 @@ Code changes are made in that location, merged into `k8s.io/kubernetes` and late
## Things you should *NOT* do
1.
Add API types to this repo. This is for the machinery, not for the types.
2.
Directly modify any files under
`pkg`
in this repo. Those are driven from
`k8s.io/kuberenetes/staging/src/k8s.io/apimachinery`
.
3.
Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees.
\ No newline at end of file
2.
Directly modify any files under
`pkg`
in this repo. Those are driven from
`k8s.io/kubernetes/staging/src/k8s.io/apimachinery`
.
3.
Expect compatibility. This repo is direct support of Kubernetes and the API isn't yet stable enough for API guarantees.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment