@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,578 @@
1
+ /**
2
+ * GENERATED from loki CRDs — do not edit by hand.
3
+ * Regenerate with: npm run generate -w @r8s/crds
4
+ */
5
+ import type { ObjectMeta } from '@r8s/k8s-types';
6
+ export interface LokiStack {
7
+ apiVersion: 'loki.grafana.com/v1';
8
+ kind: 'LokiStack';
9
+ metadata: ObjectMeta;
10
+ spec: LokiStackSpec;
11
+ status?: LokiStackStatus;
12
+ }
13
+ /** Props for the {@link LokiStack} component — a 1:1 mapping of the loki.grafana.com/v1 CRD. */
14
+ export interface LokiStackProps {
15
+ metadata: ObjectMeta;
16
+ spec: LokiStackSpec;
17
+ }
18
+ /** Render a LokiStack (loki.grafana.com/v1) exactly as defined by its CRD. */
19
+ export declare function LokiStackComponent(props: LokiStackProps): import("@r8s/core").r8sElement;
20
+ export interface Memberlist {
21
+ /** EnableIPv6 enables IPv6 support for the memberlist based hash ring. Currently this also forces the instanceAddrType to podIP to avoid local address lookup for the memberlist. */
22
+ "enableIPv6"?: boolean;
23
+ /** InstanceAddrType defines the type of address to use to advertise to the ring. Defaults to the first address from any private network interfaces of the current pod. Alternatively the public pod IP can be used in case private networks (RFC 1918 and RFC 6598) are not available. */
24
+ "instanceAddrType"?: "default" | "podIP";
25
+ }
26
+ export interface HashRing {
27
+ /** MemberList configuration spec */
28
+ "memberlist"?: Memberlist;
29
+ /** Type of hash ring implementation that should be used */
30
+ "type": "memberlist";
31
+ }
32
+ export interface Ingestion {
33
+ /** IngestionBurstSize defines the local rate-limited sample size per distributor replica. It should be set to the set at least to the maximum logs size expected in a single push request. */
34
+ "ingestionBurstSize"?: number;
35
+ /** IngestionRate defines the sample size per second. Units MB. */
36
+ "ingestionRate"?: number;
37
+ /** MaxGlobalStreamsPerTenant defines the maximum number of active streams per tenant, across the cluster. */
38
+ "maxGlobalStreamsPerTenant"?: number;
39
+ /** MaxLabelNameLength defines the maximum number of characters allowed for label keys in log streams. */
40
+ "maxLabelNameLength"?: number;
41
+ /** MaxLabelNamesPerSeries defines the maximum number of label names per series in each log stream. */
42
+ "maxLabelNamesPerSeries"?: number;
43
+ /** MaxLabelValueLength defines the maximum number of characters allowed for label values in log streams. */
44
+ "maxLabelValueLength"?: number;
45
+ /** MaxLineSize defines the maximum line size on ingestion path. Units in Bytes. */
46
+ "maxLineSize"?: number;
47
+ /** PerStreamDesiredRate defines the desired ingestion rate per second that LokiStack should target applying automatic stream sharding. Units MB. */
48
+ "perStreamDesiredRate"?: number;
49
+ /** PerStreamRateLimit defines the maximum byte rate per second per stream. Units MB. */
50
+ "perStreamRateLimit"?: number;
51
+ /** PerStreamRateLimitBurst defines the maximum burst bytes per stream. Units MB. */
52
+ "perStreamRateLimitBurst"?: number;
53
+ }
54
+ export interface LogAttributesItem {
55
+ /** Name contains either a verbatim name of an attribute or a regular expression matching many attributes. */
56
+ "name": string;
57
+ /** If Regex is true, then Name is treated as a regular expression instead of as a verbatim attribute name. */
58
+ "regex"?: boolean;
59
+ }
60
+ export interface ResourceAttributesItem {
61
+ /** Name contains either a verbatim name of an attribute or a regular expression matching many attributes. */
62
+ "name": string;
63
+ /** If Regex is true, then Name is treated as a regular expression instead of as a verbatim attribute name. */
64
+ "regex"?: boolean;
65
+ }
66
+ export interface ScopeAttributesItem {
67
+ /** Name contains either a verbatim name of an attribute or a regular expression matching many attributes. */
68
+ "name": string;
69
+ /** If Regex is true, then Name is treated as a regular expression instead of as a verbatim attribute name. */
70
+ "regex"?: boolean;
71
+ }
72
+ export interface Drop {
73
+ /** LogAttributes lists the names of log attributes that should be included in structured metadata. */
74
+ "logAttributes"?: LogAttributesItem[];
75
+ /** ResourceAttributes lists the names of resource attributes that should be included in structured metadata. */
76
+ "resourceAttributes"?: ResourceAttributesItem[];
77
+ /** ScopeAttributes lists the names of scope attributes that should be included in structured metadata. */
78
+ "scopeAttributes"?: ScopeAttributesItem[];
79
+ }
80
+ export interface StreamLabels {
81
+ /** ResourceAttributes lists the names of the resource attributes that should be converted into Loki stream labels. */
82
+ "resourceAttributes"?: ResourceAttributesItem[];
83
+ }
84
+ export interface Otlp {
85
+ /** Drop configures which attributes are dropped from the log entry. */
86
+ "drop"?: Drop;
87
+ /** StreamLabels configures which resource attributes are converted to Loki stream labels. */
88
+ "streamLabels"?: StreamLabels;
89
+ }
90
+ export interface Queries {
91
+ /** CardinalityLimit defines the cardinality limit for index queries. */
92
+ "cardinalityLimit"?: number;
93
+ /** MaxChunksPerQuery defines the maximum number of chunks that can be fetched by a single query. */
94
+ "maxChunksPerQuery"?: number;
95
+ /** MaxEntriesLimitPerQuery defines the maximum number of log entries that will be returned for a query. */
96
+ "maxEntriesLimitPerQuery"?: number;
97
+ /** MaxQuerySeries defines the maximum of unique series that is returned by a metric query. */
98
+ "maxQuerySeries"?: number;
99
+ /** MaxVolumeSeries defines the maximum number of aggregated series in a log-volume response */
100
+ "maxVolumeSeries"?: number;
101
+ /** Timeout when querying ingesters or storage during the execution of a query request. */
102
+ "queryTimeout"?: string;
103
+ }
104
+ export interface StreamsItem {
105
+ /** Days contains the number of days logs are kept. */
106
+ "days": number;
107
+ /** Priority defines the priority of this selector compared to other retention rules. */
108
+ "priority"?: number;
109
+ /** Selector contains the LogQL query used to define the log stream. */
110
+ "selector": string;
111
+ }
112
+ export interface Retention {
113
+ /** Days contains the number of days logs are kept. */
114
+ "days": number;
115
+ /** Stream defines the log stream. */
116
+ "streams"?: StreamsItem[];
117
+ }
118
+ export interface Global {
119
+ /** IngestionLimits defines the limits applied on ingested log streams. */
120
+ "ingestion"?: Ingestion;
121
+ /** OTLP to configure which resource, scope and log attributes are stored as stream labels or structured metadata. Tenancy modes can provide a default OTLP configuration, when no custom OTLP configuration is set or even enforce the use of some required attributes. */
122
+ "otlp"?: Otlp;
123
+ /** QueryLimits defines the limit applied on querying log streams. */
124
+ "queries"?: Queries;
125
+ /** Retention defines how long logs are kept in storage. */
126
+ "retention"?: Retention;
127
+ }
128
+ export interface Limits {
129
+ /** Global defines the limits applied globally across the cluster. */
130
+ "global"?: Global;
131
+ /** Tenants defines the limits applied per tenant. */
132
+ "tenants"?: Record<string, unknown>;
133
+ }
134
+ export interface NetworkPolicies {
135
+ /** RuleSet determines which of the pre-defined sets of NetworkPolicy rules is used for this LokiStack. */
136
+ "ruleSet": "None" | "RestrictIngressEgress";
137
+ }
138
+ export interface Proxy {
139
+ /** HTTPProxy configures the HTTP_PROXY/http_proxy env variable. */
140
+ "httpProxy"?: string;
141
+ /** HTTPSProxy configures the HTTPS_PROXY/https_proxy env variable. */
142
+ "httpsProxy"?: string;
143
+ /** NoProxy configures the NO_PROXY/no_proxy env variable. */
144
+ "noProxy"?: string;
145
+ }
146
+ export interface ZonesItem {
147
+ /** MaxSkew describes the maximum degree to which Pods can be unevenly distributed. */
148
+ "maxSkew": number;
149
+ /** TopologyKey is the key that defines a topology in the Nodes' labels. */
150
+ "topologyKey": string;
151
+ }
152
+ export interface Replication {
153
+ /** Factor defines the policy for log stream replication. */
154
+ "factor"?: number;
155
+ /** Zones defines an array of ZoneSpec that the scheduler will try to satisfy. IMPORTANT: Make sure that the replication factor defined is less than or equal to the number of available zones. */
156
+ "zones"?: ZonesItem[];
157
+ }
158
+ export interface MatchExpressionsItem {
159
+ /** key is the label key that the selector applies to. */
160
+ "key": string;
161
+ /** operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. */
162
+ "operator": string;
163
+ /** values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. */
164
+ "values"?: string[];
165
+ }
166
+ export interface NamespaceSelector {
167
+ /** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
168
+ "matchExpressions"?: MatchExpressionsItem[];
169
+ /** matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. */
170
+ "matchLabels"?: Record<string, unknown>;
171
+ }
172
+ export interface Selector {
173
+ /** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
174
+ "matchExpressions"?: MatchExpressionsItem[];
175
+ /** matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. */
176
+ "matchLabels"?: Record<string, unknown>;
177
+ }
178
+ export interface Rules {
179
+ /** Enabled defines a flag to enable/disable the ruler component */
180
+ "enabled": boolean;
181
+ /** Namespaces to be selected for PrometheusRules discovery. If unspecified, only the same namespace as the LokiStack object is in is used. */
182
+ "namespaceSelector"?: NamespaceSelector;
183
+ /** A selector to select which LokiRules to mount for loading alerting/recording rules from. */
184
+ "selector"?: Selector;
185
+ }
186
+ export interface SchemasItem {
187
+ /** EffectiveDate contains a date in YYYY-MM-DD format which is interpreted in the UTC time zone. The configuration always needs at least one schema that is currently valid. This means that when creating a new LokiStack it is recommended to add a schema with the latest available version and an effective date of "yesterday". New schema versions added to the configuration always needs to be placed "in the future", so that Loki can start using it once the day rolls over. */
188
+ "effectiveDate": string;
189
+ /** Version for writing and reading logs. */
190
+ "version": "v11" | "v12" | "v13";
191
+ }
192
+ export interface Secret {
193
+ /** CredentialMode can be used to set the desired credential mode for authenticating with the object storage. If this is not set, then the operator tries to infer the credential mode from the provided secret and its own configuration. */
194
+ "credentialMode"?: "static" | "token" | "token-cco";
195
+ /** Name of a secret in the namespace configured for object storage secrets. */
196
+ "name": string;
197
+ /** Type of object storage that should be used */
198
+ "type": "azure" | "gcs" | "s3" | "swift" | "alibabacloud";
199
+ }
200
+ export interface Tls {
201
+ /** Key is the data key of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. If empty, it defaults to "service-ca.crt". */
202
+ "caKey"?: string;
203
+ /** CA is the name of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. */
204
+ "caName": string;
205
+ }
206
+ export interface Storage {
207
+ /** Schemas for reading and writing logs. */
208
+ "schemas"?: SchemasItem[];
209
+ /** Secret for object storage authentication. Name of a secret in the same namespace as the LokiStack custom resource. */
210
+ "secret": Secret;
211
+ /** TLS configuration for reaching the object storage endpoint. */
212
+ "tls"?: Tls;
213
+ }
214
+ export interface LabelSelector {
215
+ /** matchExpressions is a list of label selector requirements. The requirements are ANDed. */
216
+ "matchExpressions"?: MatchExpressionsItem[];
217
+ /** matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. */
218
+ "matchLabels"?: Record<string, unknown>;
219
+ }
220
+ export interface PodAffinityTerm {
221
+ /** A label query over a set of resources, in this case pods. */
222
+ "labelSelector"?: LabelSelector;
223
+ /** A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. */
224
+ "namespaceSelector"?: NamespaceSelector;
225
+ /** namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". */
226
+ "namespaces"?: string[];
227
+ /** This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. */
228
+ "topologyKey": string;
229
+ }
230
+ export interface PreferredDuringSchedulingIgnoredDuringExecutionItem {
231
+ /** Required. A pod affinity term, associated with the corresponding weight. */
232
+ "podAffinityTerm": PodAffinityTerm;
233
+ /** weight associated with matching the corresponding podAffinityTerm, in the range 1-100. */
234
+ "weight": number;
235
+ }
236
+ export interface RequiredDuringSchedulingIgnoredDuringExecutionItem {
237
+ /** A label query over a set of resources, in this case pods. */
238
+ "labelSelector"?: LabelSelector;
239
+ /** A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. */
240
+ "namespaceSelector"?: NamespaceSelector;
241
+ /** namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". */
242
+ "namespaces"?: string[];
243
+ /** This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. */
244
+ "topologyKey": string;
245
+ }
246
+ export interface PodAntiAffinity {
247
+ /** The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. */
248
+ "preferredDuringSchedulingIgnoredDuringExecution"?: PreferredDuringSchedulingIgnoredDuringExecutionItem[];
249
+ /** If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. */
250
+ "requiredDuringSchedulingIgnoredDuringExecution"?: RequiredDuringSchedulingIgnoredDuringExecutionItem[];
251
+ }
252
+ export interface TolerationsItem {
253
+ /** Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. */
254
+ "effect"?: string;
255
+ /** Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. */
256
+ "key"?: string;
257
+ /** Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. */
258
+ "operator"?: string;
259
+ /** TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. */
260
+ "tolerationSeconds"?: number;
261
+ /** Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. */
262
+ "value"?: string;
263
+ }
264
+ export interface Compactor {
265
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
266
+ "nodeSelector"?: Record<string, unknown>;
267
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
268
+ "podAntiAffinity"?: PodAntiAffinity;
269
+ /** Replicas defines the number of replica pods of the component. */
270
+ "replicas"?: number;
271
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
272
+ "tolerations"?: TolerationsItem[];
273
+ }
274
+ export interface Distributor {
275
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
276
+ "nodeSelector"?: Record<string, unknown>;
277
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
278
+ "podAntiAffinity"?: PodAntiAffinity;
279
+ /** Replicas defines the number of replica pods of the component. */
280
+ "replicas"?: number;
281
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
282
+ "tolerations"?: TolerationsItem[];
283
+ }
284
+ export interface Gateway {
285
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
286
+ "nodeSelector"?: Record<string, unknown>;
287
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
288
+ "podAntiAffinity"?: PodAntiAffinity;
289
+ /** Replicas defines the number of replica pods of the component. */
290
+ "replicas"?: number;
291
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
292
+ "tolerations"?: TolerationsItem[];
293
+ }
294
+ export interface IndexGateway {
295
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
296
+ "nodeSelector"?: Record<string, unknown>;
297
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
298
+ "podAntiAffinity"?: PodAntiAffinity;
299
+ /** Replicas defines the number of replica pods of the component. */
300
+ "replicas"?: number;
301
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
302
+ "tolerations"?: TolerationsItem[];
303
+ }
304
+ export interface Ingester {
305
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
306
+ "nodeSelector"?: Record<string, unknown>;
307
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
308
+ "podAntiAffinity"?: PodAntiAffinity;
309
+ /** Replicas defines the number of replica pods of the component. */
310
+ "replicas"?: number;
311
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
312
+ "tolerations"?: TolerationsItem[];
313
+ }
314
+ export interface Querier {
315
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
316
+ "nodeSelector"?: Record<string, unknown>;
317
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
318
+ "podAntiAffinity"?: PodAntiAffinity;
319
+ /** Replicas defines the number of replica pods of the component. */
320
+ "replicas"?: number;
321
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
322
+ "tolerations"?: TolerationsItem[];
323
+ }
324
+ export interface QueryFrontend {
325
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
326
+ "nodeSelector"?: Record<string, unknown>;
327
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
328
+ "podAntiAffinity"?: PodAntiAffinity;
329
+ /** Replicas defines the number of replica pods of the component. */
330
+ "replicas"?: number;
331
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
332
+ "tolerations"?: TolerationsItem[];
333
+ }
334
+ export interface Ruler {
335
+ /** NodeSelector defines the labels required by a node to schedule the component onto it. */
336
+ "nodeSelector"?: Record<string, unknown>;
337
+ /** PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. */
338
+ "podAntiAffinity"?: PodAntiAffinity;
339
+ /** Replicas defines the number of replica pods of the component. */
340
+ "replicas"?: number;
341
+ /** Tolerations defines the tolerations required by a node to schedule the component onto it. */
342
+ "tolerations"?: TolerationsItem[];
343
+ }
344
+ export interface Template {
345
+ /** Compactor defines the compaction component spec. */
346
+ "compactor"?: Compactor;
347
+ /** Distributor defines the distributor component spec. */
348
+ "distributor"?: Distributor;
349
+ /** Gateway defines the lokistack gateway component spec. */
350
+ "gateway"?: Gateway;
351
+ /** IndexGateway defines the index gateway component spec. */
352
+ "indexGateway"?: IndexGateway;
353
+ /** Ingester defines the ingester component spec. */
354
+ "ingester"?: Ingester;
355
+ /** Querier defines the querier component spec. */
356
+ "querier"?: Querier;
357
+ /** QueryFrontend defines the query frontend component spec. */
358
+ "queryFrontend"?: QueryFrontend;
359
+ /** Ruler defines the ruler component spec. */
360
+ "ruler"?: Ruler;
361
+ /** When UseRequestsAsLimits is true, the operand Pods are configured to have resource limits equal to the resource requests. This imposes a hard limit on resource usage of the LokiStack, but limits its ability to react to load spikes, whether on the ingestion or query side. Note: This is currently a tech-preview feature. */
362
+ "useRequestsAsLimits"?: boolean;
363
+ }
364
+ export interface Ca {
365
+ /** Key is the data key of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. If empty, it defaults to "service-ca.crt". */
366
+ "caKey"?: string;
367
+ /** CA is the name of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. */
368
+ "caName": string;
369
+ }
370
+ export interface MTLS {
371
+ /** CA defines the spec for the custom CA for tenant's authentication. */
372
+ "ca": Ca;
373
+ }
374
+ export interface IssuerCA {
375
+ /** Key is the data key of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. If empty, it defaults to "service-ca.crt". */
376
+ "caKey"?: string;
377
+ /** CA is the name of a ConfigMap containing a CA certificate. It needs to be in the same namespace as the LokiStack custom resource. */
378
+ "caName": string;
379
+ }
380
+ export interface Secret2 {
381
+ /** Name of a secret in the namespace configured for tenant secrets. */
382
+ "name": string;
383
+ }
384
+ export interface Oidc {
385
+ /** Group claim field from ID Token */
386
+ "groupClaim"?: string;
387
+ /** IssuerCA defines the spec for the issuer CA for tenant's authentication. */
388
+ "issuerCA"?: IssuerCA;
389
+ /** IssuerURL defines the URL for issuer. */
390
+ "issuerURL": string;
391
+ /** RedirectURL defines the URL for redirect. */
392
+ "redirectURL"?: string;
393
+ /** Secret defines the spec for the clientID and clientSecret for tenant's authentication. */
394
+ "secret": Secret2;
395
+ /** User claim field from ID Token */
396
+ "usernameClaim"?: string;
397
+ }
398
+ export interface AuthenticationItem {
399
+ /** TLSConfig defines the spec for the mTLS tenant's authentication. */
400
+ "mTLS"?: MTLS;
401
+ /** OIDC defines the spec for the OIDC tenant's authentication. */
402
+ "oidc"?: Oidc;
403
+ /** TenantID defines the id of the tenant. */
404
+ "tenantId": string;
405
+ /** TenantName defines the name of the tenant. */
406
+ "tenantName": string;
407
+ }
408
+ export interface Opa {
409
+ /** URL defines the third-party endpoint for authorization. */
410
+ "url": string;
411
+ }
412
+ export interface SubjectsItem {
413
+ /** SubjectKind is a kind of LokiStack Gateway RBAC subject. */
414
+ "kind": "user" | "group";
415
+ "name": string;
416
+ }
417
+ export interface RoleBindingsItem {
418
+ "name": string;
419
+ "roles": string[];
420
+ "subjects": SubjectsItem[];
421
+ }
422
+ export interface RolesItem {
423
+ "name": string;
424
+ "permissions": ("read" | "write")[];
425
+ "resources": string[];
426
+ "tenants": string[];
427
+ }
428
+ export interface Authorization {
429
+ /** OPA defines the spec for the third-party endpoint for tenant's authorization. */
430
+ "opa"?: Opa;
431
+ /** RoleBindings defines configuration to bind a set of roles to a set of subjects. */
432
+ "roleBindings"?: RoleBindingsItem[];
433
+ /** Roles defines a set of permissions to interact with a tenant. */
434
+ "roles"?: RolesItem[];
435
+ }
436
+ export interface Ca2 {
437
+ /** ConfigMapName contains the name of the ConfigMap containing the referenced value. */
438
+ "configMapName"?: string;
439
+ /** Name of the key used to get the value in either the referenced ConfigMap or Secret. */
440
+ "key": string;
441
+ /** SecretName contains the name of the Secret containing the referenced value. */
442
+ "secretName"?: string;
443
+ }
444
+ export interface Certificate {
445
+ /** ConfigMapName contains the name of the ConfigMap containing the referenced value. */
446
+ "configMapName"?: string;
447
+ /** Name of the key used to get the value in either the referenced ConfigMap or Secret. */
448
+ "key": string;
449
+ /** SecretName contains the name of the Secret containing the referenced value. */
450
+ "secretName"?: string;
451
+ }
452
+ export interface PrivateKey {
453
+ /** Key contains the name of the key inside the referenced Secret. */
454
+ "key": string;
455
+ /** SecretName contains the name of the Secret containing the referenced value. */
456
+ "secretName": string;
457
+ }
458
+ export interface Tls2 {
459
+ /** CA can be used to specify a custom list of trusted certificate authorities. */
460
+ "ca"?: Ca2;
461
+ /** Certificate points to the server certificate to use. */
462
+ "certificate"?: Certificate;
463
+ /** PrivateKey points to the private key of the server certificate. */
464
+ "privateKey"?: PrivateKey;
465
+ }
466
+ export interface Gateway2 {
467
+ /** TLS defines the TLS configuration for the Gateway server. */
468
+ "tls"?: Tls2;
469
+ }
470
+ export interface Otlp2 {
471
+ /** EnableConsoleLabels can be used to add a set of additional stream labels to the OTLP input. These labels are currently used by the logs console in OpenShift. This is not different from manually adding some or all of the attributes to the set of stream labels using the normal OTLP configuration. The additional attributes which are converted to stream labels are: - k8s.container.name - k8s.cronjob.name - k8s.daemonset.name - k8s.deployment.name - k8s.job.name - k8s.node.name - k8s.pod.name - k8s.statefulset.name - kubernetes.container_name - kubernetes.host - kubernetes.pod_name - service.name See also: https://github.com/rhobs/observability-data-model/blob/main/cluster-logging.md#attributes */
472
+ "enableConsoleLabels"?: boolean;
473
+ }
474
+ export interface Openshift {
475
+ /** AdminGroups defines a list of groups, whose members are considered to have admin-privileges by the Loki Operator. Setting this to an empty array disables admin groups. By default the following groups are considered admin-groups: - system:cluster-admins - cluster-admin - dedicated-admin */
476
+ "adminGroups"?: string[];
477
+ /** OTLP contains settings for ingesting data using OTLP in the OpenShift tenancy mode. */
478
+ "otlp"?: Otlp2;
479
+ }
480
+ export interface Passthrough {
481
+ /** CA can be used to specify a custom list of trusted certificate authorities. That will be used to validate the certificates of the clients that interact with the gateway */
482
+ "ca"?: Ca2;
483
+ /** DefaultTenant defines the default tenant ID to use when X-Scope-OrgID header is not set. If not set, requests without X-Scope-OrgID are rejected. */
484
+ "defaultTenant"?: string;
485
+ }
486
+ export interface Tenants {
487
+ /** Authentication defines the lokistack-gateway component authentication configuration spec per tenant. */
488
+ "authentication"?: AuthenticationItem[];
489
+ /** Authorization defines the lokistack-gateway component authorization configuration spec per tenant. */
490
+ "authorization"?: Authorization;
491
+ /** DisableIngress disables automatic creation of external access resources (Route / Ingress). When true, no Route or Ingress will be created for the gateway. */
492
+ "disableIngress"?: boolean;
493
+ /** Gateway defines the configuration specific to Gateway server */
494
+ "gateway"?: Gateway2;
495
+ /** Mode defines the mode in which lokistack-gateway component will be configured. */
496
+ "mode": "static" | "dynamic" | "openshift-logging" | "openshift-network" | "passthrough";
497
+ /** Openshift defines the configuration specific to Openshift modes. */
498
+ "openshift"?: Openshift;
499
+ /** Passthrough defines the configuration specific to Passthrough mode. */
500
+ "passthrough"?: Passthrough;
501
+ }
502
+ export interface LokiStackSpec {
503
+ /** HashRing defines the spec for the distributed hash ring configuration. */
504
+ "hashRing"?: HashRing;
505
+ /** Limits defines the limits to be applied to log stream processing. */
506
+ "limits"?: Limits;
507
+ /** ManagementState defines if the CR should be managed by the operator or not. Default is managed. */
508
+ "managementState"?: "Managed" | "Unmanaged";
509
+ /** NetworkPolicies defines the NetworkPolicies configuration for LokiStack components. When enabled, the operator creates NetworkPolicies to control ingress/egress between Loki components and related services. */
510
+ "networkPolicies"?: NetworkPolicies;
511
+ /** Proxy defines the spec for the object proxy to configure cluster proxy information. */
512
+ "proxy"?: Proxy;
513
+ /** Replication defines the configuration for Loki data replication. */
514
+ "replication"?: Replication;
515
+ /** Deprecated: Please use replication.factor instead. This field will be removed in future versions of this CRD. ReplicationFactor defines the policy for log stream replication. */
516
+ "replicationFactor"?: number;
517
+ /** Rules defines the spec for the ruler component. */
518
+ "rules"?: Rules;
519
+ /** Size defines one of the support Loki deployment scale out sizes. */
520
+ "size": "1x.demo" | "1x.pico" | "1x.extra-small" | "1x.small" | "1x.medium";
521
+ /** Storage defines the spec for the object storage endpoint to store logs. */
522
+ "storage": Storage;
523
+ /** Storage class name defines the storage class for ingester/querier PVCs. */
524
+ "storageClassName": string;
525
+ /** Template defines the resource/limits/tolerations/nodeselectors per component. */
526
+ "template"?: Template;
527
+ /** Tenants defines the per-tenant authentication and authorization spec for the lokistack-gateway component. */
528
+ "tenants"?: Tenants;
529
+ }
530
+ export interface Components {
531
+ /** Compactor is a map to the pod status of the compactor pod. */
532
+ "compactor"?: Record<string, unknown>;
533
+ /** Distributor is a map to the per pod status of the distributor deployment */
534
+ "distributor"?: Record<string, unknown>;
535
+ /** Gateway is a map to the per pod status of the lokistack gateway deployment. */
536
+ "gateway"?: Record<string, unknown>;
537
+ /** IndexGateway is a map to the per pod status of the index gateway statefulset */
538
+ "indexGateway"?: Record<string, unknown>;
539
+ /** Ingester is a map to the per pod status of the ingester statefulset */
540
+ "ingester"?: Record<string, unknown>;
541
+ /** Querier is a map to the per pod status of the querier deployment */
542
+ "querier"?: Record<string, unknown>;
543
+ /** QueryFrontend is a map to the per pod status of the query frontend deployment */
544
+ "queryFrontend"?: Record<string, unknown>;
545
+ /** Ruler is a map to the per pod status of the lokistack ruler statefulset. */
546
+ "ruler"?: Record<string, unknown>;
547
+ }
548
+ export interface ConditionsItem {
549
+ /** lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. */
550
+ "lastTransitionTime": string;
551
+ /** message is a human readable message indicating details about the transition. This may be an empty string. */
552
+ "message": string;
553
+ /** observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. */
554
+ "observedGeneration"?: number;
555
+ /** reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. */
556
+ "reason": string;
557
+ /** status of the condition, one of True, False, Unknown. */
558
+ "status": "True" | "False" | "Unknown";
559
+ /** type of condition in CamelCase or in foo.example.com/CamelCase. */
560
+ "type": string;
561
+ }
562
+ export interface Storage2 {
563
+ /** CredentialMode contains the authentication mode used for accessing the object storage. */
564
+ "credentialMode"?: "static" | "token" | "token-cco";
565
+ /** Schemas is a list of schemas which have been applied to the LokiStack. */
566
+ "schemas"?: SchemasItem[];
567
+ }
568
+ export interface LokiStackStatus {
569
+ /** Components provides summary of all Loki pod status grouped per component. */
570
+ "components"?: Components;
571
+ /** Conditions of the Loki deployment health. */
572
+ "conditions"?: ConditionsItem[];
573
+ /** NetworkPolicyRuleSet indicates which NetworkPolicies ruleset was applied by the operator for this LokiStack. */
574
+ "networkPolicyRuleSet"?: "None" | "RestrictIngressEgress";
575
+ /** Storage provides summary of all changes that have occurred to the storage configuration. */
576
+ "storage"?: Storage2;
577
+ }
578
+ //# sourceMappingURL=loki.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loki.d.ts","sourceRoot":"","sources":["../../src/generated/loki.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LokiStackComponent = LokiStackComponent;
4
+ const core_1 = require("@r8s/core");
5
+ /** Render a LokiStack (loki.grafana.com/v1) exactly as defined by its CRD. */
6
+ function LokiStackComponent(props) {
7
+ return (0, core_1.jsx)('LokiStack', {
8
+ apiVersion: 'loki.grafana.com/v1',
9
+ kind: 'LokiStack',
10
+ metadata: props.metadata,
11
+ spec: props.spec,
12
+ });
13
+ }
14
+ //# sourceMappingURL=loki.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loki.js","sourceRoot":"","sources":["../../src/generated/loki.ts"],"names":[],"mappings":";;AAsBA,gDAOC;AAxBD,oCAA+B;AAgB/B,8EAA8E;AAC9E,SAAgB,kBAAkB,CAAC,KAAqB;IACtD,OAAO,IAAA,UAAG,EAAC,WAAW,EAAE;QACtB,UAAU,EAAE,qBAAqB;QACjC,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,IAAI,EAAE,KAAK,CAAC,IAAI;KACjB,CAAC,CAAA;AACJ,CAAC"}