@r8s/crds 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/crds/certmanager-certificate.yaml +794 -0
  2. package/crds/certmanager-clusterissuer.yaml +3739 -0
  3. package/crds/clickhouse-installation.yaml +1847 -0
  4. package/crds/cnpg-cluster.yaml +6794 -0
  5. package/crds/cnpg-pooler.yaml +9311 -0
  6. package/crds/cnpg-scheduledbackup.yaml +191 -0
  7. package/crds/envoy-backendtrafficpolicy.yaml +1 -0
  8. package/crds/envoy-clienttrafficpolicy.yaml +1 -0
  9. package/crds/envoy-envoyproxy.yaml +1 -0
  10. package/crds/envoy-proxy.yaml +16626 -0
  11. package/crds/envoy-securitypolicy.yaml +1 -0
  12. package/crds/externaldns-endpoint.yaml +94 -0
  13. package/crds/gatewayapi-gateway.yaml +2253 -0
  14. package/crds/gatewayapi-httproute.yaml +5643 -0
  15. package/crds/keycloak-keycloak.yaml +3192 -0
  16. package/crds/keycloak-realmimport.yaml +2878 -0
  17. package/crds/logging-flow.yaml +1768 -0
  18. package/crds/logging-logging.yaml +16770 -0
  19. package/crds/logging-output.yaml +14658 -0
  20. package/crds/loki-lokistack.yaml +5390 -0
  21. package/crds/prometheus-alertmanager.yaml +10013 -0
  22. package/crds/prometheus-podmonitor.yaml +741 -0
  23. package/crds/prometheus-prometheus.yaml +13928 -0
  24. package/crds/prometheus-prometheusrule.yaml +267 -0
  25. package/crds/prometheus-scrapeconfig.yaml +12938 -0
  26. package/crds/prometheus-servicemonitor.yaml +764 -0
  27. package/crds/prometheus-thanosruler.yaml +9795 -0
  28. package/crds/redis-cluster.yaml +7862 -0
  29. package/crds/redis-failover.yaml +1 -0
  30. package/crds/redis-replication.yaml +5593 -0
  31. package/crds/velero-backups.yaml +630 -0
  32. package/crds/velero-backupstoragelocations.yaml +174 -0
  33. package/crds/velero-schedules.yaml +584 -0
  34. package/dist/generated/cert-manager.d.ts +873 -0
  35. package/dist/generated/cert-manager.d.ts.map +1 -0
  36. package/dist/generated/cert-manager.js +24 -0
  37. package/dist/generated/cert-manager.js.map +1 -0
  38. package/dist/generated/clickhouse.d.ts +692 -0
  39. package/dist/generated/clickhouse.d.ts.map +1 -0
  40. package/dist/generated/clickhouse.js +14 -0
  41. package/dist/generated/clickhouse.js.map +1 -0
  42. package/dist/generated/externaldns.d.ts +47 -0
  43. package/dist/generated/externaldns.d.ts.map +1 -0
  44. package/dist/generated/externaldns.js +14 -0
  45. package/dist/generated/externaldns.js.map +1 -0
  46. package/dist/generated/gateway.d.ts +2396 -0
  47. package/dist/generated/gateway.d.ts.map +1 -0
  48. package/dist/generated/gateway.js +34 -0
  49. package/dist/generated/gateway.js.map +1 -0
  50. package/dist/generated/index.d.ts +24 -0
  51. package/dist/generated/index.d.ts.map +1 -0
  52. package/dist/generated/index.js +61 -0
  53. package/dist/generated/index.js.map +1 -0
  54. package/dist/generated/keycloak.d.ts +1607 -0
  55. package/dist/generated/keycloak.d.ts.map +1 -0
  56. package/dist/generated/keycloak.js +24 -0
  57. package/dist/generated/keycloak.js.map +1 -0
  58. package/dist/generated/logging.d.ts +3487 -0
  59. package/dist/generated/logging.d.ts.map +1 -0
  60. package/dist/generated/logging.js +34 -0
  61. package/dist/generated/logging.js.map +1 -0
  62. package/dist/generated/loki.d.ts +578 -0
  63. package/dist/generated/loki.d.ts.map +1 -0
  64. package/dist/generated/loki.js +14 -0
  65. package/dist/generated/loki.js.map +1 -0
  66. package/dist/generated/monitoring.d.ts +4230 -0
  67. package/dist/generated/monitoring.d.ts.map +1 -0
  68. package/dist/generated/monitoring.js +74 -0
  69. package/dist/generated/monitoring.js.map +1 -0
  70. package/dist/generated/operators.d.ts +18 -0
  71. package/dist/generated/operators.d.ts.map +1 -0
  72. package/dist/generated/operators.js +191 -0
  73. package/dist/generated/operators.js.map +1 -0
  74. package/dist/generated/postgresql.d.ts +2820 -0
  75. package/dist/generated/postgresql.d.ts.map +1 -0
  76. package/dist/generated/postgresql.js +34 -0
  77. package/dist/generated/postgresql.js.map +1 -0
  78. package/dist/generated/redis.d.ts +1253 -0
  79. package/dist/generated/redis.d.ts.map +1 -0
  80. package/dist/generated/redis.js +24 -0
  81. package/dist/generated/redis.js.map +1 -0
  82. package/dist/generated/velero.d.ts +351 -0
  83. package/dist/generated/velero.d.ts.map +1 -0
  84. package/dist/generated/velero.js +34 -0
  85. package/dist/generated/velero.js.map +1 -0
  86. package/dist/index.d.ts +18 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.js +34 -0
  89. package/dist/index.js.map +1 -0
  90. package/operators.yaml +196 -0
  91. package/package.json +49 -0
