openshift-python-wrapper 11.0.87__tar.gz → 11.0.88__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.87 → openshift_python_wrapper-11.0.88}/PKG-INFO +1 -1
- openshift_python_wrapper-11.0.88/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/schema/_definitions.json +4 -39
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/resource.py +1 -0
- openshift_python_wrapper-11.0.88/ocp_resources/scaled_object.py +106 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/uv.lock +1 -1
- openshift_python_wrapper-11.0.87/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.github/workflows/code-check.yml.old +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.pre-commit-config.yaml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/Makefile +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/README.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/VERSION +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/tox.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.88
|
|
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/
|
|
Binary file
|
|
@@ -282184,7 +282184,8 @@
|
|
|
282184
282184
|
],
|
|
282185
282185
|
"default": {}
|
|
282186
282186
|
},
|
|
282187
|
-
"type": "array"
|
|
282187
|
+
"type": "array",
|
|
282188
|
+
"x-kubernetes-list-type": "atomic"
|
|
282188
282189
|
},
|
|
282189
282190
|
"versions": {
|
|
282190
282191
|
"description": "versions are the versions supported in this group.",
|
|
@@ -282196,7 +282197,8 @@
|
|
|
282196
282197
|
],
|
|
282197
282198
|
"default": {}
|
|
282198
282199
|
},
|
|
282199
|
-
"type": "array"
|
|
282200
|
+
"type": "array",
|
|
282201
|
+
"x-kubernetes-list-type": "atomic"
|
|
282200
282202
|
}
|
|
282201
282203
|
},
|
|
282202
282204
|
"required": [
|
|
@@ -282212,43 +282214,6 @@
|
|
|
282212
282214
|
}
|
|
282213
282215
|
]
|
|
282214
282216
|
},
|
|
282215
|
-
"v1/APIGroupList": {
|
|
282216
|
-
"description": "APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.",
|
|
282217
|
-
"namespaced": true,
|
|
282218
|
-
"properties": {
|
|
282219
|
-
"apiVersion": {
|
|
282220
|
-
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
|
|
282221
|
-
"type": "string"
|
|
282222
|
-
},
|
|
282223
|
-
"groups": {
|
|
282224
|
-
"description": "groups is a list of APIGroup.",
|
|
282225
|
-
"items": {
|
|
282226
|
-
"allOf": [
|
|
282227
|
-
{
|
|
282228
|
-
"$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"
|
|
282229
|
-
}
|
|
282230
|
-
],
|
|
282231
|
-
"default": {}
|
|
282232
|
-
},
|
|
282233
|
-
"type": "array"
|
|
282234
|
-
},
|
|
282235
|
-
"kind": {
|
|
282236
|
-
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
|
|
282237
|
-
"type": "string"
|
|
282238
|
-
}
|
|
282239
|
-
},
|
|
282240
|
-
"required": [
|
|
282241
|
-
"groups"
|
|
282242
|
-
],
|
|
282243
|
-
"type": "object",
|
|
282244
|
-
"x-kubernetes-group-version-kind": [
|
|
282245
|
-
{
|
|
282246
|
-
"group": "",
|
|
282247
|
-
"kind": "APIGroupList",
|
|
282248
|
-
"version": "v1"
|
|
282249
|
-
}
|
|
282250
|
-
]
|
|
282251
|
-
},
|
|
282252
282217
|
"v1/APIResourceList": {
|
|
282253
282218
|
"description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
|
|
282254
282219
|
"namespaced": true,
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/resource.py
RENAMED
|
@@ -505,6 +505,7 @@ class Resource(ResourceConstants):
|
|
|
505
505
|
K8S_MARIADB_COM: str = "k8s.mariadb.com"
|
|
506
506
|
K8S_OVN_ORG: str = "k8s.ovn.org"
|
|
507
507
|
K8S_V1_CNI_CNCF_IO: str = "k8s.v1.cni.cncf.io"
|
|
508
|
+
KEDA_SH: str = "keda.sh"
|
|
508
509
|
KUBEFLOW_ORG: str = "kubeflow.org"
|
|
509
510
|
KUBERNETES_IO: str = "kubernetes.io"
|
|
510
511
|
KUBEVIRT_IO: str = "kubevirt.io"
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import NamespacedResource
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class ScaledObject(NamespacedResource):
|
|
10
|
+
"""
|
|
11
|
+
ScaledObject is a specification for a ScaledObject resource
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = NamespacedResource.ApiGroup.KEDA_SH
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
advanced: dict[str, Any] | None = None,
|
|
19
|
+
cooldown_period: int | None = None,
|
|
20
|
+
fallback: dict[str, Any] | None = None,
|
|
21
|
+
idle_replica_count: int | None = None,
|
|
22
|
+
initial_cooldown_period: int | None = None,
|
|
23
|
+
max_replica_count: int | None = None,
|
|
24
|
+
min_replica_count: int | None = None,
|
|
25
|
+
polling_interval: int | None = None,
|
|
26
|
+
scale_target_ref: dict[str, Any] | None = None,
|
|
27
|
+
triggers: list[Any] | None = None,
|
|
28
|
+
**kwargs: Any,
|
|
29
|
+
) -> None:
|
|
30
|
+
r"""
|
|
31
|
+
Args:
|
|
32
|
+
advanced (dict[str, Any]): AdvancedConfig specifies advance scaling options
|
|
33
|
+
|
|
34
|
+
cooldown_period (int): No field description from API
|
|
35
|
+
|
|
36
|
+
fallback (dict[str, Any]): Fallback is the spec for fallback options
|
|
37
|
+
|
|
38
|
+
idle_replica_count (int): No field description from API
|
|
39
|
+
|
|
40
|
+
initial_cooldown_period (int): No field description from API
|
|
41
|
+
|
|
42
|
+
max_replica_count (int): No field description from API
|
|
43
|
+
|
|
44
|
+
min_replica_count (int): No field description from API
|
|
45
|
+
|
|
46
|
+
polling_interval (int): No field description from API
|
|
47
|
+
|
|
48
|
+
scale_target_ref (dict[str, Any]): ScaleTarget holds the reference to the scale target Object
|
|
49
|
+
|
|
50
|
+
triggers (list[Any]): No field description from API
|
|
51
|
+
|
|
52
|
+
"""
|
|
53
|
+
super().__init__(**kwargs)
|
|
54
|
+
|
|
55
|
+
self.advanced = advanced
|
|
56
|
+
self.cooldown_period = cooldown_period
|
|
57
|
+
self.fallback = fallback
|
|
58
|
+
self.idle_replica_count = idle_replica_count
|
|
59
|
+
self.initial_cooldown_period = initial_cooldown_period
|
|
60
|
+
self.max_replica_count = max_replica_count
|
|
61
|
+
self.min_replica_count = min_replica_count
|
|
62
|
+
self.polling_interval = polling_interval
|
|
63
|
+
self.scale_target_ref = scale_target_ref
|
|
64
|
+
self.triggers = triggers
|
|
65
|
+
|
|
66
|
+
def to_dict(self) -> None:
|
|
67
|
+
super().to_dict()
|
|
68
|
+
|
|
69
|
+
if not self.kind_dict and not self.yaml_file:
|
|
70
|
+
if self.scale_target_ref is None:
|
|
71
|
+
raise MissingRequiredArgumentError(argument="self.scale_target_ref")
|
|
72
|
+
|
|
73
|
+
if self.triggers is None:
|
|
74
|
+
raise MissingRequiredArgumentError(argument="self.triggers")
|
|
75
|
+
|
|
76
|
+
self.res["spec"] = {}
|
|
77
|
+
_spec = self.res["spec"]
|
|
78
|
+
|
|
79
|
+
_spec["scaleTargetRef"] = self.scale_target_ref
|
|
80
|
+
_spec["triggers"] = self.triggers
|
|
81
|
+
|
|
82
|
+
if self.advanced is not None:
|
|
83
|
+
_spec["advanced"] = self.advanced
|
|
84
|
+
|
|
85
|
+
if self.cooldown_period is not None:
|
|
86
|
+
_spec["cooldownPeriod"] = self.cooldown_period
|
|
87
|
+
|
|
88
|
+
if self.fallback is not None:
|
|
89
|
+
_spec["fallback"] = self.fallback
|
|
90
|
+
|
|
91
|
+
if self.idle_replica_count is not None:
|
|
92
|
+
_spec["idleReplicaCount"] = self.idle_replica_count
|
|
93
|
+
|
|
94
|
+
if self.initial_cooldown_period is not None:
|
|
95
|
+
_spec["initialCooldownPeriod"] = self.initial_cooldown_period
|
|
96
|
+
|
|
97
|
+
if self.max_replica_count is not None:
|
|
98
|
+
_spec["maxReplicaCount"] = self.max_replica_count
|
|
99
|
+
|
|
100
|
+
if self.min_replica_count is not None:
|
|
101
|
+
_spec["minReplicaCount"] = self.min_replica_count
|
|
102
|
+
|
|
103
|
+
if self.polling_interval is not None:
|
|
104
|
+
_spec["pollingInterval"] = self.polling_interval
|
|
105
|
+
|
|
106
|
+
# End of generated code
|
|
@@ -73,7 +73,7 @@ dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
|
|
|
73
73
|
[project]
|
|
74
74
|
requires-python = ">=3.10"
|
|
75
75
|
name = "openshift-python-wrapper"
|
|
76
|
-
version = "11.0.
|
|
76
|
+
version = "11.0.88"
|
|
77
77
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
78
78
|
readme = "README.md"
|
|
79
79
|
license = "Apache-2.0"
|
|
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.87 → openshift_python_wrapper-11.0.88}/.github/weekly-digest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/.sonarcloud.properties
RENAMED
|
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.87 → openshift_python_wrapper-11.0.88}/class_generator/README.md
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/__init__.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/cli.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/class_generator/core/schema.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
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/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
|
|
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.87 → openshift_python_wrapper-11.0.88}/class_generator/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/docs/ocp_resources.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/resource_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/special_cases.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/validation_demo.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/examples/virtual_machine.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
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/__init__.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/example_client.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/server-info.json
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/mcp_server/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/api_server.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/api_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/authorino.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/backup.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/benchmark.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cdi_config.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/chaos_engine.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/chaos_result.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_claim.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_pool.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cluster_role.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/config_map.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
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/cron_job.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/csi_driver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/daemonset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/data_source.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/datavolume.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.87 → openshift_python_wrapper-11.0.88}/ocp_resources/deployment.py
RENAMED
|
File without changes
|
|
File without changes
|