forked from mongodb/mongodb-atlas-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathatlas.mongodb.com_atlasclusters.yaml
858 lines (857 loc) · 42.5 KB
/
atlas.mongodb.com_atlasclusters.yaml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: atlasclusters.atlas.mongodb.com
spec:
group: atlas.mongodb.com
names:
kind: AtlasCluster
listKind: AtlasClusterList
plural: atlasclusters
singular: atlascluster
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: AtlasCluster is the Schema for the atlasclusters API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: AtlasClusterSpec defines the desired state of AtlasCluster
properties:
advancedClusterSpec:
description: Configuration for the advanced cluster API. https://docs.atlas.mongodb.com/reference/api/clusters-advanced/
properties:
backupEnabled:
type: boolean
biConnector:
description: BiConnectorSpec specifies BI Connector for Atlas
configuration on this cluster
properties:
enabled:
description: Flag that indicates whether or not BI Connector
for Atlas is enabled on the cluster.
type: boolean
readPreference:
description: Source from which the BI Connector for Atlas
reads data. Each BI Connector for Atlas read preference
contains a distinct combination of readPreference and readPreferenceTags
options.
type: string
type: object
clusterType:
type: string
connectionStrings:
description: ConnectionStrings configuration for applications
use to connect to this cluster.
properties:
awsPrivateLink:
additionalProperties:
type: string
type: object
awsPrivateLinkSrv:
additionalProperties:
type: string
type: object
private:
type: string
privateEndpoint:
items:
description: PrivateEndpointSpec connection strings. Each
object describes the connection strings you can use to
connect to this cluster through a private endpoint. Atlas
returns this parameter only if you deployed a private
endpoint to all regions to which you deployed this cluster's
nodes.
properties:
connectionString:
type: string
endpoints:
items:
description: EndpointSpec through which you connect
to Atlas.
properties:
endpointId:
type: string
providerName:
type: string
region:
type: string
type: object
type: array
srvConnectionString:
type: string
type:
type: string
type: object
type: array
privateSrv:
type: string
standard:
type: string
standardSrv:
type: string
type: object
createDate:
type: string
diskSizeGB:
type: integer
encryptionAtRestProvider:
type: string
groupId:
type: string
id:
type: string
labels:
items:
description: LabelSpec contains key-value pairs that tag and
categorize the Cluster/DBUser
properties:
key:
maxLength: 255
type: string
value:
type: string
required:
- key
- value
type: object
type: array
mongoDBMajorVersion:
type: string
mongoDBVersion:
type: string
name:
type: string
paused:
type: boolean
pitEnabled:
type: boolean
replicationSpecs:
items:
properties:
id:
type: string
numShards:
type: integer
regionConfigs:
items:
properties:
analyticsSpecs:
properties:
diskIOPS:
format: int64
type: integer
ebsVolumeType:
type: string
instanceSize:
type: string
nodeCount:
type: integer
type: object
autoScaling:
description: AutoScalingSpec configures your cluster
to automatically scale its storage
properties:
autoIndexingEnabled:
description: Flag that indicates whether autopilot
mode for Performance Advisor is enabled. The
default is false.
type: boolean
compute:
description: Collection of settings that configure
how a cluster might scale its cluster tier and
whether the cluster can scale down.
properties:
enabled:
description: Flag that indicates whether cluster
tier auto-scaling is enabled. The default
is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which
your cluster can automatically scale (such
as M40). Atlas requires this parameter if
"autoScaling.compute.enabled" : true.'
type: string
minInstanceSize:
description: 'Minimum instance size to which
your cluster can automatically scale (such
as M10). Atlas requires this parameter if
"autoScaling.compute.scaleDownEnabled" :
true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether
the cluster tier may scale down. Atlas requires
this parameter if "autoScaling.compute.enabled"
: true.'
type: boolean
type: object
diskGBEnabled:
description: Flag that indicates whether disk
auto-scaling is enabled. The default is true.
type: boolean
type: object
backingProviderName:
type: string
electableSpecs:
properties:
diskIOPS:
format: int64
type: integer
ebsVolumeType:
type: string
instanceSize:
type: string
nodeCount:
type: integer
type: object
priority:
type: integer
providerName:
type: string
readOnlySpecs:
properties:
diskIOPS:
format: int64
type: integer
ebsVolumeType:
type: string
instanceSize:
type: string
nodeCount:
type: integer
type: object
regionName:
type: string
type: object
type: array
zoneName:
type: string
type: object
type: array
rootCertType:
type: string
stateName:
type: string
versionReleaseSystem:
type: string
type: object
backupRef:
description: Backup schedule for the AtlasCluster
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes Resource
type: string
required:
- name
type: object
clusterSpec:
description: Configuration for the advanced cluster API
properties:
autoScaling:
description: Collection of settings that configures auto-scaling
information for the cluster. If you specify the autoScaling
object, you must also specify the providerSettings.autoScaling
object.
properties:
autoIndexingEnabled:
description: Flag that indicates whether autopilot mode for
Performance Advisor is enabled. The default is false.
type: boolean
compute:
description: Collection of settings that configure how a cluster
might scale its cluster tier and whether the cluster can
scale down.
properties:
enabled:
description: Flag that indicates whether cluster tier
auto-scaling is enabled. The default is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which your cluster
can automatically scale (such as M40). Atlas requires
this parameter if "autoScaling.compute.enabled" : true.'
type: string
minInstanceSize:
description: 'Minimum instance size to which your cluster
can automatically scale (such as M10). Atlas requires
this parameter if "autoScaling.compute.scaleDownEnabled"
: true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether the cluster
tier may scale down. Atlas requires this parameter if
"autoScaling.compute.enabled" : true.'
type: boolean
type: object
diskGBEnabled:
description: Flag that indicates whether disk auto-scaling
is enabled. The default is true.
type: boolean
type: object
biConnector:
description: Configuration of BI Connector for Atlas on this cluster.
The MongoDB Connector for Business Intelligence for Atlas (BI
Connector) is only available for M10 and larger clusters.
properties:
enabled:
description: Flag that indicates whether or not BI Connector
for Atlas is enabled on the cluster.
type: boolean
readPreference:
description: Source from which the BI Connector for Atlas
reads data. Each BI Connector for Atlas read preference
contains a distinct combination of readPreference and readPreferenceTags
options.
type: string
type: object
clusterType:
description: Type of the cluster that you want to create. The
parameter is required if replicationSpecs are set or if Global
Clusters are deployed.
enum:
- REPLICASET
- SHARDED
- GEOSHARDED
type: string
diskSizeGB:
description: Capacity, in gigabytes, of the host's root volume.
Increase this number to add capacity, up to a maximum possible
value of 4096 (i.e., 4 TB). This value must be a positive integer.
The parameter is required if replicationSpecs are configured.
maximum: 4096
minimum: 0
type: integer
encryptionAtRestProvider:
description: Cloud service provider that offers Encryption at
Rest.
enum:
- AWS
- GCP
- AZURE
- NONE
type: string
labels:
description: Collection of key-value pairs that tag and categorize
the cluster. Each key and value has a maximum length of 255
characters.
items:
description: LabelSpec contains key-value pairs that tag and
categorize the Cluster/DBUser
properties:
key:
maxLength: 255
type: string
value:
type: string
required:
- key
- value
type: object
type: array
mongoDBMajorVersion:
description: Version of the cluster to deploy.
type: string
name:
description: Name of the cluster as it appears in Atlas. After
Atlas creates the cluster, you can't change its name.
type: string
numShards:
description: Positive integer that specifies the number of shards
to deploy for a sharded cluster. The parameter is required if
replicationSpecs are configured
maximum: 50
minimum: 1
type: integer
paused:
description: Flag that indicates whether the cluster should be
paused.
type: boolean
pitEnabled:
description: Flag that indicates the cluster uses continuous cloud
backups.
type: boolean
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates
if the cluster uses Cloud Backups for backups.
type: boolean
providerSettings:
description: Configuration for the provisioned hosts on which
MongoDB runs. The available options are specific to the cloud
service provider.
properties:
autoScaling:
description: Range of instance sizes to which your cluster
can scale.
properties:
autoIndexingEnabled:
description: Flag that indicates whether autopilot mode
for Performance Advisor is enabled. The default is false.
type: boolean
compute:
description: Collection of settings that configure how
a cluster might scale its cluster tier and whether the
cluster can scale down.
properties:
enabled:
description: Flag that indicates whether cluster tier
auto-scaling is enabled. The default is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which your
cluster can automatically scale (such as M40). Atlas
requires this parameter if "autoScaling.compute.enabled"
: true.'
type: string
minInstanceSize:
description: 'Minimum instance size to which your
cluster can automatically scale (such as M10). Atlas
requires this parameter if "autoScaling.compute.scaleDownEnabled"
: true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether the cluster
tier may scale down. Atlas requires this parameter
if "autoScaling.compute.enabled" : true.'
type: boolean
type: object
diskGBEnabled:
description: Flag that indicates whether disk auto-scaling
is enabled. The default is true.
type: boolean
type: object
backingProviderName:
description: 'Cloud service provider on which the host for
a multi-tenant cluster is provisioned. This setting only
works when "providerSetting.providerName" : "TENANT" and
"providerSetting.instanceSizeName" : M2 or M5.'
enum:
- AWS
- GCP
- AZURE
type: string
diskIOPS:
description: Disk IOPS setting for AWS storage. Set only if
you selected AWS as your cloud service provider.
format: int64
type: integer
diskTypeName:
description: Type of disk if you selected Azure as your cloud
service provider.
type: string
encryptEBSVolume:
description: Flag that indicates whether the Amazon EBS encryption
feature encrypts the host's root volume for both data at
rest within the volume and for data moving between the volume
and the cluster.
type: boolean
instanceSizeName:
description: Atlas provides different cluster tiers, each
with a default storage capacity and RAM size. The cluster
you select is used for all the data-bearing hosts in your
cluster tier.
type: string
providerName:
description: Cloud service provider on which Atlas provisions
the hosts.
enum:
- AWS
- GCP
- AZURE
- TENANT
- SERVERLESS
type: string
regionName:
description: Physical location of your MongoDB cluster. The
region you choose can affect network latency for clients
accessing your databases.
type: string
volumeType:
description: Disk IOPS setting for AWS storage. Set only if
you selected AWS as your cloud service provider.
enum:
- STANDARD
- PROVISIONED
type: string
required:
- providerName
type: object
replicationSpecs:
description: Configuration for cluster regions.
items:
description: ReplicationSpec represents a configuration for
cluster regions
properties:
numShards:
description: Number of shards to deploy in each specified
zone. The default value is 1.
format: int64
type: integer
regionsConfig:
additionalProperties:
description: RegionsConfig describes the region’s priority
in elections and the number and type of MongoDB nodes
Atlas deploys to the region.
properties:
analyticsNodes:
description: The number of analytics nodes for Atlas
to deploy to the region. Analytics nodes are useful
for handling analytic data such as reporting queries
from BI Connector for Atlas. Analytics nodes are
read-only, and can never become the primary. If
you do not specify this option, no analytics nodes
are deployed to the region.
format: int64
type: integer
electableNodes:
description: Number of electable nodes for Atlas to
deploy to the region. Electable nodes can become
the primary and can facilitate local reads.
format: int64
type: integer
priority:
description: Election priority of the region. For
regions with only replicationSpecs[n].regionsConfig.<region>.readOnlyNodes,
set this value to 0.
format: int64
type: integer
readOnlyNodes:
description: Number of read-only nodes for Atlas to
deploy to the region. Read-only nodes can never
become the primary, but can facilitate local-reads.
format: int64
type: integer
type: object
description: Configuration for a region. Each regionsConfig
object describes the region's priority in elections and
the number and type of MongoDB nodes that Atlas deploys
to the region.
type: object
zoneName:
description: Name for the zone in a Global Cluster. Don't
provide this value if clusterType is not GEOSHARDED.
type: string
type: object
type: array
required:
- name
- providerSettings
type: object
processArgs:
description: ProcessArgs allows to modify Advanced Configuration Options
properties:
defaultReadConcern:
type: string
defaultWriteConcern:
type: string
failIndexKeyTooLong:
type: boolean
javascriptEnabled:
type: boolean
minimumEnabledTlsProtocol:
type: string
noTableScan:
type: boolean
oplogSizeMB:
format: int64
type: integer
sampleRefreshIntervalBIConnector:
format: int64
type: integer
sampleSizeBIConnector:
format: int64
type: integer
type: object
projectRef:
description: Project is a reference to AtlasProject resource the cluster
belongs to
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes Resource
type: string
required:
- name
type: object
serverlessSpec:
description: Configuration for the advanced cluster API. https://docs.atlas.mongodb.com/reference/api/clusters-advanced/
properties:
name:
description: Name of the cluster as it appears in Atlas. After
Atlas creates the cluster, you can't change its name.
type: string
providerSettings:
description: Configuration for the provisioned hosts on which
MongoDB runs. The available options are specific to the cloud
service provider.
properties:
autoScaling:
description: Range of instance sizes to which your cluster
can scale.
properties:
autoIndexingEnabled:
description: Flag that indicates whether autopilot mode
for Performance Advisor is enabled. The default is false.
type: boolean
compute:
description: Collection of settings that configure how
a cluster might scale its cluster tier and whether the
cluster can scale down.
properties:
enabled:
description: Flag that indicates whether cluster tier
auto-scaling is enabled. The default is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which your
cluster can automatically scale (such as M40). Atlas
requires this parameter if "autoScaling.compute.enabled"
: true.'
type: string
minInstanceSize:
description: 'Minimum instance size to which your
cluster can automatically scale (such as M10). Atlas
requires this parameter if "autoScaling.compute.scaleDownEnabled"
: true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether the cluster
tier may scale down. Atlas requires this parameter
if "autoScaling.compute.enabled" : true.'
type: boolean
type: object
diskGBEnabled:
description: Flag that indicates whether disk auto-scaling
is enabled. The default is true.
type: boolean
type: object
backingProviderName:
description: 'Cloud service provider on which the host for
a multi-tenant cluster is provisioned. This setting only
works when "providerSetting.providerName" : "TENANT" and
"providerSetting.instanceSizeName" : M2 or M5.'
enum:
- AWS
- GCP
- AZURE
type: string
diskIOPS:
description: Disk IOPS setting for AWS storage. Set only if
you selected AWS as your cloud service provider.
format: int64
type: integer
diskTypeName:
description: Type of disk if you selected Azure as your cloud
service provider.
type: string
encryptEBSVolume:
description: Flag that indicates whether the Amazon EBS encryption
feature encrypts the host's root volume for both data at
rest within the volume and for data moving between the volume
and the cluster.
type: boolean
instanceSizeName:
description: Atlas provides different cluster tiers, each
with a default storage capacity and RAM size. The cluster
you select is used for all the data-bearing hosts in your
cluster tier.
type: string
providerName:
description: Cloud service provider on which Atlas provisions
the hosts.
enum:
- AWS
- GCP
- AZURE
- TENANT
- SERVERLESS
type: string
regionName:
description: Physical location of your MongoDB cluster. The
region you choose can affect network latency for clients
accessing your databases.
type: string
volumeType:
description: Disk IOPS setting for AWS storage. Set only if
you selected AWS as your cloud service provider.
enum:
- STANDARD
- PROVISIONED
type: string
required:
- providerName
type: object
required:
- name
- providerSettings
type: object
required:
- projectRef
type: object
status:
description: AtlasClusterStatus defines the observed state of AtlasCluster.
properties:
conditions:
description: Conditions is the list of statuses showing the current
state of the Atlas Custom Resource
items:
description: Condition describes the state of an Atlas Custom Resource
at a certain point.
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another.
format: date-time
type: string
message:
description: A human readable message indicating details about
the transition.
type: string
reason:
description: The reason for the condition's last transition.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of Atlas Custom Resource condition.
type: string
required:
- status
- type
type: object
type: array
connectionStrings:
description: ConnectionStrings is a set of connection strings that
your applications use to connect to this cluster.
properties:
private:
description: Network-peering-endpoint-aware mongodb:// connection
strings for each interface VPC endpoint you configured to connect
to this cluster. Atlas returns this parameter only if you created
a network peering connection to this cluster.
type: string
privateEndpoint:
description: Private endpoint connection strings. Each object
describes the connection strings you can use to connect to this
cluster through a private endpoint. Atlas returns this parameter
only if you deployed a private endpoint to all regions to which
you deployed this cluster's nodes.
items:
description: PrivateEndpoint connection strings. Each object
describes the connection strings you can use to connect to
this cluster through a private endpoint. Atlas returns this
parameter only if you deployed a private endpoint to all regions
to which you deployed this cluster's nodes.
properties:
connectionString:
description: Private-endpoint-aware mongodb:// connection
string for this private endpoint.
type: string
endpoints:
description: Private endpoint through which you connect
to Atlas when you use connectionStrings.privateEndpoint[n].connectionString
or connectionStrings.privateEndpoint[n].srvConnectionString.
items:
description: Endpoint through which you connect to Atlas
properties:
endpointId:
description: Unique identifier of the private endpoint.
type: string
ip:
description: Private IP address of the private endpoint
network interface you created in your Azure VNet.
type: string
providerName:
description: Cloud provider to which you deployed
the private endpoint. Atlas returns AWS or AZURE.
type: string
region:
description: Region to which you deployed the private
endpoint.
type: string
type: object
type: array
srvConnectionString:
description: Private-endpoint-aware mongodb+srv:// connection
string for this private endpoint.
type: string
type:
description: "Type of MongoDB process that you connect to
with the connection strings \n Atlas returns: \n • MONGOD
for replica sets, or \n • MONGOS for sharded clusters"
type: string
type: object
type: array
privateSrv:
description: Network-peering-endpoint-aware mongodb+srv:// connection
strings for each interface VPC endpoint you configured to connect
to this cluster. Atlas returns this parameter only if you created
a network peering connection to this cluster. Use this URI format
if your driver supports it. If it doesn't, use connectionStrings.private.
type: string
standard:
description: Public mongodb:// connection string for this cluster.
type: string
standardSrv:
description: Public mongodb+srv:// connection string for this
cluster.
type: string
type: object
mongoDBVersion:
description: MongoDBVersion is the version of MongoDB the cluster
runs, in <major version>.<minor version> format.
type: string
mongoURIUpdated:
description: MongoURIUpdated is a timestamp in ISO 8601 date and time
format in UTC when the connection string was last updated. The connection
string changes if you update any of the other values.
type: string
observedGeneration:
description: ObservedGeneration indicates the generation of the resource
specification that the Atlas Operator is aware of. The Atlas Operator
updates this field to the 'metadata.generation' as soon as it starts
reconciliation of the resource.
format: int64
type: integer
stateName:
description: 'StateName is the current state of the cluster. The possible
states are: IDLE, CREATING, UPDATING, DELETING, DELETED, REPAIRING'
type: string
required:
- conditions
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []