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
943405d3
Commit
943405d3
authored
Jun 20, 2018
by
Dr. Stefan Schimanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sample-apiserver: add note that the pkg is k8s.io/sample-apiserver
parent
6d3f5b75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
staging/src/k8s.io/sample-apiserver/README.md
+1
-0
README.md
staging/src/k8s.io/sample-controller/README.md
+2
-0
No files found.
staging/src/k8s.io/sample-apiserver/README.md
View file @
943405d3
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
Demonstration of how to use the k8s.io/apiserver library to build a functional API server.
Demonstration of how to use the k8s.io/apiserver library to build a functional API server.
**Note:**
go-get or vendor this package as
`k8s.io/sample-apiserver`
.
## Purpose
## Purpose
...
...
staging/src/k8s.io/sample-controller/README.md
View file @
943405d3
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
This repository implements a simple controller for watching Foo resources as
This repository implements a simple controller for watching Foo resources as
defined with a CustomResourceDefinition (CRD).
defined with a CustomResourceDefinition (CRD).
**Note:**
go-get or vendor this package as
`k8s.io/sample-controller`
.
This particular example demonstrates how to perform basic operations such as:
This particular example demonstrates how to perform basic operations such as:
*
How to register a new custom resource (custom resource type) of type
`Foo`
using a CustomResourceDefinition.
*
How to register a new custom resource (custom resource type) of type
`Foo`
using a CustomResourceDefinition.
...
...
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