File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Writing a controller requires **three** pieces:
2929
3030The main object is the source of truth for what the world should be like, and it takes the form of a Kubernetes object like a:
3131
32- - [ Pod] ( https://arnavion.github.io /k8s-openapi/v0.14.x /k8s_openapi/api/core/v1/struct.Pod.html )
33- - [ Deployment] ( https://arnavion.github.io /k8s-openapi/v0.14.x /k8s_openapi/api/apps/v1/struct.Deployment.html )
34- - ..[ any native Kubernetes Resource] ( https://arnavion.github.io /k8s-openapi/v0.14.x /k8s_openapi/trait.Resource.html#implementors )
32+ - [ Pod] ( https://docs.rs /k8s-openapi/latest /k8s_openapi/api/core/v1/struct.Pod.html )
33+ - [ Deployment] ( https://docs.rs /k8s-openapi/latest /k8s_openapi/api/apps/v1/struct.Deployment.html )
34+ - ..[ any native Kubernetes Resource] ( https://docs.rs /k8s-openapi/latest /k8s_openapi/trait.Resource.html#implementors )
3535- a partially typed or dynamically typed Kubernetes Resource
3636- an object from [ api discovery] ( https://docs.rs/kube/latest/kube/discovery/index.html )
3737- a [ Custom Resource] ( https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/ )
You can’t perform that action at this time.
0 commit comments