File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
2
+
3
+ from typing import Any
4
+ from ocp_resources .resource import NamespacedResource
5
+
6
+
7
+ class MariadbOperator (NamespacedResource ):
8
+ """
9
+ MariadbOperator is the Schema for the mariadboperators API
10
+ """
11
+
12
+ api_group : str = NamespacedResource .ApiGroup .HELM_MARIADB_MMONTES_IO
13
+
14
+ def __init__ (
15
+ self ,
16
+ ** kwargs : Any ,
17
+ ) -> None :
18
+ super ().__init__ (** kwargs )
Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ class ApiGroup:
286
286
FORKLIFT_KONVEYOR_IO : str = "forklift.konveyor.io"
287
287
INSTANCETYPE_KUBEVIRT_IO : str = "instancetype.kubevirt.io"
288
288
HCO_KUBEVIRT_IO : str = "hco.kubevirt.io"
289
+ HELM_MARIADB_MMONTES_IO : str = "helm.mariadb.mmontes.io"
289
290
HIVE_OPENSHIFT_IO : str = "hive.openshift.io"
290
291
HOSTPATHPROVISIONER_KUBEVIRT_IO : str = "hostpathprovisioner.kubevirt.io"
291
292
IMAGE_OPENSHIFT_IO : str = "image.openshift.io"
You can’t perform that action at this time.
0 commit comments