We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de66fa commit 309cab4Copy full SHA for 309cab4
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: isort
23
24
- repo: https://github.com/psf/black
25
- rev: "23.9.1"
+ rev: "23.10.0"
26
hooks:
27
- id: black
28
args: [--preview]
examples/special_cases.py
@@ -2,6 +2,7 @@
2
Some resources have the same `kind` but different API groups.
3
For example: `Network` which exists in both operator.openshift.io and config.openshift.io API groups
4
"""
5
+
6
from ocp_resources.network import Network
7
8
# To get the Network resource which uses the default API in the class ("config.openshift.io")
0 commit comments