openshift-python-wrapper 11.0.103__tar.gz → 11.0.106__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.106/.git +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.pre-commit-config.yaml +4 -4
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/OWNERS +0 -1
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/PKG-INFO +1 -1
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/APIServer}/api_server.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/ConfigMap/config_map.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/DNS}/dns_config_openshift_io.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/DNS}/dns_operator_openshift_io.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/Deployment/deployment.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/ImageContentSourcePolicy}/image_content_source_policy.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/Ingress}/ingress_config_openshift_io.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/Ingress}/ingress_networking_k8s_io.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/Machine/machine.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/NMState}/nm_state.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/OAuth}/oauth.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/Pipeline}/pipeline.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/Pod/pod.py +1 -0
- {openshift_python_wrapper-11.0.103/ocp_resources → openshift_python_wrapper-11.0.106/class_generator/tests/manifests/RouteAdvertisements}/route_advertisements.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/Secret/secret.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +1 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_class_generator.py +13 -15
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/datavolume.py +3 -2
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/exceptions.py +6 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/project_request.py +11 -1
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/resource.py +34 -10
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_import.py +2 -1
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/uv.lock +1 -1
- openshift_python_wrapper-11.0.103/.github/workflows/code-check.yml.old +0 -25
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/Makefile +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/README.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/APIServer → openshift_python_wrapper-11.0.106/ocp_resources}/api_server.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/authentication_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/authentication_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/data_science_pipelines_application.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/DNS → openshift_python_wrapper-11.0.106/ocp_resources}/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/DNS → openshift_python_wrapper-11.0.106/ocp_resources}/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/gateway_class.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/gateway_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/gateway_networking_istio_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/ImageContentSourcePolicy → openshift_python_wrapper-11.0.106/ocp_resources}/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/Ingress → openshift_python_wrapper-11.0.106/ocp_resources}/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/Ingress → openshift_python_wrapper-11.0.106/ocp_resources}/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/NMState → openshift_python_wrapper-11.0.106/ocp_resources}/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/OAuth → openshift_python_wrapper-11.0.106/ocp_resources}/oauth.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/Pipeline → openshift_python_wrapper-11.0.106/ocp_resources}/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.103/class_generator/tests/manifests/RouteAdvertisements → openshift_python_wrapper-11.0.106/ocp_resources}/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/tempo_stack.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/tox.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gitdir: /tmp/github-webhook-openshift-python-wrapper-nubyvg1i/.git/worktrees/github-webhook-openshift-python-wrapper-nubyvg1i-worktree-d3caacf7-bc50-409c-8054-202e34c2068f
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/.pre-commit-config.yaml
RENAMED
|
@@ -10,7 +10,7 @@ ci:
|
|
|
10
10
|
|
|
11
11
|
repos:
|
|
12
12
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
13
|
-
rev:
|
|
13
|
+
rev: v6.0.0
|
|
14
14
|
hooks:
|
|
15
15
|
- id: check-merge-conflict
|
|
16
16
|
- id: debug-statements
|
|
@@ -23,7 +23,7 @@ repos:
|
|
|
23
23
|
- id: check-toml
|
|
24
24
|
|
|
25
25
|
- repo: https://github.com/PyCQA/flake8
|
|
26
|
-
rev:
|
|
26
|
+
rev: 7.3.0
|
|
27
27
|
hooks:
|
|
28
28
|
- id: flake8
|
|
29
29
|
args: [--config=.flake8]
|
|
@@ -45,13 +45,13 @@ repos:
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
48
|
-
rev: v0.14.
|
|
48
|
+
rev: v0.14.5
|
|
49
49
|
hooks:
|
|
50
50
|
- id: ruff
|
|
51
51
|
- id: ruff-format
|
|
52
52
|
|
|
53
53
|
- repo: https://github.com/gitleaks/gitleaks
|
|
54
|
-
rev: v8.
|
|
54
|
+
rev: v8.29.0
|
|
55
55
|
hooks:
|
|
56
56
|
- id: gitleaks
|
|
57
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.106
|
|
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/
|
|
@@ -59,7 +59,7 @@ def _test_single_resource(kind: str, tmp_path: Path) -> tuple[str, str] | None:
|
|
|
59
59
|
diff_info += f"\nGenerated lines: {len(generated_lines)}, Expected lines: {len(expected_lines)}"
|
|
60
60
|
|
|
61
61
|
# Find first differing line
|
|
62
|
-
for i, (gen_line, exp_line) in enumerate(zip(generated_lines, expected_lines, strict=
|
|
62
|
+
for i, (gen_line, exp_line) in enumerate(zip(generated_lines, expected_lines, strict=True)):
|
|
63
63
|
if gen_line != exp_line:
|
|
64
64
|
diff_info += f"\nFirst difference at line {i + 1}:"
|
|
65
65
|
diff_info += f"\nGenerated: {repr(gen_line[:100])}..."
|
|
@@ -89,22 +89,22 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
89
89
|
"""Test all resource kinds in parallel and collect all failures."""
|
|
90
90
|
# List of all resource kinds to test
|
|
91
91
|
resource_kinds = [
|
|
92
|
-
"
|
|
93
|
-
"Pipeline",
|
|
94
|
-
"OAuth",
|
|
95
|
-
"Ingress",
|
|
92
|
+
"APIServer",
|
|
96
93
|
"ClusterOperator",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"NMState",
|
|
94
|
+
"ConfigMap",
|
|
95
|
+
"DNS",
|
|
100
96
|
"Deployment",
|
|
97
|
+
"ImageContentSourcePolicy",
|
|
101
98
|
"Machine",
|
|
102
|
-
"
|
|
99
|
+
"NMState",
|
|
100
|
+
"Pod",
|
|
103
101
|
"Secret",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
102
|
+
"ServiceMeshMember",
|
|
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)
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/datavolume.py
RENAMED
|
@@ -248,15 +248,16 @@ class DataVolume(NamespacedResource):
|
|
|
248
248
|
super().wait_deleted(timeout=timeout)
|
|
249
249
|
return self.pvc.wait_deleted(timeout=timeout)
|
|
250
250
|
|
|
251
|
-
def wait(self, timeout=TIMEOUT_10MINUTES, failure_timeout=TIMEOUT_2MINUTES, wait_for_exists_only=False):
|
|
251
|
+
def wait(self, timeout=TIMEOUT_10MINUTES, failure_timeout=TIMEOUT_2MINUTES, wait_for_exists_only=False, sleep=1):
|
|
252
252
|
if wait_for_exists_only:
|
|
253
|
-
return super().wait(timeout=timeout)
|
|
253
|
+
return super().wait(timeout=timeout, sleep=sleep)
|
|
254
254
|
else:
|
|
255
255
|
self._check_none_pending_status(failure_timeout=failure_timeout)
|
|
256
256
|
|
|
257
257
|
# If DV's status is not Pending, continue with the flow
|
|
258
258
|
self.wait_for_status(status=self.Status.SUCCEEDED, timeout=timeout)
|
|
259
259
|
self.pvc.wait_for_status(status=PersistentVolumeClaim.Status.BOUND, timeout=timeout)
|
|
260
|
+
return None
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
def pvc(self):
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/exceptions.py
RENAMED
|
@@ -88,3 +88,9 @@ class ValidationError(Exception):
|
|
|
88
88
|
if self.path:
|
|
89
89
|
return f"Validation error at '{self.path}': {self.message}"
|
|
90
90
|
return f"Validation error: {self.message}"
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
class ConditionError(Exception):
|
|
94
|
+
"""Raised when a resource condition reaches an unexpected state."""
|
|
95
|
+
|
|
96
|
+
pass
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
from typing import Any
|
|
4
4
|
|
|
5
|
+
from kubernetes.dynamic.exceptions import ForbiddenError
|
|
6
|
+
|
|
5
7
|
from ocp_resources.project_project_openshift_io import Project
|
|
6
8
|
from ocp_resources.resource import Resource
|
|
9
|
+
from ocp_resources.utils.constants import DEFAULT_CLUSTER_RETRY_EXCEPTIONS, PROTOCOL_ERROR_EXCEPTION_DICT
|
|
7
10
|
|
|
8
11
|
|
|
9
12
|
class ProjectRequest(Resource):
|
|
@@ -54,7 +57,14 @@ class ProjectRequest(Resource):
|
|
|
54
57
|
teardown=self.teardown,
|
|
55
58
|
delete_timeout=self.delete_timeout,
|
|
56
59
|
)
|
|
57
|
-
|
|
60
|
+
|
|
61
|
+
# When a ProjectRequest is created, the project is created and the user is added to the project.
|
|
62
|
+
# RBAC binding may not have propagated yet, causing transient 403 Forbidden errors, so we need to retry
|
|
63
|
+
# on ForbiddenError as well.
|
|
64
|
+
project.wait_for_status(
|
|
65
|
+
status=project.Status.ACTIVE,
|
|
66
|
+
exceptions_dict=PROTOCOL_ERROR_EXCEPTION_DICT | DEFAULT_CLUSTER_RETRY_EXCEPTIONS | {ForbiddenError: []},
|
|
67
|
+
)
|
|
58
68
|
|
|
59
69
|
return project
|
|
60
70
|
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/ocp_resources/resource.py
RENAMED
|
@@ -41,6 +41,7 @@ from fake_kubernetes_client.dynamic_client import FakeDynamicClient
|
|
|
41
41
|
from ocp_resources.event import Event
|
|
42
42
|
from ocp_resources.exceptions import (
|
|
43
43
|
ClientWithBasicAuthError,
|
|
44
|
+
ConditionError,
|
|
44
45
|
MissingRequiredArgumentError,
|
|
45
46
|
MissingResourceResError,
|
|
46
47
|
ResourceTeardownError,
|
|
@@ -956,7 +957,13 @@ class Resource(ResourceConstants):
|
|
|
956
957
|
return kubernetes.client.CoreV1Api(api_client=self.client.client)
|
|
957
958
|
|
|
958
959
|
def wait_for_status(
|
|
959
|
-
self,
|
|
960
|
+
self,
|
|
961
|
+
status: str,
|
|
962
|
+
timeout: int = TIMEOUT_4MINUTES,
|
|
963
|
+
stop_status: str | None = None,
|
|
964
|
+
sleep: int = 1,
|
|
965
|
+
exceptions_dict: dict[type[Exception], list[str]] = PROTOCOL_ERROR_EXCEPTION_DICT
|
|
966
|
+
| DEFAULT_CLUSTER_RETRY_EXCEPTIONS,
|
|
960
967
|
) -> None:
|
|
961
968
|
"""
|
|
962
969
|
Wait for resource to be in status
|
|
@@ -965,6 +972,7 @@ class Resource(ResourceConstants):
|
|
|
965
972
|
status (str): Expected status.
|
|
966
973
|
timeout (int): Time to wait for the resource.
|
|
967
974
|
stop_status (str): Status which should stop the wait and failed.
|
|
975
|
+
exceptions_dict (dict[type[Exception], list[str]]): Dictionary of exceptions to retry on.
|
|
968
976
|
|
|
969
977
|
Raises:
|
|
970
978
|
TimeoutExpiredError: If resource in not in desire status.
|
|
@@ -974,10 +982,7 @@ class Resource(ResourceConstants):
|
|
|
974
982
|
samples = TimeoutSampler(
|
|
975
983
|
wait_timeout=timeout,
|
|
976
984
|
sleep=sleep,
|
|
977
|
-
exceptions_dict=
|
|
978
|
-
**PROTOCOL_ERROR_EXCEPTION_DICT,
|
|
979
|
-
**DEFAULT_CLUSTER_RETRY_EXCEPTIONS,
|
|
980
|
-
},
|
|
985
|
+
exceptions_dict=exceptions_dict,
|
|
981
986
|
func=lambda: self.exists,
|
|
982
987
|
)
|
|
983
988
|
current_status = None
|
|
@@ -1003,15 +1008,18 @@ class Resource(ResourceConstants):
|
|
|
1003
1008
|
self.logger.error(f"Status of {self.kind} {self.name} is {current_status}")
|
|
1004
1009
|
raise
|
|
1005
1010
|
|
|
1006
|
-
def create(
|
|
1011
|
+
def create(
|
|
1012
|
+
self, wait: bool = False, exceptions_dict: dict[type[Exception], list[str]] = DEFAULT_CLUSTER_RETRY_EXCEPTIONS
|
|
1013
|
+
) -> ResourceInstance | None:
|
|
1007
1014
|
"""
|
|
1008
1015
|
Create resource.
|
|
1009
1016
|
|
|
1010
1017
|
Args:
|
|
1011
1018
|
wait (bool) : True to wait for resource status.
|
|
1019
|
+
exceptions_dict (dict[type[Exception], list[str]]): Dictionary of exceptions to retry on.
|
|
1012
1020
|
|
|
1013
1021
|
Returns:
|
|
1014
|
-
|
|
1022
|
+
ResourceInstance | None: Created resource instance or None if create failed.
|
|
1015
1023
|
"""
|
|
1016
1024
|
self.to_dict()
|
|
1017
1025
|
|
|
@@ -1023,10 +1031,13 @@ class Resource(ResourceConstants):
|
|
|
1023
1031
|
self.logger.info(f"Create {self.kind} {self.name}")
|
|
1024
1032
|
self.logger.info(f"Posting {hashed_res}")
|
|
1025
1033
|
self.logger.debug(f"\n{yaml.dump(hashed_res)}")
|
|
1026
|
-
resource_kwargs = {"body": self.res, "namespace": self.namespace}
|
|
1034
|
+
resource_kwargs: dict[str, Any] = {"body": self.res, "namespace": self.namespace}
|
|
1027
1035
|
if self.dry_run:
|
|
1028
1036
|
resource_kwargs["dry_run"] = "All"
|
|
1029
|
-
|
|
1037
|
+
|
|
1038
|
+
resource_ = Resource.retry_cluster_exceptions(
|
|
1039
|
+
func=self.api.create, exceptions_dict=exceptions_dict, **resource_kwargs
|
|
1040
|
+
)
|
|
1030
1041
|
with contextlib.suppress(ForbiddenError, AttributeError, NotFoundError):
|
|
1031
1042
|
# some resources do not support get() (no instance) or the client do not have permissions
|
|
1032
1043
|
self.initial_resource_version = self.instance.metadata.resourceVersion
|
|
@@ -1233,6 +1244,8 @@ class Resource(ResourceConstants):
|
|
|
1233
1244
|
sleep_time: int = 1,
|
|
1234
1245
|
reason: str | None = None,
|
|
1235
1246
|
message: str = "",
|
|
1247
|
+
stop_condition: str | None = None,
|
|
1248
|
+
stop_status: str = "True",
|
|
1236
1249
|
) -> None:
|
|
1237
1250
|
"""
|
|
1238
1251
|
Wait for Resource condition to be in desire status.
|
|
@@ -1244,9 +1257,14 @@ class Resource(ResourceConstants):
|
|
|
1244
1257
|
message (str): Expected condition text inclusion.
|
|
1245
1258
|
timeout (int): Time to wait for the resource.
|
|
1246
1259
|
sleep_time(int): Interval between each retry when checking the resource's condition.
|
|
1260
|
+
stop_condition (str | None): Condition which should stop the wait and fail.
|
|
1261
|
+
Note: Matching for stop_condition only uses condition type and status.
|
|
1262
|
+
The reason and message fields are ignored when checking for stop_condition.
|
|
1263
|
+
stop_status (str): Status of the stop condition which should stop the wait and fail.
|
|
1247
1264
|
|
|
1248
1265
|
Raises:
|
|
1249
|
-
TimeoutExpiredError: If Resource condition
|
|
1266
|
+
TimeoutExpiredError: If Resource condition is not in desired status within timeout.
|
|
1267
|
+
ConditionError: If the desired condition is not met and stop_condition is detected before timeout.
|
|
1250
1268
|
"""
|
|
1251
1269
|
self.logger.info(f"Wait for {self.kind}/{self.name}'s '{condition}' condition to be '{status}'")
|
|
1252
1270
|
|
|
@@ -1260,6 +1278,12 @@ class Resource(ResourceConstants):
|
|
|
1260
1278
|
if sample:
|
|
1261
1279
|
for cond in sample.get("status", {}).get("conditions", []):
|
|
1262
1280
|
actual_condition = {"type": cond["type"], "status": cond["status"]}
|
|
1281
|
+
|
|
1282
|
+
if stop_condition and actual_condition == {"type": stop_condition, "status": stop_status}:
|
|
1283
|
+
raise ConditionError(
|
|
1284
|
+
f"{self.kind} {self.name} reached stop_condition '{stop_condition}' in status '{stop_status}':\n{cond}"
|
|
1285
|
+
)
|
|
1286
|
+
|
|
1263
1287
|
expected_condition = {"type": condition, "status": status}
|
|
1264
1288
|
if reason is not None:
|
|
1265
1289
|
actual_condition["reason"] = cond.get("reason", "")
|
|
@@ -195,11 +195,12 @@ class VirtualMachineImport(NamespacedResource):
|
|
|
195
195
|
cond_reason=SucceededConditionReason.VIRTUAL_MACHINE_READY,
|
|
196
196
|
cond_status=Condition.Status.TRUE,
|
|
197
197
|
cond_type=Condition.SUCCEEDED,
|
|
198
|
+
sleep=1,
|
|
198
199
|
):
|
|
199
200
|
self.logger.info(f"Wait for {self.kind} {self.name} {cond_reason} condition to be {cond_status}")
|
|
200
201
|
samples = TimeoutSampler(
|
|
201
202
|
wait_timeout=timeout,
|
|
202
|
-
sleep=
|
|
203
|
+
sleep=sleep,
|
|
203
204
|
exceptions_dict=PROTOCOL_ERROR_EXCEPTION_DICT,
|
|
204
205
|
func=self.api.get,
|
|
205
206
|
field_selector=f"metadata.name=={self.name}",
|
|
@@ -72,7 +72,7 @@ include = [
|
|
|
72
72
|
[project]
|
|
73
73
|
requires-python = ">=3.10"
|
|
74
74
|
name = "openshift-python-wrapper"
|
|
75
|
-
version = "11.0.
|
|
75
|
+
version = "11.0.106"
|
|
76
76
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
77
77
|
readme = "README.md"
|
|
78
78
|
license = "Apache-2.0"
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
|
2
|
-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
|
3
|
-
|
|
4
|
-
name: code-check
|
|
5
|
-
on:
|
|
6
|
-
pull_request:
|
|
7
|
-
jobs:
|
|
8
|
-
build:
|
|
9
|
-
runs-on: ubuntu-latest
|
|
10
|
-
strategy:
|
|
11
|
-
matrix:
|
|
12
|
-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
|
13
|
-
steps:
|
|
14
|
-
- uses: actions/checkout@v3
|
|
15
|
-
- name: Set up Python ${{ matrix.python-version }}
|
|
16
|
-
uses: actions/setup-python@v4
|
|
17
|
-
with:
|
|
18
|
-
python-version: ${{ matrix.python-version }}
|
|
19
|
-
- name: Install dependencies
|
|
20
|
-
run: |
|
|
21
|
-
python -m pip install --upgrade pip
|
|
22
|
-
python -m pip install tox
|
|
23
|
-
- name: Run tox
|
|
24
|
-
run: |
|
|
25
|
-
tox -e code-check,unittests,validate-resources
|
|
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.103 → openshift_python_wrapper-11.0.106}/.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.103 → openshift_python_wrapper-11.0.106}/.sonarcloud.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/README.md
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/__init__.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/cli.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/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
|
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.103 → openshift_python_wrapper-11.0.106}/class_generator/utils.py
RENAMED
|
File without changes
|