You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: MongoDBDatabase is the Schema for the mongodbs API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: 'MongoDBDatabaseSpec defines the desired state of MongoDBDatabase
38
+
IMPORTANT: Run "make" to regenerate code after modifying this file'
39
+
properties:
40
+
credentials:
41
+
items:
42
+
properties:
43
+
username:
44
+
type: string
45
+
vault:
46
+
properties:
47
+
host:
48
+
type: string
49
+
path:
50
+
type: string
51
+
secretField:
52
+
type: string
53
+
useAvailable:
54
+
type: boolean
55
+
userField:
56
+
type: string
57
+
required:
58
+
- host
59
+
- path
60
+
- secretField
61
+
- useAvailable
62
+
- userField
63
+
type: object
64
+
required:
65
+
- username
66
+
- vault
67
+
type: object
68
+
type: array
69
+
databaseName:
70
+
type: string
71
+
hostName:
72
+
type: string
73
+
rootAuthDatabase:
74
+
type: string
75
+
rootSecretLookup:
76
+
properties:
77
+
field:
78
+
type: string
79
+
name:
80
+
type: string
81
+
namespace:
82
+
type: string
83
+
required:
84
+
- field
85
+
- name
86
+
- namespace
87
+
type: object
88
+
rootUsername:
89
+
type: string
90
+
required:
91
+
- credentials
92
+
- databaseName
93
+
- hostName
94
+
- rootSecretLookup
95
+
type: object
96
+
status:
97
+
description: 'MongoDBDatabaseStatus defines the observed state of MongoDBDatabase
98
+
IMPORTANT: Run "make" to regenerate code after modifying this file'
description: PostgreSQLDatabase is the Schema for the postgresqls API
23
+
properties:
24
+
apiVersion:
25
+
description: 'APIVersion defines the versioned schema of this representation
26
+
of an object. Servers should convert recognized schemas to the latest
27
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
type: string
29
+
kind:
30
+
description: 'Kind is a string value representing the REST resource this
31
+
object represents. Servers may infer this from the endpoint the client
32
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33
+
type: string
34
+
metadata:
35
+
type: object
36
+
spec:
37
+
description: 'PostgreSQLDatabaseSpec defines the desired state of PostgreSQLDatabase
38
+
IMPORTANT: Run "make" to regenerate code after modifying this file'
39
+
properties:
40
+
credentials:
41
+
items:
42
+
properties:
43
+
username:
44
+
type: string
45
+
vault:
46
+
properties:
47
+
host:
48
+
type: string
49
+
path:
50
+
type: string
51
+
secretField:
52
+
type: string
53
+
useAvailable:
54
+
type: boolean
55
+
userField:
56
+
type: string
57
+
required:
58
+
- host
59
+
- path
60
+
- secretField
61
+
- useAvailable
62
+
- userField
63
+
type: object
64
+
required:
65
+
- username
66
+
- vault
67
+
type: object
68
+
type: array
69
+
databaseName:
70
+
type: string
71
+
hostName:
72
+
type: string
73
+
rootAuthDatabase:
74
+
type: string
75
+
rootSecretLookup:
76
+
properties:
77
+
field:
78
+
type: string
79
+
name:
80
+
type: string
81
+
namespace:
82
+
type: string
83
+
required:
84
+
- field
85
+
- name
86
+
- namespace
87
+
type: object
88
+
rootUsername:
89
+
type: string
90
+
required:
91
+
- credentials
92
+
- databaseName
93
+
- hostName
94
+
- rootSecretLookup
95
+
type: object
96
+
status:
97
+
description: 'PostgreSQLDatabaseStatus defines the observed state of PostgreSQLDatabase
98
+
IMPORTANT: Run "make" to regenerate code after modifying this file'
0 commit comments