mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-01-19 16:12:52 +08:00
00e875e461
sample-controller: add API types sample-controller: regenerate files sample-controller: add implementation sample-controller: update bazel sample-controller: update make-rules and cache_go_dirs sample-controller: Set noStatus tag. Remove openapi-gen tag. sample-controller: add deletion tombstone handling logic sample-controller: update README, remove use of reflect in UpdateFuncs sample-controller: add OWNERS file sample-controller: add LICENSE Kubernetes-commit: 740afa0e65bf44a95752fb863017a7cf14b476ad
8 lines
135 B
YAML
8 lines
135 B
YAML
apiVersion: samplecontroller.k8s.io/v1alpha1
|
|
kind: Foo
|
|
metadata:
|
|
name: example-foo
|
|
spec:
|
|
deploymentName: example-foo
|
|
replicas: 1
|