mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
sample-apiserver: add note that the pkg is k8s.io/sample-apiserver
This commit is contained in:
parent
6d3f5b75f5
commit
943405d3d2
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user