1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

Documentation: fix documentation and remove unnecessary whitespace

This commit is contained in:
Frederic Branczyk 2017-08-22 12:54:38 +02:00
parent c6d98a2a97
commit a7e8b412ea
No known key found for this signature in database
GPG key ID: 7741A52782A90069
5 changed files with 21 additions and 21 deletions

View file

@ -20,13 +20,13 @@ rules:
resources: resources:
- thirdpartyresources - thirdpartyresources
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io
resources: resources:
- customresourcedefinitions - customresourcedefinitions
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- monitoring.coreos.com - monitoring.coreos.com
resources: resources:
@ -60,7 +60,7 @@ rules:
verbs: ["list", "watch"] verbs: ["list", "watch"]
- apiGroups: [""] - apiGroups: [""]
resources: resources:
- namespaces - namespaces
verbs: ["list"] verbs: ["list"]
``` ```

View file

@ -31,13 +31,13 @@ rules:
resources: resources:
- thirdpartyresources - thirdpartyresources
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io
resources: resources:
- customresourcedefinitions - customresourcedefinitions
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- monitoring.coreos.com - monitoring.coreos.com
resources: resources:
@ -71,7 +71,7 @@ rules:
verbs: ["list", "watch"] verbs: ["list", "watch"]
- apiGroups: [""] - apiGroups: [""]
resources: resources:
- namespaces - namespaces
verbs: ["list"] verbs: ["list"]
--- ---
apiVersion: v1 apiVersion: v1

View file

@ -54,7 +54,7 @@ po-docgen:
docs: embedmd po-docgen docs: embedmd po-docgen
$(GOPATH)/bin/embedmd -w `find Documentation -name "*.md"` $(GOPATH)/bin/embedmd -w `find Documentation -name "*.md"`
$(GOPATH)/bin/po-docgen api pkg/client/monitoring/v1alpha1/types.go > Documentation/api.md $(GOPATH)/bin/po-docgen api pkg/client/monitoring/v1/types.go > Documentation/api.md
$(GOPATH)/bin/po-docgen compatibility > Documentation/compatibility.md $(GOPATH)/bin/po-docgen compatibility > Documentation/compatibility.md
generate: jsonnet-docker generate: jsonnet-docker

View file

@ -21,13 +21,13 @@ rules:
resources: resources:
- thirdpartyresources - thirdpartyresources
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io
resources: resources:
- customresourcedefinitions - customresourcedefinitions
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- monitoring.coreos.com - monitoring.coreos.com
resources: resources:
@ -61,7 +61,7 @@ rules:
verbs: ["list", "watch"] verbs: ["list", "watch"]
- apiGroups: [""] - apiGroups: [""]
resources: resources:
- namespaces - namespaces
verbs: ["list"] verbs: ["list"]
--- ---
apiVersion: v1 apiVersion: v1

View file

@ -8,13 +8,13 @@ rules:
resources: resources:
- thirdpartyresources - thirdpartyresources
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- apiextensions.k8s.io - apiextensions.k8s.io
resources: resources:
- customresourcedefinitions - customresourcedefinitions
verbs: verbs:
- "*" - "*"
- apiGroups: - apiGroups:
- monitoring.coreos.com - monitoring.coreos.com
resources: resources:
@ -48,5 +48,5 @@ rules:
verbs: ["list", "watch"] verbs: ["list", "watch"]
- apiGroups: [""] - apiGroups: [""]
resources: resources:
- namespaces - namespaces
verbs: ["list"] verbs: ["list"]