openshift-python-wrapper 11.0.125__tar.gz → 11.0.127__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openshift_python_wrapper-11.0.127/.git +1 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.pre-commit-config.yaml +2 -2
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/PKG-INFO +1 -1
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/cli.py +1 -1
- openshift_python_wrapper-11.0.127/class_generator/formatters/file_writer.py +71 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/manifests/class_generator_template.j2 +5 -1
- openshift_python_wrapper-11.0.127/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/test_parse_explain.j2 +10 -15
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_class_generator.py +4 -6
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_cli.py +3 -1
- openshift_python_wrapper-11.0.127/ocp_resources/data_protection_application.py +124 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/resource.py +1 -0
- openshift_python_wrapper-11.0.127/ocp_resources/vtep.py +71 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/scripts/generate_pytest_test.py +1 -1
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/uv.lock +1 -1
- openshift_python_wrapper-11.0.125/.git +0 -1
- openshift_python_wrapper-11.0.125/class_generator/formatters/file_writer.py +0 -36
- openshift_python_wrapper-11.0.125/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/Makefile +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/README.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/authentication_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/authentication_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/data_science_pipelines_application.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/evalhub.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/gateway_class.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/gateway_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/gateway_networking_istio_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maa_s_auth_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maa_s_model.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maa_s_subscription.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maas_auth_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maas_model_ref.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maas_subscription.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mig_controller.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mlflow.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mlflow_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/multi_namespace_virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/multi_namespace_virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/nemo_guardrails.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/securesign.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/tempo_stack.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/token_rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/client_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/validating_admission_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/validating_admission_policy_binding.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/tox.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gitdir: /tmp/github-webhook-openshift-python-wrapper-ymzig7ee/.git/worktrees/github-webhook-openshift-python-wrapper-ymzig7ee-worktree-5b5f7cc8-33eb-4a9d-8162-b6d455ba3f91
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.pre-commit-config.yaml
RENAMED
|
@@ -45,7 +45,7 @@ repos:
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
48
|
-
rev: v0.15.
|
|
48
|
+
rev: v0.15.12
|
|
49
49
|
hooks:
|
|
50
50
|
- id: ruff
|
|
51
51
|
- id: ruff-format
|
|
@@ -56,7 +56,7 @@ repos:
|
|
|
56
56
|
- id: gitleaks
|
|
57
57
|
|
|
58
58
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
59
|
-
rev: v1.20.
|
|
59
|
+
rev: v1.20.2
|
|
60
60
|
hooks:
|
|
61
61
|
- id: mypy
|
|
62
62
|
exclude: ^(tests/|examples/|docs/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.127
|
|
4
4
|
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
5
|
Project-URL: homepage, https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
6
|
Project-URL: documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/cli.py
RENAMED
|
@@ -489,7 +489,7 @@ def handle_test_generation(add_tests: bool) -> None:
|
|
|
489
489
|
# Run the generated test file
|
|
490
490
|
LOGGER.info("Running generated tests...")
|
|
491
491
|
test_file = "class_generator/tests/test_class_generator.py"
|
|
492
|
-
exit_code = os.system(f"uv run pytest {test_file}")
|
|
492
|
+
exit_code = os.system(f"uv run --group tests pytest {test_file}")
|
|
493
493
|
|
|
494
494
|
# os.system returns the exit status shifted left by 8 bits
|
|
495
495
|
if exit_code != 0:
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"""File writing utilities for generated code."""
|
|
2
|
+
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
|
|
5
|
+
from pyhelper_utils.shell import run_command
|
|
6
|
+
from simple_logger.logger import get_logger
|
|
7
|
+
|
|
8
|
+
LOGGER = get_logger(name=__name__)
|
|
9
|
+
|
|
10
|
+
# Project root directory (contains pyproject.toml and .pre-commit-config.yaml)
|
|
11
|
+
_PROJECT_ROOT = Path(__file__).resolve().parent.parent.parent
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def write_and_format_rendered(filepath: str, output: str) -> None:
|
|
15
|
+
"""
|
|
16
|
+
Write rendered content to file and format with prek, falling back to ruff.
|
|
17
|
+
|
|
18
|
+
Args:
|
|
19
|
+
filepath: Path to write the file to
|
|
20
|
+
output: Content to write
|
|
21
|
+
"""
|
|
22
|
+
with open(filepath, "w", encoding="utf-8") as fd:
|
|
23
|
+
fd.write(output)
|
|
24
|
+
|
|
25
|
+
pre_commit_config = str(_PROJECT_ROOT / ".pre-commit-config.yaml")
|
|
26
|
+
pyproject_toml = str(_PROJECT_ROOT / "pyproject.toml")
|
|
27
|
+
|
|
28
|
+
# Try prek first (runs all pre-commit hooks including ruff)
|
|
29
|
+
prek_success = False
|
|
30
|
+
try:
|
|
31
|
+
rc, stdout, stderr = run_command(
|
|
32
|
+
command=["uvx", "prek", "-c", pre_commit_config, "run", "--files", filepath],
|
|
33
|
+
verify_stderr=False,
|
|
34
|
+
check=False,
|
|
35
|
+
log_errors=False,
|
|
36
|
+
)
|
|
37
|
+
if not rc:
|
|
38
|
+
if stderr:
|
|
39
|
+
LOGGER.warning(f"Prek hooks failed for {filepath}, falling back to ruff.")
|
|
40
|
+
LOGGER.debug(f"prek stderr: {stderr}")
|
|
41
|
+
else:
|
|
42
|
+
prek_success = True
|
|
43
|
+
|
|
44
|
+
if stdout:
|
|
45
|
+
LOGGER.info(f"{filepath} fixed by prek")
|
|
46
|
+
LOGGER.debug(f"prek stdout: {stdout}")
|
|
47
|
+
except Exception as e:
|
|
48
|
+
LOGGER.warning(f"Failed to run prek for {filepath}, falling back to ruff: {e}")
|
|
49
|
+
|
|
50
|
+
if not prek_success:
|
|
51
|
+
_run_ruff_fallback(filepath=filepath, pyproject_toml=pyproject_toml)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def _run_ruff_fallback(filepath: str, pyproject_toml: str) -> None:
|
|
55
|
+
"""Run ruff check --fix and ruff format as fallback when prek fails."""
|
|
56
|
+
for ruff_cmd in (
|
|
57
|
+
["uvx", "ruff", "check", "--fix", "--config", pyproject_toml, filepath],
|
|
58
|
+
["uvx", "ruff", "format", "--config", pyproject_toml, filepath],
|
|
59
|
+
):
|
|
60
|
+
try:
|
|
61
|
+
_, stdout, _ = run_command(
|
|
62
|
+
command=ruff_cmd,
|
|
63
|
+
verify_stderr=False,
|
|
64
|
+
check=False,
|
|
65
|
+
log_errors=False,
|
|
66
|
+
)
|
|
67
|
+
if stdout:
|
|
68
|
+
LOGGER.info(f"{filepath} fixed by ruff")
|
|
69
|
+
LOGGER.debug(f"ruff stdout: {stdout}")
|
|
70
|
+
except Exception as e:
|
|
71
|
+
LOGGER.error(f"Ruff fallback failed for {filepath}: {e}")
|
|
@@ -14,8 +14,12 @@
|
|
|
14
14
|
{% endfor %}
|
|
15
15
|
|
|
16
16
|
from typing import Any
|
|
17
|
-
|
|
17
|
+
|
|
18
|
+
{% if all_required_args %}
|
|
18
19
|
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
20
|
+
{% endif %}
|
|
21
|
+
from ocp_resources.resource import {{ base_class }}
|
|
22
|
+
|
|
19
23
|
|
|
20
24
|
class {{ kind }}({{ base_class }}):
|
|
21
25
|
"""
|
|
Binary file
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md#adding-tests
|
|
2
2
|
|
|
3
3
|
import filecmp
|
|
4
|
+
import traceback
|
|
4
5
|
from pathlib import Path
|
|
5
|
-
import pytest
|
|
6
|
-
from typing import List, Tuple, Optional
|
|
7
6
|
|
|
8
7
|
from class_generator.constants import TESTS_MANIFESTS_DIR
|
|
9
8
|
from class_generator.core.generator import class_generator
|
|
10
9
|
from class_generator.utils import execute_parallel_tasks
|
|
11
10
|
|
|
12
11
|
|
|
13
|
-
def _test_single_resource(kind: str, tmp_path: Path) ->
|
|
12
|
+
def _test_single_resource(kind: str, tmp_path: Path) -> tuple[str, str] | None:
|
|
14
13
|
"""
|
|
15
14
|
Test a single resource kind and return failure info if test fails.
|
|
16
15
|
|
|
@@ -45,9 +44,9 @@ def _test_single_resource(kind: str, tmp_path: Path) -> Optional[Tuple[str, str]
|
|
|
45
44
|
if not filecmp.cmp(output_file, expected_file):
|
|
46
45
|
try:
|
|
47
46
|
# Read both files to show diff details
|
|
48
|
-
with open(output_file
|
|
47
|
+
with open(output_file) as f:
|
|
49
48
|
generated_content = f.read()
|
|
50
|
-
with open(expected_file
|
|
49
|
+
with open(expected_file) as f:
|
|
51
50
|
expected_content = f.read()
|
|
52
51
|
|
|
53
52
|
# Find first difference for debugging
|
|
@@ -60,7 +59,7 @@ def _test_single_resource(kind: str, tmp_path: Path) -> Optional[Tuple[str, str]
|
|
|
60
59
|
diff_info += f"\nGenerated lines: {len(generated_lines)}, Expected lines: {len(expected_lines)}"
|
|
61
60
|
|
|
62
61
|
# Find first differing line
|
|
63
|
-
for i, (gen_line, exp_line) in enumerate(zip(generated_lines, expected_lines)):
|
|
62
|
+
for i, (gen_line, exp_line) in enumerate(zip(generated_lines, expected_lines, strict=True)):
|
|
64
63
|
if gen_line != exp_line:
|
|
65
64
|
diff_info += f"\nFirst difference at line {i + 1}:"
|
|
66
65
|
diff_info += f"\nGenerated: {repr(gen_line[:100])}..."
|
|
@@ -81,8 +80,6 @@ def _test_single_resource(kind: str, tmp_path: Path) -> Optional[Tuple[str, str]
|
|
|
81
80
|
return None
|
|
82
81
|
|
|
83
82
|
except Exception as e:
|
|
84
|
-
import traceback
|
|
85
|
-
|
|
86
83
|
error_details = f"Exception during generation: {str(e)}\n"
|
|
87
84
|
error_details += f"Traceback:\n{traceback.format_exc()}"
|
|
88
85
|
return (kind, error_details)
|
|
@@ -97,17 +94,17 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
97
94
|
{% endfor %}
|
|
98
95
|
]
|
|
99
96
|
|
|
100
|
-
failures:
|
|
97
|
+
failures: list[tuple[str, str]] = []
|
|
101
98
|
|
|
102
99
|
# Process test results and collect failures
|
|
103
|
-
def process_test_result(kind: str, result:
|
|
100
|
+
def process_test_result(kind: str, result: tuple[str, str] | None) -> None:
|
|
104
101
|
if result is not None:
|
|
105
102
|
failures.append(result)
|
|
106
103
|
|
|
107
104
|
def handle_test_error(kind: str, exc: Exception) -> None:
|
|
108
105
|
failures.append((kind, f"Task execution failed: {str(exc)}"))
|
|
109
106
|
|
|
110
|
-
def create_test_task(kind: str) ->
|
|
107
|
+
def create_test_task(kind: str) -> tuple[str, str] | None:
|
|
111
108
|
return _test_single_resource(kind, tmp_path / f"test-{kind}")
|
|
112
109
|
|
|
113
110
|
# Run tests in parallel
|
|
@@ -136,12 +133,10 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
136
133
|
|
|
137
134
|
# Create a concise failure message for pytest
|
|
138
135
|
failed_kinds = [kind for kind, _ in failures]
|
|
139
|
-
failure_summary = f"{len(failures)} resource(s) failed: {',
|
|
140
|
-
if len(failed_kinds) > 5:
|
|
141
|
-
failure_summary += f" and {len(failed_kinds) - 5} more"
|
|
136
|
+
failure_summary = f"{len(failures)} resource(s) failed: {','.join(failed_kinds)}"
|
|
142
137
|
|
|
143
138
|
# Fail the test with summary - detailed output is already printed above
|
|
144
|
-
|
|
139
|
+
raise AssertionError(failure_summary)
|
|
145
140
|
|
|
146
141
|
# If we get here, all tests passed
|
|
147
142
|
print(f"\nAll {len(resource_kinds)} resource generation tests passed successfully!")
|
|
@@ -97,14 +97,14 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
97
97
|
"ImageContentSourcePolicy",
|
|
98
98
|
"Machine",
|
|
99
99
|
"NMState",
|
|
100
|
-
"OAuth",
|
|
101
|
-
"Pipeline",
|
|
102
100
|
"Pod",
|
|
103
101
|
"Secret",
|
|
104
102
|
"ServiceMeshMember",
|
|
105
|
-
"ServingRuntime",
|
|
106
103
|
"Ingress",
|
|
104
|
+
"OAuth",
|
|
105
|
+
"Pipeline",
|
|
107
106
|
"RouteAdvertisements",
|
|
107
|
+
"ServingRuntime",
|
|
108
108
|
]
|
|
109
109
|
|
|
110
110
|
failures: list[tuple[str, str]] = []
|
|
@@ -146,9 +146,7 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
146
146
|
|
|
147
147
|
# Create a concise failure message for pytest
|
|
148
148
|
failed_kinds = [kind for kind, _ in failures]
|
|
149
|
-
failure_summary = f"{len(failures)} resource(s) failed: {',
|
|
150
|
-
if len(failed_kinds) > 5:
|
|
151
|
-
failure_summary += f" and {len(failed_kinds) - 5} more"
|
|
149
|
+
failure_summary = f"{len(failures)} resource(s) failed: {','.join(failed_kinds)}"
|
|
152
150
|
|
|
153
151
|
# Fail the test with summary - detailed output is already printed above
|
|
154
152
|
raise AssertionError(failure_summary)
|
|
@@ -170,7 +170,9 @@ class TestCLIFunctionality:
|
|
|
170
170
|
|
|
171
171
|
assert result.exit_code == 0
|
|
172
172
|
mock_test_gen.assert_called_once()
|
|
173
|
-
mock_os_system.assert_called_once_with(
|
|
173
|
+
mock_os_system.assert_called_once_with(
|
|
174
|
+
"uv run --group tests pytest class_generator/tests/test_class_generator.py"
|
|
175
|
+
)
|
|
174
176
|
|
|
175
177
|
def test_add_tests_requires_kind(self):
|
|
176
178
|
"""Test that --add-tests cannot be used alone."""
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
from ocp_resources.resource import NamespacedResource
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class DataProtectionApplication(NamespacedResource):
|
|
11
|
+
"""
|
|
12
|
+
DataProtectionApplication is the Schema for the dpa API
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
api_group: str = NamespacedResource.ApiGroup.OADP_OPENSHIFT_IO
|
|
16
|
+
|
|
17
|
+
def __init__(
|
|
18
|
+
self,
|
|
19
|
+
backup_images: bool | None = None,
|
|
20
|
+
backup_locations: list[Any] | None = None,
|
|
21
|
+
configuration: dict[str, Any] | None = None,
|
|
22
|
+
features: dict[str, Any] | None = None,
|
|
23
|
+
image_pull_policy: str | None = None,
|
|
24
|
+
pod_annotations: dict[str, Any] | None = None,
|
|
25
|
+
pod_dns_config: dict[str, Any] | None = None,
|
|
26
|
+
pod_dns_policy: str | None = None,
|
|
27
|
+
snapshot_locations: list[Any] | None = None,
|
|
28
|
+
unsupported_overrides: dict[str, Any] | None = None,
|
|
29
|
+
**kwargs: Any,
|
|
30
|
+
) -> None:
|
|
31
|
+
r"""
|
|
32
|
+
Args:
|
|
33
|
+
backup_images (bool): backupImages is used to specify whether you want to deploy a registry
|
|
34
|
+
for enabling backup and restore of images
|
|
35
|
+
|
|
36
|
+
backup_locations (list[Any]): backupLocations defines the list of desired configuration to use for
|
|
37
|
+
BackupStorageLocations
|
|
38
|
+
|
|
39
|
+
configuration (dict[str, Any]): configuration is used to configure the data protection application's
|
|
40
|
+
server config
|
|
41
|
+
|
|
42
|
+
features (dict[str, Any]): features defines the configuration for the DPA to enable the OADP tech
|
|
43
|
+
preview features
|
|
44
|
+
|
|
45
|
+
image_pull_policy (str): which imagePullPolicy to use in all container images used by OADP. By
|
|
46
|
+
default, for images with sha256 or sha512 digest, OADP uses
|
|
47
|
+
IfNotPresent and uses Always for all other images.
|
|
48
|
+
|
|
49
|
+
pod_annotations (dict[str, Any]): add annotations to pods deployed by operator
|
|
50
|
+
|
|
51
|
+
pod_dns_config (dict[str, Any]): podDnsConfig defines the DNS parameters of a pod in addition to those
|
|
52
|
+
generated from DNSPolicy.
|
|
53
|
+
https://kubernetes.io/docs/concepts/services-networking/dns-pod-
|
|
54
|
+
service/#pod-dns-config
|
|
55
|
+
|
|
56
|
+
pod_dns_policy (str): podDnsPolicy defines how a pod's DNS will be configured.
|
|
57
|
+
https://kubernetes.io/docs/concepts/services-networking/dns-pod-
|
|
58
|
+
service/#pod-s-dns-policy
|
|
59
|
+
|
|
60
|
+
snapshot_locations (list[Any]): snapshotLocations defines the list of desired configuration to use for
|
|
61
|
+
VolumeSnapshotLocations
|
|
62
|
+
|
|
63
|
+
unsupported_overrides (dict[str, Any]): unsupportedOverrides can be used to override images used in
|
|
64
|
+
deployments. Available keys are: - veleroImageFqin -
|
|
65
|
+
awsPluginImageFqin - legacyAWSPluginImageFqin -
|
|
66
|
+
openshiftPluginImageFqin - azurePluginImageFqin -
|
|
67
|
+
gcpPluginImageFqin - resticRestoreImageFqin -
|
|
68
|
+
kubevirtPluginImageFqin - operator-type
|
|
69
|
+
|
|
70
|
+
"""
|
|
71
|
+
super().__init__(**kwargs)
|
|
72
|
+
|
|
73
|
+
self.backup_images = backup_images
|
|
74
|
+
self.backup_locations = backup_locations
|
|
75
|
+
self.configuration = configuration
|
|
76
|
+
self.features = features
|
|
77
|
+
self.image_pull_policy = image_pull_policy
|
|
78
|
+
self.pod_annotations = pod_annotations
|
|
79
|
+
self.pod_dns_config = pod_dns_config
|
|
80
|
+
self.pod_dns_policy = pod_dns_policy
|
|
81
|
+
self.snapshot_locations = snapshot_locations
|
|
82
|
+
self.unsupported_overrides = unsupported_overrides
|
|
83
|
+
|
|
84
|
+
def to_dict(self) -> None:
|
|
85
|
+
|
|
86
|
+
super().to_dict()
|
|
87
|
+
|
|
88
|
+
if not self.kind_dict and not self.yaml_file:
|
|
89
|
+
if self.configuration is None:
|
|
90
|
+
raise MissingRequiredArgumentError(argument="self.configuration")
|
|
91
|
+
|
|
92
|
+
self.res["spec"] = {}
|
|
93
|
+
_spec = self.res["spec"]
|
|
94
|
+
|
|
95
|
+
_spec["configuration"] = self.configuration
|
|
96
|
+
|
|
97
|
+
if self.backup_images is not None:
|
|
98
|
+
_spec["backupImages"] = self.backup_images
|
|
99
|
+
|
|
100
|
+
if self.backup_locations is not None:
|
|
101
|
+
_spec["backupLocations"] = self.backup_locations
|
|
102
|
+
|
|
103
|
+
if self.features is not None:
|
|
104
|
+
_spec["features"] = self.features
|
|
105
|
+
|
|
106
|
+
if self.image_pull_policy is not None:
|
|
107
|
+
_spec["imagePullPolicy"] = self.image_pull_policy
|
|
108
|
+
|
|
109
|
+
if self.pod_annotations is not None:
|
|
110
|
+
_spec["podAnnotations"] = self.pod_annotations
|
|
111
|
+
|
|
112
|
+
if self.pod_dns_config is not None:
|
|
113
|
+
_spec["podDnsConfig"] = self.pod_dns_config
|
|
114
|
+
|
|
115
|
+
if self.pod_dns_policy is not None:
|
|
116
|
+
_spec["podDnsPolicy"] = self.pod_dns_policy
|
|
117
|
+
|
|
118
|
+
if self.snapshot_locations is not None:
|
|
119
|
+
_spec["snapshotLocations"] = self.snapshot_locations
|
|
120
|
+
|
|
121
|
+
if self.unsupported_overrides is not None:
|
|
122
|
+
_spec["unsupportedOverrides"] = self.unsupported_overrides
|
|
123
|
+
|
|
124
|
+
# End of generated code
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/ocp_resources/resource.py
RENAMED
|
@@ -557,6 +557,7 @@ class Resource(ResourceConstants):
|
|
|
557
557
|
NMSTATE_IO: str = "nmstate.io"
|
|
558
558
|
NODE_LABELLER_KUBEVIRT_IO: str = "node-labeller.kubevirt.io"
|
|
559
559
|
NODEMAINTENANCE_KUBEVIRT_IO: str = "nodemaintenance.kubevirt.io"
|
|
560
|
+
OADP_OPENSHIFT_IO: str = "oadp.openshift.io"
|
|
560
561
|
OBSERVABILITY_OPEN_CLUSTER_MANAGEMENT_IO: str = "observability.open-cluster-management.io"
|
|
561
562
|
OCS_OPENSHIFT_IO: str = "ocs.openshift.io"
|
|
562
563
|
OPENTELEMETRY_IO: str = "opentelemetry.io"
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
from ocp_resources.resource import Resource
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class VTEP(Resource):
|
|
11
|
+
"""
|
|
12
|
+
VTEP defines VTEP (VXLAN Tunnel Endpoint) IP configuration for EVPN.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
api_group: str = Resource.ApiGroup.K8S_OVN_ORG
|
|
16
|
+
|
|
17
|
+
def __init__(
|
|
18
|
+
self,
|
|
19
|
+
cidrs: list[Any] | None = None,
|
|
20
|
+
mode: str | None = None,
|
|
21
|
+
**kwargs: Any,
|
|
22
|
+
) -> None:
|
|
23
|
+
r"""
|
|
24
|
+
Args:
|
|
25
|
+
cidrs (list[Any]): CIDRs is the list of IP ranges from which VTEP IPs are discovered
|
|
26
|
+
(unmanaged mode) or allocated (managed mode). Multiple CIDRs may
|
|
27
|
+
be specified to expand capacity over time without recreating the
|
|
28
|
+
VTEP. Each entry must be a valid network address in CIDR notation
|
|
29
|
+
(for example, "100.64.0.0/24" or "fd00:100::/64"). Each node
|
|
30
|
+
receives at most one IP per address family from the CIDRs listed
|
|
31
|
+
here. In managed mode, CIDRs are consumed sequentially: IPs are
|
|
32
|
+
allocated from the first CIDR until it is exhausted, then from the
|
|
33
|
+
next, and so on. In managed mode, CIDRs are append-only: existing
|
|
34
|
+
entries cannot be removed, reordered, or shrunk to a smaller mask;
|
|
35
|
+
they can only be expanded to a wider mask, and new entries may be
|
|
36
|
+
appended. In unmanaged mode, if multiple IPs on a node match the
|
|
37
|
+
configured CIDRs, or if the match is otherwise ambiguous, the VTEP
|
|
38
|
+
will be placed into a failed status. In unmanaged mode, CIDRs may
|
|
39
|
+
be freely added, removed, reordered, or resized. Caution: removing
|
|
40
|
+
or modifying CIDRs in unmanaged mode that are actively in use may
|
|
41
|
+
cause traffic disruption; no downtime guarantees are provided for
|
|
42
|
+
such operations.
|
|
43
|
+
|
|
44
|
+
mode (str): Mode specifies how VTEP IPs are managed. "Managed" means OVN-
|
|
45
|
+
Kubernetes allocates and assigns VTEP IPs per node automatically.
|
|
46
|
+
"Unmanaged" means an external provider handles IP assignment; OVN-
|
|
47
|
+
Kubernetes discovers existing IPs on nodes. Defaults to "Managed".
|
|
48
|
+
|
|
49
|
+
"""
|
|
50
|
+
super().__init__(**kwargs)
|
|
51
|
+
|
|
52
|
+
self.cidrs = cidrs
|
|
53
|
+
self.mode = mode
|
|
54
|
+
|
|
55
|
+
def to_dict(self) -> None:
|
|
56
|
+
|
|
57
|
+
super().to_dict()
|
|
58
|
+
|
|
59
|
+
if not self.kind_dict and not self.yaml_file:
|
|
60
|
+
if self.cidrs is None:
|
|
61
|
+
raise MissingRequiredArgumentError(argument="self.cidrs")
|
|
62
|
+
|
|
63
|
+
self.res["spec"] = {}
|
|
64
|
+
_spec = self.res["spec"]
|
|
65
|
+
|
|
66
|
+
_spec["cidrs"] = self.cidrs
|
|
67
|
+
|
|
68
|
+
if self.mode is not None:
|
|
69
|
+
_spec["mode"] = self.mode
|
|
70
|
+
|
|
71
|
+
# End of generated code
|
|
@@ -75,7 +75,7 @@ include = [
|
|
|
75
75
|
[project]
|
|
76
76
|
requires-python = ">=3.10"
|
|
77
77
|
name = "openshift-python-wrapper"
|
|
78
|
-
version = "11.0.
|
|
78
|
+
version = "11.0.127"
|
|
79
79
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
80
80
|
readme = "README.md"
|
|
81
81
|
license = "Apache-2.0"
|
|
@@ -517,7 +517,7 @@ def run_ruff_on_files(filepaths: list[str]) -> bool:
|
|
|
517
517
|
|
|
518
518
|
# Run ruff format and check on all files
|
|
519
519
|
for op in ("format", "check"):
|
|
520
|
-
cmd_str = f"uvx ruff {op} {' '.join(filepaths)}"
|
|
520
|
+
cmd_str = f"uvx ruff --config pyproject.toml {op} {' '.join(filepaths)}"
|
|
521
521
|
rc, _, _ = run_command(
|
|
522
522
|
command=shlex.split(cmd_str),
|
|
523
523
|
verify_stderr=False,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gitdir: /tmp/github-webhook-openshift-python-wrapper-_w98txj8/.git/worktrees/github-webhook-openshift-python-wrapper-_w98txj8-worktree-ac27a8fc-0703-4b4d-8021-b5fcaae4a362
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"""File writing utilities for generated code."""
|
|
2
|
-
|
|
3
|
-
from pyhelper_utils.shell import run_command
|
|
4
|
-
from simple_logger.logger import get_logger
|
|
5
|
-
|
|
6
|
-
LOGGER = get_logger(name=__name__)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
def write_and_format_rendered(filepath: str, output: str) -> None:
|
|
10
|
-
"""
|
|
11
|
-
Write rendered content to file and format it with prek.
|
|
12
|
-
|
|
13
|
-
Args:
|
|
14
|
-
filepath: Path to write the file to
|
|
15
|
-
output: Content to write
|
|
16
|
-
"""
|
|
17
|
-
with open(filepath, "w", encoding="utf-8") as fd:
|
|
18
|
-
fd.write(output)
|
|
19
|
-
|
|
20
|
-
# Run prek on the file
|
|
21
|
-
try:
|
|
22
|
-
rc, stdout, stderr = run_command(
|
|
23
|
-
command=["uvx", "prek", "run", "--files", filepath],
|
|
24
|
-
verify_stderr=False,
|
|
25
|
-
check=False,
|
|
26
|
-
log_errors=False,
|
|
27
|
-
)
|
|
28
|
-
if not rc:
|
|
29
|
-
if stderr:
|
|
30
|
-
LOGGER.warning(f"Prek hooks failed for {filepath}. This is non-fatal and generation will continue.")
|
|
31
|
-
LOGGER.debug(f"prek stderr: {stderr}")
|
|
32
|
-
if stdout:
|
|
33
|
-
LOGGER.info(f"{filepath} fixed by prek")
|
|
34
|
-
LOGGER.debug(f"rek stdout: {stdout}")
|
|
35
|
-
except Exception as e:
|
|
36
|
-
LOGGER.error(f"Failed to run prek hooks for {filepath}: {e}. This is non-fatal and generation will continue.")
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.github/weekly-digest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/.sonarcloud.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/README.md
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/__init__.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.125 → openshift_python_wrapper-11.0.127}/class_generator/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|