-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdefinition.yaml
More file actions
63 lines (63 loc) · 2.28 KB
/
Copy pathdefinition.yaml
File metadata and controls
63 lines (63 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
apiVersion: apiextensions.crossplane.io/v2
kind: CompositeResourceDefinition
metadata:
name: osss.observe.platform.upbound.io
spec:
scope: Namespaced
defaultCompositeDeletePolicy: Foreground
group: observe.platform.upbound.io
names:
kind: Oss
plural: osss
versions:
- name: v1alpha1
served: true
referenceable: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
parameters:
type: object
description: Monitoring configuration parameters.
properties:
id:
type: string
description: ID of this Cluster to enable Monitoring with OSS Prometheus and Grafana
operators:
type: object
description: Operators parameters.
properties:
prometheus:
type: object
description: Prometheus operator parameters.
properties:
version:
type: string
description: Prometheus chart version.
managementPolicies:
description: ManagementPolicies for the RDS resources. Defaults to ["*"] which includes all operations (Create, Observe, Update, Delete). To orphan resources on deletion, use ["Create", "Observe", "Update"].
type: array
items:
type: string
enum:
- "*"
- Create
- Observe
- Update
- Delete
default: ["*"]
required:
- id
required:
- parameters
status:
type: object
properties:
backup:
description: Freeform field containing status information for uxp-datadog
type: object
x-kubernetes-preserve-unknown-fields: true