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: 'APIVersion defines the versioned schema of this representation
39
-
of an object. Servers should convert recognized schemas to the latest
40
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37
+
description: |-
38
+
APIVersion defines the versioned schema of this representation of an object.
39
+
Servers should convert recognized schemas to the latest internal value, and
40
+
may reject unrecognized values.
41
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
41
42
type: string
42
43
kind:
43
-
description: 'Kind is a string value representing the REST resource this
44
-
object represents. Servers may infer this from the endpoint the client
45
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
44
+
description: |-
45
+
Kind is a string value representing the REST resource this object represents.
46
+
Servers may infer this from the endpoint the client submits requests to.
47
+
Cannot be updated.
48
+
In CamelCase.
49
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
46
50
type: string
47
51
metadata:
48
52
type: object
@@ -51,6 +55,7 @@ spec:
51
55
Octavia Amphora Controllers
52
56
properties:
53
57
amphoraCustomFlavors:
58
+
default: []
54
59
description: AmphoraCustomFlavors - User-defined flavors for Octavia
55
60
items:
56
61
description: OctaviaAmphoraFlavor Settings for custom Amphora flavors
@@ -82,32 +87,33 @@ spec:
82
87
type: string
83
88
customServiceConfig:
84
89
default: '# add your customization here'
85
-
description: CustomServiceConfig - customize the service config using
86
-
this parameter to change service defaults, or overwrite rendered
87
-
information using raw OpenStack config format. The content gets
88
-
added to to /etc/<service>/<service>.conf.d directory as custom.conf
89
-
file.
90
+
description: |-
91
+
CustomServiceConfig - customize the service config using this parameter to change service defaults,
92
+
or overwrite rendered information using raw OpenStack config format. The content gets added to
93
+
to /etc/<service>/<service>.conf.d directory as custom.conf file.
90
94
type: string
91
95
databaseAccount:
92
96
default: octavia
93
-
description: DatabaseAccount - name of MariaDBAccount which will be
94
-
used to connect for the main octavia database
97
+
description: |-
98
+
DatabaseAccount - name of MariaDBAccount which will be used to connect
99
+
for the main octavia database
95
100
type: string
96
101
databaseHostname:
97
102
description: DatabaseHostname - Octavia DB hostname
98
103
type: string
99
104
databaseInstance:
100
-
description: MariaDB instance name Right now required by the maridb-operator
101
-
to get the credentials from the instance to create the DB Might
102
-
not be required in future
105
+
description: |-
106
+
MariaDB instance name
107
+
Right now required by the maridb-operator to get the credentials from the instance to create the DB
108
+
Might not be required in future
103
109
type: string
104
110
defaultConfigOverwrite:
105
111
additionalProperties:
106
112
type: string
107
-
description: 'ConfigOverwrite - interface to overwrite default config
108
-
files like e.g. logging.conf or policy.json. But can also be used
109
-
to add additional files. Those get added to the service config dir
110
-
in /etc/<service> . TODO: -> implement'
113
+
description: |-
114
+
ConfigOverwrite - interface to overwrite default config files like e.g. logging.conf or policy.json.
115
+
But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
116
+
TODO: -> implement
111
117
type: object
112
118
lbMgmtNetworkID:
113
119
default: ""
@@ -146,9 +152,9 @@ spec:
146
152
properties:
147
153
database:
148
154
default: OctaviaDatabasePassword
149
-
description: 'Database - Selector to get the octavia Database
150
-
user password from the Secret TODO: not used, need change in
151
-
mariadb-operator'
155
+
description: |-
156
+
Database - Selector to get the octavia Database user password from the Secret
157
+
TODO: not used, need change in mariadb-operator
152
158
type: string
153
159
service:
154
160
default: OctaviaPassword
@@ -158,26 +164,34 @@ spec:
158
164
type: object
159
165
persistenceDatabaseAccount:
160
166
default: octavia-persistence
161
-
description: PersistenceDatabaseAccount - name of MariaDBAccount which
162
-
will be used to connect for the persistence database
167
+
description: |-
168
+
PersistenceDatabaseAccount - name of MariaDBAccount which will be used
169
+
to connect for the persistence database
163
170
type: string
164
171
resources:
165
-
description: Resources - Compute Resources required by this service
0 commit comments