@@ -0,0 +1,191 @@
1
+ ---
2
+ apiVersion: apiextensions.k8s.io/v1
3
+ kind: CustomResourceDefinition
4
+ metadata:
5
+ annotations:
6
+ controller-gen.kubebuilder.io/version: v0.20.1
7
+ name: scheduledbackups.postgresql.cnpg.io
8
+ spec:
9
+ group: postgresql.cnpg.io
10
+ names:
11
+ kind: ScheduledBackup
12
+ listKind: ScheduledBackupList
13
+ plural: scheduledbackups
14
+ singular: scheduledbackup
15
+ scope: Namespaced
16
+ versions:
17
+ - additionalPrinterColumns:
18
+ - jsonPath: .metadata.creationTimestamp
19
+ name: Age
20
+ type: date
21
+ - jsonPath: .spec.cluster.name
22
+ name: Cluster
23
+ type: string
24
+ - jsonPath: .status.lastScheduleTime
25
+ name: Last Backup
26
+ type: date
27
+ name: v1
28
+ schema:
29
+ openAPIV3Schema:
30
+ description: ScheduledBackup is the Schema for the scheduledbackups API
31
+ properties:
32
+ apiVersion:
33
+ description: |-
34
+ APIVersion defines the versioned schema of this representation of an object.
35
+ Servers should convert recognized schemas to the latest internal value, and
36
+ may reject unrecognized values.
37
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
38
+ type: string
39
+ kind:
40
+ description: |-
41
+ Kind is a string value representing the REST resource this object represents.
42
+ Servers may infer this from the endpoint the client submits requests to.
43
+ Cannot be updated.
44
+ In CamelCase.
45
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
46
+ type: string
47
+ metadata:
48
+ type: object
49
+ spec:
50
+ description: |-
51
+ Specification of the desired behavior of the ScheduledBackup.
52
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
53
+ properties:
54
+ backupOwnerReference:
55
+ default: none
56
+ description: |-
57
+ Indicates which ownerReference should be put inside the created backup resources.<br />
58
+ - none: no owner reference for created backup objects (same behavior as before the field was introduced)<br />
59
+ - self: sets the Scheduled backup object as owner of the backup<br />
60
+ - cluster: set the cluster as owner of the backup<br />
61
+ enum:
62
+ - none
63
+ - self
64
+ - cluster
65
+ type: string
66
+ cluster:
67
+ description: The cluster to backup
68
+ properties:
69
+ name:
70
+ description: Name of the referent.
71
+ type: string
72
+ required:
73
+ - name
74
+ type: object
75
+ immediate:
76
+ description: If the first backup has to be immediately start after
77
+ creation or not
78
+ type: boolean
79
+ method:
80
+ default: barmanObjectStore
81
+ description: |-
82
+ The backup method to be used, possible options are `barmanObjectStore`,
83
+ `volumeSnapshot` or `plugin`. Defaults to: `barmanObjectStore`.
84
+ enum:
85
+ - barmanObjectStore
86
+ - volumeSnapshot
87
+ - plugin
88
+ type: string
89
+ online:
90
+ description: |-
91
+ Whether the default type of backup with volume snapshots is
92
+ online/hot (`true`, default) or offline/cold (`false`)
93
+ Overrides the default setting specified in the cluster field '.spec.backup.volumeSnapshot.online'
94
+ type: boolean
95
+ onlineConfiguration:
96
+ description: |-
97
+ Configuration parameters to control the online/hot backup with volume snapshots
98
+ Overrides the default settings specified in the cluster '.backup.volumeSnapshot.onlineConfiguration' stanza
99
+ properties:
100
+ immediateCheckpoint:
101
+ description: |-
102
+ Control whether the I/O workload for the backup initial checkpoint will
103
+ be limited, according to the `checkpoint_completion_target` setting on
104
+ the PostgreSQL server. If set to true, an immediate checkpoint will be
105
+ used, meaning PostgreSQL will complete the checkpoint as soon as
106
+ possible. `false` by default.
107
+ type: boolean
108
+ waitForArchive:
109
+ default: true
110
+ description: |-
111
+ If false, the function will return immediately after the backup is completed,
112
+ without waiting for WAL to be archived.
113
+ This behavior is only useful with backup software that independently monitors WAL archiving.
114
+ Otherwise, WAL required to make the backup consistent might be missing and make the backup useless.
115
+ By default, or when this parameter is true, pg_backup_stop will wait for WAL to be archived when archiving is
116
+ enabled.
117
+ On a standby, this means that it will wait only when archive_mode = always.
118
+ If write activity on the primary is low, it may be useful to run pg_switch_wal on the primary in order to trigger
119
+ an immediate segment switch.
120
+ type: boolean
121
+ type: object
122
+ pluginConfiguration:
123
+ description: Configuration parameters passed to the plugin managing
124
+ this backup
125
+ properties:
126
+ name:
127
+ description: Name is the name of the plugin managing this backup
128
+ type: string
129
+ parameters:
130
+ additionalProperties:
131
+ type: string
132
+ description: |-
133
+ Parameters are the configuration parameters passed to the backup
134
+ plugin for this backup
135
+ type: object
136
+ required:
137
+ - name
138
+ type: object
139
+ schedule:
140
+ description: |-
141
+ The schedule does not follow the same format used in Kubernetes CronJobs
142
+ as it includes an additional seconds specifier,
143
+ see https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format
144
+ type: string
145
+ suspend:
146
+ description: If this backup is suspended or not
147
+ type: boolean
148
+ target:
149
+ description: |-
150
+ The policy to decide which instance should perform this backup. If empty,
151
+ it defaults to `cluster.spec.backup.target`.
152
+ Available options are empty string, `primary` and `prefer-standby`.
153
+ `primary` to have backups run always on primary instances,
154
+ `prefer-standby` to have backups run preferably on the most updated
155
+ standby, if available.
156
+ enum:
157
+ - primary
158
+ - prefer-standby
159
+ type: string
160
+ required:
161
+ - cluster
162
+ - schedule
163
+ type: object
164
+ status:
165
+ description: |-
166
+ Most recently observed status of the ScheduledBackup. This data may not be up
167
+ to date. Populated by the system. Read-only.
168
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
169
+ properties:
170
+ lastCheckTime:
171
+ description: The latest time the schedule
172
+ format: date-time
173
+ type: string
174
+ lastScheduleTime:
175
+ description: Information when was the last time that backup was successfully
176
+ scheduled.
177
+ format: date-time
178
+ type: string
179
+ nextScheduleTime:
180
+ description: Next time we will run a backup
181
+ format: date-time
182
+ type: string
183
+ type: object
184
+ required:
185
+ - metadata
186
+ - spec
187
+ type: object
188
+ served: true
189
+ storage: true
190
+ subresources:
191
+ status: {}
@@ -0,0 +1 @@
1
+ 404: Not Found
@@ -0,0 +1 @@
1
+ 404: Not Found
@@ -0,0 +1 @@
1
+ 404: Not Found