Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion class_generator/core/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def generate_resource_file_from_dict(
template_name="class_generator_template.j2",
)

output = "# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md\n\n"
output = (
"# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md\n\n"
)
formatted_kind_str = convert_camel_case_to_snake_case(name=resource_dict["kind"])

if re.search(r"_[a-z]_", formatted_kind_str):
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/APIServer/api_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/ConfigMap/config_map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/Deployment/deployment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/Machine/machine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/NMState/nm_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/OAuth/oauth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/Pipeline/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/Pod/pod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/Secret/secret.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/manifests/test_parse_explain.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md#adding-tests
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md#adding-tests

import filecmp
import traceback
Expand Down
6 changes: 3 additions & 3 deletions class_generator/tests/test_batch_regeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def temp_resources_dir(self):

def create_generated_file(self, path: Path, class_name: str, with_user_code: bool = False) -> None:
"""Helper to create a generated resource file."""
content = f'''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = f'''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import NamespacedResource
Expand Down Expand Up @@ -63,7 +63,7 @@ class ManualResource(Resource):

def create_malformed_file(self, path: Path) -> None:
"""Helper to create a malformed Python file."""
content = """# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = """# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

class BrokenSyntax(
# Missing closing parenthesis
Expand Down Expand Up @@ -185,7 +185,7 @@ def test_discover_skips_special_files(self, temp_resources_dir, monkeypatch):
def test_discover_handles_multiple_classes(self, temp_resources_dir, monkeypatch):
"""Test discovery handles files with multiple classes correctly."""
# Create a file with multiple classes
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import NamespacedResource, Resource

Expand Down
2 changes: 1 addition & 1 deletion class_generator/tests/test_class_generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md#adding-tests
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md#adding-tests

import filecmp
import traceback
Expand Down
12 changes: 6 additions & 6 deletions class_generator/tests/test_user_code_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestUserCodeParser:

def test_parse_file_with_user_code_and_imports(self):
"""Test parsing a file with both user code and user imports."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import NamespacedResource
Expand Down Expand Up @@ -88,7 +88,7 @@ def __init__(self, **kwargs):

def test_parse_file_with_multiline_imports(self):
"""Test parsing a file with multi-line imports."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import Resource
Expand Down Expand Up @@ -131,7 +131,7 @@ def custom_method(self):

def test_parse_file_with_different_template_imports(self):
"""Test parsing with different combinations of template imports."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.exceptions import MissingRequiredArgumentError
Expand Down Expand Up @@ -181,7 +181,7 @@ def test_parse_empty_file(self):

def test_parse_file_with_only_marker(self):
"""Test parsing a file with only the marker and no user code."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import Resource
Expand All @@ -207,7 +207,7 @@ class MyResource(Resource):

def test_parse_file_with_exceptions_import(self):
"""Test parsing a file with import from ocp_resources.exceptions module."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import NamespacedResource
Expand Down Expand Up @@ -245,7 +245,7 @@ def custom_method(self):

def test_parse_file_with_syntax_error(self):
"""Test parsing a file with syntax errors in imports section."""
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import Resource
Expand Down
14 changes: 7 additions & 7 deletions class_generator/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def temp_ocp_resources_dir(self):
def test_scan_resources_with_valid_files(self, temp_ocp_resources_dir):
"""Test scanning resources with valid resource files."""
# Create a valid resource file
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any
from ocp_resources.resource import NamespacedResource, MissingRequiredArgumentError
Expand Down Expand Up @@ -145,7 +145,7 @@ class CustomResource(Resource):

def test_extract_resource_info_with_base_resource(self, temp_ocp_resources_dir):
"""Test extracting info from a Resource-based class."""
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import Resource

Expand Down Expand Up @@ -176,7 +176,7 @@ def __init__(self, spec=None, **kwargs):

def test_extract_resource_info_ephemeral_resource(self, temp_ocp_resources_dir):
"""Test extracting info for ephemeral resources like ProjectRequest."""
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import Resource

Expand All @@ -201,7 +201,7 @@ def __init__(self, name=None, **kwargs):

def test_analyze_init_with_defaults(self, temp_ocp_resources_dir):
"""Test analyzing __init__ method with default parameters."""
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import NamespacedResource

Expand Down Expand Up @@ -229,7 +229,7 @@ def __init__(self, name, namespace, replicas=1, strategy=None, **kwargs):

def test_analyze_to_dict_required_params(self, temp_ocp_resources_dir):
"""Test analyzing to_dict method to find truly required parameters."""
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import NamespacedResource, MissingRequiredArgumentError

Expand Down Expand Up @@ -264,7 +264,7 @@ def to_dict(self):

def test_extract_api_info_with_enum_style(self, temp_ocp_resources_dir):
"""Test extracting API info using enum-style attributes."""
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
resource_content = '''# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import NamespacedResource

Expand Down Expand Up @@ -300,7 +300,7 @@ def test_scan_resources_sorted_by_name(self, temp_ocp_resources_dir):
"""Test that resources are returned sorted by name."""
# Create multiple resource files
for name in ["zebra", "alpha", "beta"]:
content = f"""# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
content = f"""# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from ocp_resources.resource import Resource

Expand Down
2 changes: 1 addition & 1 deletion class_generator/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _analyze_resource_file(self, file_path: Path) -> ResourceInfo | None:

# Only consider resources with the generated marker comment
if (
"# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md"
"# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md"
not in content
):
return None
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/aaq.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md
Comment thread
myakove marked this conversation as resolved.


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/api_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/authentication_config_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/authentication_operator_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/authorino.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md
Comment thread
myakove marked this conversation as resolved.


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/bgp_session_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/cdi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/cdi_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/cluster_resource_quota.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/cluster_user_defined_network.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md
Comment thread
coderabbitai[bot] marked this conversation as resolved.


from typing import Any
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/config_map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/config_operator_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/config_samples_operator_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/console_config_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/console_operator_openshift_io.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/conversion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/csi_driver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion ocp_resources/data_import_cron.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md


from typing import Any
Expand Down
Loading