1-
21---
32apiVersion : apiextensions.k8s.io/v1
43kind : CustomResourceDefinition
54metadata :
65 annotations :
7- controller-gen.kubebuilder.io/version : v0.4.1
8- service.binding/type : ' mongodb '
9- service.binding/provider : ' community '
10- service.binding : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret'
11- service.binding/connectionString : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv '
12- service.binding/username : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username '
13- service.binding/password : ' path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password '
6+ controller-gen.kubebuilder.io/version : v0.11.3
7+ service.binding : path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret
8+ service.binding/connectionString : path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv
9+ service.binding/password : path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password
10+ service.binding/provider : community
11+ service.binding/type : mongodb
12+ service.binding/username : path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username
1413 creationTimestamp : null
1514 name : mongodbcommunity.mongodbcommunity.mongodb.com
1615spec :
@@ -286,6 +285,7 @@ spec:
286285 TODO: Add other useful fields. apiVersion, kind, uid?'
287286 type : string
288287 type : object
288+ x-kubernetes-map-type : atomic
289289 caConfigMapRef :
290290 description : CaConfigMap is a reference to a ConfigMap containing
291291 the certificate for the CA which signed the server certificates
@@ -298,6 +298,7 @@ spec:
298298 TODO: Add other useful fields. apiVersion, kind, uid?'
299299 type : string
300300 type : object
301+ x-kubernetes-map-type : atomic
301302 certificateKeySecretRef :
302303 description : CertificateKeySecret is a reference to a Secret
303304 containing a private key and certificate to use for TLS.
@@ -315,6 +316,7 @@ spec:
315316 TODO: Add other useful fields. apiVersion, kind, uid?'
316317 type : string
317318 type : object
319+ x-kubernetes-map-type : atomic
318320 enabled :
319321 type : boolean
320322 optional :
@@ -443,9 +445,3 @@ spec:
443445 storage : true
444446 subresources :
445447 status : {}
446- status :
447- acceptedNames :
448- kind : " "
449- plural : " "
450- conditions : []
451- storedVersions : []
0 commit comments