@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,174 @@
1
+ ---
2
+ apiVersion: apiextensions.k8s.io/v1
3
+ kind: CustomResourceDefinition
4
+ metadata:
5
+ annotations:
6
+ controller-gen.kubebuilder.io/version: v0.12.0
7
+ name: backupstoragelocations.velero.io
8
+ spec:
9
+ group: velero.io
10
+ names:
11
+ kind: BackupStorageLocation
12
+ listKind: BackupStorageLocationList
13
+ plural: backupstoragelocations
14
+ shortNames:
15
+ - bsl
16
+ singular: backupstoragelocation
17
+ scope: Namespaced
18
+ versions:
19
+ - additionalPrinterColumns:
20
+ - description: Backup Storage Location status such as Available/Unavailable
21
+ jsonPath: .status.phase
22
+ name: Phase
23
+ type: string
24
+ - description: LastValidationTime is the last time the backup store location was
25
+ validated
26
+ jsonPath: .status.lastValidationTime
27
+ name: Last Validated
28
+ type: date
29
+ - jsonPath: .metadata.creationTimestamp
30
+ name: Age
31
+ type: date
32
+ - description: Default backup storage location
33
+ jsonPath: .spec.default
34
+ name: Default
35
+ type: boolean
36
+ name: v1
37
+ schema:
38
+ openAPIV3Schema:
39
+ description: BackupStorageLocation is a location where Velero stores backup
40
+ objects
41
+ properties:
42
+ apiVersion:
43
+ description: 'APIVersion defines the versioned schema of this representation
44
+ of an object. Servers should convert recognized schemas to the latest
45
+ internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
46
+ type: string
47
+ kind:
48
+ description: 'Kind is a string value representing the REST resource this
49
+ object represents. Servers may infer this from the endpoint the client
50
+ submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
51
+ type: string
52
+ metadata:
53
+ type: object
54
+ spec:
55
+ description: BackupStorageLocationSpec defines the desired state of a
56
+ Velero BackupStorageLocation
57
+ properties:
58
+ accessMode:
59
+ description: AccessMode defines the permissions for the backup storage
60
+ location.
61
+ enum:
62
+ - ReadOnly
63
+ - ReadWrite
64
+ type: string
65
+ backupSyncPeriod:
66
+ description: BackupSyncPeriod defines how frequently to sync backup
67
+ API objects from object storage. A value of 0 disables sync.
68
+ nullable: true
69
+ type: string
70
+ config:
71
+ additionalProperties:
72
+ type: string
73
+ description: Config is for provider-specific configuration fields.
74
+ type: object
75
+ credential:
76
+ description: Credential contains the credential information intended
77
+ to be used with this location
78
+ properties:
79
+ key:
80
+ description: The key of the secret to select from. Must be a
81
+ valid secret key.
82
+ type: string
83
+ name:
84
+ description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
85
+ TODO: Add other useful fields. apiVersion, kind, uid?'
86
+ type: string
87
+ optional:
88
+ description: Specify whether the Secret or its key must be defined
89
+ type: boolean
90
+ required:
91
+ - key
92
+ type: object
93
+ x-kubernetes-map-type: atomic
94
+ default:
95
+ description: Default indicates this location is the default backup
96
+ storage location.
97
+ type: boolean
98
+ objectStorage:
99
+ description: ObjectStorageLocation specifies the settings necessary
100
+ to connect to a provider's object storage.
101
+ properties:
102
+ bucket:
103
+ description: Bucket is the bucket to use for object storage.
104
+ type: string
105
+ caCert:
106
+ description: CACert defines a CA bundle to use when verifying
107
+ TLS connections to the provider.
108
+ format: byte
109
+ type: string
110
+ prefix:
111
+ description: Prefix is the path inside a bucket to use for Velero
112
+ storage. Optional.
113
+ type: string
114
+ required:
115
+ - bucket
116
+ type: object
117
+ provider:
118
+ description: Provider is the provider of the backup storage.
119
+ type: string
120
+ validationFrequency:
121
+ description: ValidationFrequency defines how frequently to validate
122
+ the corresponding object storage. A value of 0 disables validation.
123
+ nullable: true
124
+ type: string
125
+ required:
126
+ - objectStorage
127
+ - provider
128
+ type: object
129
+ status:
130
+ description: BackupStorageLocationStatus defines the observed state of
131
+ BackupStorageLocation
132
+ properties:
133
+ accessMode:
134
+ description: "AccessMode is an unused field. \n Deprecated: there
135
+ is now an AccessMode field on the Spec and this field will be removed
136
+ entirely as of v2.0."
137
+ enum:
138
+ - ReadOnly
139
+ - ReadWrite
140
+ type: string
141
+ lastSyncedRevision:
142
+ description: "LastSyncedRevision is the value of the `metadata/revision`
143
+ file in the backup storage location the last time the BSL's contents
144
+ were synced into the cluster. \n Deprecated: this field is no longer
145
+ updated or used for detecting changes to the location's contents
146
+ and will be removed entirely in v2.0."
147
+ type: string
148
+ lastSyncedTime:
149
+ description: LastSyncedTime is the last time the contents of the location
150
+ were synced into the cluster.
151
+ format: date-time
152
+ nullable: true
153
+ type: string
154
+ lastValidationTime:
155
+ description: LastValidationTime is the last time the backup store
156
+ location was validated the cluster.
157
+ format: date-time
158
+ nullable: true
159
+ type: string
160
+ message:
161
+ description: Message is a message about the backup storage location's
162
+ status.
163
+ type: string
164
+ phase:
165
+ description: Phase is the current state of the BackupStorageLocation.
166
+ enum:
167
+ - Available
168
+ - Unavailable
169
+ type: string
170
+ type: object
171
+ type: object
172
+ served: true
173
+ storage: true
174
+ subresources: {}