You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEVELOPMENT.md
+24-12
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,33 @@ Then you can [iterate](#iterating) (including
18
18
19
19
### Ramp up
20
20
21
-
Welcome to the project!! You may find these resources helpful to ramp
22
-
up on some of the technology this project is built on. This project
23
-
extends Kubernetes (aka `k8s`) with Custom Resource Definitions (CRDSs). To
24
-
find out more:
25
-
26
-
*[The Kubernetes docs on Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) - These will orient you on what words like "Resource" and "Controller" concretely mean
27
-
*[Understanding Kubernetes objects](https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/) - This will further solidify k8s nomenclature
28
-
*[API conventions - Types(kinds)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#types-kinds) - Another useful set of words describing words. "Objects" and "Lists" in k8s land
29
-
*[Extend the Kubernetes API with CustomResourceDefinitions](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/)- A tutorial demonstrating how a Custom Resource Definition can be added to Kubernetes without anything actually "happening" beyond being able to list Objects of that kind
21
+
Welcome to the project!! You may find these resources helpful to ramp up on some
22
+
of the technology this project is built on. This project extends Kubernetes (aka
23
+
`k8s`) with Custom Resource Definitions (CRDSs). To find out more:
24
+
25
+
-[The Kubernetes docs on Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) -
26
+
These will orient you on what words like "Resource" and "Controller"
Another useful set of words describing words. "Objects" and "Lists" in k8s
32
+
land
33
+
-[Extend the Kubernetes API with CustomResourceDefinitions](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/)-
34
+
A tutorial demonstrating how a Custom Resource Definition can be added to
35
+
Kubernetes without anything actually "happening" beyond being able to list
36
+
Objects of that kind
30
37
31
38
At this point, you may find it useful to return to these `Tekton Pipeline` docs:
32
39
33
-
*[Tekton Pipeline README](https://github.com/tektoncd/pipeline/blob/master/docs/README.md) - Some of the terms here may make more sense!
34
-
* Install via [official installation docs](https://github.com/tektoncd/pipeline/blob/master/docs/install.md) or continue though [getting started for development](#getting-started)
35
-
*[Tekton Pipeline "Hello World" tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) - Define `Tasks`, `Pipelines`, and `PipelineResources`, see what happens when they are run
0 commit comments