mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
Add generate-crd in 'make generate' rule
This commit is contained in:
parent
9ddf815d0f
commit
43f767329c
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ Specification of the desired behavior of the Alertmanager cluster. More info: ht
|
||||||
| resources | Define resources requests and limits for single Pods. | [v1.ResourceRequirements](https://v1-6.docs.kubernetes.io/docs/api-reference/v1.6/#resourcerequirements-v1-core) | false |
|
| resources | Define resources requests and limits for single Pods. | [v1.ResourceRequirements](https://v1-6.docs.kubernetes.io/docs/api-reference/v1.6/#resourcerequirements-v1-core) | false |
|
||||||
| affinity | If specified, the pod's scheduling constraints. | *v1.Affinity | false |
|
| affinity | If specified, the pod's scheduling constraints. | *v1.Affinity | false |
|
||||||
| tolerations | If specified, the pod's tolerations. | []v1.Toleration | false |
|
| tolerations | If specified, the pod's tolerations. | []v1.Toleration | false |
|
||||||
| SecurityContext | SecurityContext holds pod-level security attributes and common container settings. This defaults to non root user with uid 1000 and gid 2000. | *v1.PodSecurityContext | false |
|
| securityContext | SecurityContext holds pod-level security attributes and common container settings. This defaults to non root user with uid 1000 and gid 2000. | *v1.PodSecurityContext | false |
|
||||||
| serviceAccountName | ServiceAccountName is the name of the ServiceAccount to use to run the Prometheus Pods. | string | false |
|
| serviceAccountName | ServiceAccountName is the name of the ServiceAccount to use to run the Prometheus Pods. | string | false |
|
||||||
|
|
||||||
[Back to TOC](#table-of-contents)
|
[Back to TOC](#table-of-contents)
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ docs: embedmd po-docgen
|
||||||
$(GOPATH)/bin/po-docgen compatibility > Documentation/compatibility.md
|
$(GOPATH)/bin/po-docgen compatibility > Documentation/compatibility.md
|
||||||
|
|
||||||
generate: jsonnet-docker
|
generate: jsonnet-docker
|
||||||
docker run --rm -v `pwd`:/go/src/github.com/coreos/prometheus-operator po-jsonnet make generate-deepcopy generate-openapi jsonnet generate-bundle docs generate-kube-prometheus
|
docker run --rm -v `pwd`:/go/src/github.com/coreos/prometheus-operator po-jsonnet make generate-deepcopy generate-openapi jsonnet generate-bundle docs generate-kube-prometheus generate-crd
|
||||||
|
|
||||||
|
|
||||||
$(GOBIN)/openapi-gen:
|
$(GOBIN)/openapi-gen:
|
||||||
|
|
Loading…
Add table
Reference in a new issue