forked from mongodb/mongodb-atlas-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.mongodb.com_atlasdeployments.yaml
845 lines (845 loc) · 42.3 KB
/
atlas.mongodb.com_atlasdeployments.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
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: atlasdeployments.atlas.mongodb.com
spec:
group: atlas.mongodb.com
names:
kind: AtlasDeployment
listKind: AtlasDeploymentList
plural: atlasdeployments
singular: atlasdeployment
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: AtlasDeployment is the Schema for the atlasdeployments 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: AtlasDeploymentSpec defines the desired state of AtlasDeployment
Only one of DeploymentSpec, AdvancedDeploymentSpec and ServerlessSpec
should be defined
properties:
backupRef:
description: Backup schedule for the AtlasDeployment
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
deploymentSpec:
description: Configuration for the advanced (v1.5) deployment API
https://www.mongodb.com/docs/atlas/reference/api/clusters/
properties:
backupEnabled:
description: Applicable only for M10+ deployments. Flag that indicates
if the deployment uses Cloud Backups for backups.
type: boolean
biConnector:
description: Configuration of BI Connector for Atlas on this deployment.
The MongoDB Connector for Business Intelligence for Atlas (BI
Connector) is only available for M10 and larger deployments.
properties:
enabled:
description: Flag that indicates whether or not BI Connector
for Atlas is enabled on the deployment.
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 deployment that you want to create. The
parameter is required if replicationSpecs are set or if Global
Deployments are deployed.
enum:
- REPLICASET
- SHARDED
- GEOSHARDED
type: string
customZoneMapping:
items:
properties:
location:
type: string
zone:
type: string
required:
- location
- zone
type: object
type: array
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 deployment. 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
managedNamespaces:
items:
description: ManagedNamespace represents the information about
managed namespace configuration.
properties:
collection:
type: string
customShardKey:
type: string
db:
type: string
isCustomShardKeyHashed:
type: boolean
isShardKeyUnique:
type: boolean
numInitialChunks:
type: integer
presplitHashedZones:
type: boolean
required:
- collection
- db
type: object
type: array
mongoDBMajorVersion:
description: Version of the deployment to deploy.
type: string
mongoDBVersion:
type: string
name:
description: Name of the advanced deployment as it appears in
Atlas. After Atlas creates the deployment, you can't change
its name. Can only contain ASCII letters, numbers, and hyphens.
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
type: string
paused:
description: Flag that indicates whether the deployment should
be paused.
type: boolean
pitEnabled:
description: Flag that indicates the deployment uses continuous
cloud backups.
type: boolean
replicationSpecs:
description: Configuration for deployment regions.
items:
properties:
numShards:
description: Positive integer that specifies the number
of shards to deploy in each specified zone. If you set
this value to 1 and clusterType is SHARDED, MongoDB Cloud
deploys a single-shard sharded cluster. Don't create a
sharded cluster with a single shard for production environments.
Single-shard sharded clusters don't provide the same benefits
as multi-shard configurations
type: integer
regionConfigs:
description: Hardware specifications for nodes set for a
given region. Each regionConfigs object describes the
region's priority in elections and the number and type
of MongoDB nodes that MongoDB Cloud deploys to the region.
Each regionConfigs object must have either an analyticsSpecs
object, electableSpecs object, or readOnlySpecs object.
Tenant clusters only require electableSpecs. Dedicated
clusters can specify any of these specifications, but
must have at least one electableSpecs object within a
replicationSpec. Every hardware specification must use
the same instanceSize.
items:
properties:
analyticsSpecs:
properties:
diskIOPS:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
format: int64
type: integer
ebsVolumeType:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
enum:
- STANDARD
- PROVISIONED
type: string
instanceSize:
description: Hardware specification for the instance
sizes in this region. Each instance size has
a default storage and memory capacity. The instance
size you select applies to all the data-bearing
hosts in your instance size
type: string
nodeCount:
description: Number of nodes of the given type
for MongoDB Cloud to deploy to the region.
type: integer
type: object
autoScaling:
description: AdvancedAutoScalingSpec configures your
deployment to automatically scale its storage
properties:
compute:
description: Collection of settings that configure
how a deployment might scale its deployment
tier and whether the deployment can scale down.
properties:
enabled:
description: Flag that indicates whether deployment
tier auto-scaling is enabled. The default
is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which
your deployment 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 deployment can automatically scale
(such as M10). Atlas requires this parameter
if "autoScaling.compute.scaleDownEnabled"
: true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether
the deployment tier may scale down. Atlas
requires this parameter if "autoScaling.compute.enabled"
: true.'
type: boolean
type: object
diskGB:
description: Flag that indicates whether disk
auto-scaling is enabled. The default is true.
properties:
enabled:
type: boolean
type: object
type: object
backingProviderName:
description: 'Cloud service provider on which the
host for a multi-tenant deployment is provisioned.
This setting only works when "providerName" : "TENANT"
and "providerSetting.instanceSizeName" : M2 or M5.
Otherwise it should be equal to "providerName" value'
enum:
- AWS
- GCP
- AZURE
type: string
electableSpecs:
properties:
diskIOPS:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
format: int64
type: integer
ebsVolumeType:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
enum:
- STANDARD
- PROVISIONED
type: string
instanceSize:
description: Hardware specification for the instance
sizes in this region. Each instance size has
a default storage and memory capacity. The instance
size you select applies to all the data-bearing
hosts in your instance size
type: string
nodeCount:
description: Number of nodes of the given type
for MongoDB Cloud to deploy to the region.
type: integer
type: object
priority:
description: Precedence is given to this region when
a primary election occurs. If your regionConfigs
has only readOnlySpecs, analyticsSpecs, or both,
set this value to 0. If you have multiple regionConfigs
objects (your cluster is multi-region or multi-cloud),
they must have priorities in descending order. The
highest priority is 7
type: integer
providerName:
enum:
- AWS
- GCP
- AZURE
- TENANT
- SERVERLESS
type: string
readOnlySpecs:
properties:
diskIOPS:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
format: int64
type: integer
ebsVolumeType:
description: Disk IOPS setting for AWS storage.
Set only if you selected AWS as your cloud service
provider.
enum:
- STANDARD
- PROVISIONED
type: string
instanceSize:
description: Hardware specification for the instance
sizes in this region. Each instance size has
a default storage and memory capacity. The instance
size you select applies to all the data-bearing
hosts in your instance size
type: string
nodeCount:
description: Number of nodes of the given type
for MongoDB Cloud to deploy to the region.
type: integer
type: object
regionName:
description: Physical location of your MongoDB deployment.
The region you choose can affect network latency
for clients accessing your databases.
type: string
type: object
type: array
zoneName:
description: Human-readable label that identifies the zone
in a Global Cluster.
type: string
type: object
type: array
rootCertType:
type: string
tags:
description: Key-value pairs for resource tagging.
items:
description: TagSpec holds a key-value pair for resource tagging
on this deployment.
properties:
key:
maxLength: 255
minLength: 1
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
type: string
value:
maxLength: 255
minLength: 1
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
type: string
required:
- key
- value
type: object
maxItems: 50
type: array
terminationProtectionEnabled:
default: false
description: Flag that indicates whether termination protection
is enabled on the cluster. If set to true, MongoDB Cloud won't
delete the cluster. If set to false, MongoDB Cloud will delete
the cluster.
type: boolean
versionReleaseSystem:
type: string
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
oplogMinRetentionHours:
type: string
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 deployment
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 serverless deployment API. https://www.mongodb.com/docs/atlas/reference/api/serverless-instances/
properties:
backupOptions:
description: Serverless Backup Options
properties:
serverlessContinuousBackupEnabled:
default: true
description: ServerlessContinuousBackupEnabled
type: boolean
type: object
name:
description: Name of the serverless deployment as it appears in
Atlas. After Atlas creates the deployment, you can't change
its name. Can only contain ASCII letters, numbers, and hyphens.
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
type: string
privateEndpoints:
items:
properties:
cloudProviderEndpointID:
description: CloudProviderEndpointID is the identifier of
the cloud provider endpoint.
type: string
name:
description: Name is the name of the Serverless PrivateLink
Service. Should be unique.
type: string
privateEndpointIpAddress:
description: PrivateEndpointIPAddress is the IPv4 address
of the private endpoint in your Azure VNet that someone
added to this private endpoint service.
type: string
type: object
type: array
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 deployment
can scale.
properties:
autoIndexingEnabled:
description: 'Deprecated: This flag is not supported anymore.
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 deployment might scale its deployment tier and whether
the deployment can scale down.
properties:
enabled:
description: Flag that indicates whether deployment
tier auto-scaling is enabled. The default is false.
type: boolean
maxInstanceSize:
description: 'Maximum instance size to which your
deployment 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
deployment can automatically scale (such as M10).
Atlas requires this parameter if "autoScaling.compute.scaleDownEnabled"
: true.'
type: string
scaleDownEnabled:
description: 'Flag that indicates whether the deployment
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 deployment 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 deployment.
type: boolean
instanceSizeName:
description: Atlas provides different deployment tiers, each
with a default storage capacity and RAM size. The deployment
you select is used for all the data-bearing hosts in your
deployment 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 deployment.
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
tags:
description: Key-value pairs for resource tagging.
items:
description: TagSpec holds a key-value pair for resource tagging
on this deployment.
properties:
key:
maxLength: 255
minLength: 1
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
type: string
value:
maxLength: 255
minLength: 1
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
type: string
required:
- key
- value
type: object
maxItems: 50
type: array
terminationProtectionEnabled:
default: false
description: Flag that indicates whether termination protection
is enabled on the cluster. If set to true, MongoDB Cloud won't
delete the cluster. If set to false, MongoDB Cloud will delete
the cluster.
type: boolean
required:
- name
- providerSettings
type: object
required:
- projectRef
type: object
status:
description: AtlasDeploymentStatus defines the observed state of AtlasDeployment.
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
customZoneMapping:
properties:
customZoneMapping:
additionalProperties:
type: string
type: object
zoneMappingErrMessage:
type: string
zoneMappingState:
type: string
type: object
managedNamespaces:
items:
properties:
collection:
type: string
customShardKey:
type: string
db:
type: string
errMessage:
type: string
isCustomShardKeyHashed:
type: boolean
isShardKeyUnique:
type: boolean
numInitialChunks:
type: integer
presplitHashedZones:
type: boolean
status:
type: string
required:
- collection
- db
type: object
type: array
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
replicaSets:
items:
properties:
id:
type: string
zoneName:
type: string
required:
- id
type: object
type: array
serverlessPrivateEndpoints:
items:
properties:
_id:
description: ID is the identifier of the Serverless PrivateLink
Service.
type: string
cloudProviderEndpointId:
description: CloudProviderEndpointID is the identifier of the
cloud provider endpoint.
type: string
endpointServiceName:
description: EndpointServiceName is the name of the PrivateLink
endpoint service in AWS. Returns null while the endpoint service
is being created.
type: string
errorMessage:
description: ErrorMessage is the error message if the Serverless
PrivateLink Service failed to create or connect.
type: string
name:
description: Name is the name of the Serverless PrivateLink
Service. Should be unique.
type: string
privateEndpointIpAddress:
description: PrivateEndpointIPAddress is the IPv4 address of
the private endpoint in your Azure VNet that someone added
to this private endpoint service.
type: string
privateLinkServiceResourceId:
description: PrivateLinkServiceResourceID is the root-relative
path that identifies the Azure Private Link Service that MongoDB
Cloud manages. MongoDB Cloud returns null while it creates
the endpoint service.
type: string
providerName:
description: ProviderName is human-readable label that identifies
the cloud provider. Values include AWS or AZURE.
type: string
status:
description: Status of the AWS Serverless PrivateLink connection.
type: string
type: object
type: array
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: {}