openshift-python-wrapper 11.0.83__tar.gz → 11.0.85__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.83 → openshift_python_wrapper-11.0.85}/.pre-commit-config.yaml +2 -2
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/PKG-INFO +1 -1
- openshift_python_wrapper-11.0.85/ocp_resources/config_imageregistry_operator_openshift_io.py +213 -0
- openshift_python_wrapper-11.0.85/ocp_resources/config_operator_openshift_io.py +87 -0
- openshift_python_wrapper-11.0.85/ocp_resources/config_samples_operator_openshift_io.py +90 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/resource.py +2 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/utils/resource_constants.py +14 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/uv.lock +277 -123
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.github/workflows/code-check.yml.old +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/Makefile +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/README.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/VERSION +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/schema/__resources-mappings.json +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Image/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Image/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Image/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/tox.toml +0 -0
{openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/.pre-commit-config.yaml
RENAMED
|
@@ -45,7 +45,7 @@ repos:
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
48
|
-
rev: v0.12.
|
|
48
|
+
rev: v0.12.7
|
|
49
49
|
hooks:
|
|
50
50
|
- id: ruff
|
|
51
51
|
- id: ruff-format
|
|
@@ -56,7 +56,7 @@ repos:
|
|
|
56
56
|
- id: gitleaks
|
|
57
57
|
|
|
58
58
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
59
|
-
rev: v1.17.
|
|
59
|
+
rev: v1.17.1
|
|
60
60
|
hooks:
|
|
61
61
|
- id: mypy
|
|
62
62
|
exclude: ^(tests/|examples/|docs/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.85
|
|
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/
|
|
@@ -0,0 +1,213 @@
|
|
|
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 Resource, MissingRequiredArgumentError
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Config(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Config is the configuration object for a registry instance managed by
|
|
11
|
+
the registry operator
|
|
12
|
+
|
|
13
|
+
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
api_group: str = Resource.ApiGroup.IMAGEREGISTRY_OPERATOR_OPENSHIFT_IO
|
|
17
|
+
|
|
18
|
+
def __init__(
|
|
19
|
+
self,
|
|
20
|
+
affinity: dict[str, Any] | None = None,
|
|
21
|
+
default_route: bool | None = None,
|
|
22
|
+
disable_redirect: bool | None = None,
|
|
23
|
+
http_secret: str | None = None,
|
|
24
|
+
log_level: str | None = None,
|
|
25
|
+
logging: int | None = None,
|
|
26
|
+
management_state: str | None = None,
|
|
27
|
+
node_selector: dict[str, Any] | None = None,
|
|
28
|
+
observed_config: dict[str, Any] | None = None,
|
|
29
|
+
operator_log_level: str | None = None,
|
|
30
|
+
proxy: dict[str, Any] | None = None,
|
|
31
|
+
read_only: bool | None = None,
|
|
32
|
+
replicas: int | None = None,
|
|
33
|
+
requests: dict[str, Any] | None = None,
|
|
34
|
+
resources: dict[str, Any] | None = None,
|
|
35
|
+
rollout_strategy: str | None = None,
|
|
36
|
+
routes: list[Any] | None = None,
|
|
37
|
+
storage: dict[str, Any] | None = None,
|
|
38
|
+
tolerations: list[Any] | None = None,
|
|
39
|
+
topology_spread_constraints: list[Any] | None = None,
|
|
40
|
+
unsupported_config_overrides: dict[str, Any] | None = None,
|
|
41
|
+
**kwargs: Any,
|
|
42
|
+
) -> None:
|
|
43
|
+
r"""
|
|
44
|
+
Args:
|
|
45
|
+
affinity (dict[str, Any]): affinity is a group of node affinity scheduling rules for the image
|
|
46
|
+
registry pod(s).
|
|
47
|
+
|
|
48
|
+
default_route (bool): defaultRoute indicates whether an external facing route for the
|
|
49
|
+
registry should be created using the default generated hostname.
|
|
50
|
+
|
|
51
|
+
disable_redirect (bool): disableRedirect controls whether to route all data through the
|
|
52
|
+
Registry, rather than redirecting to the backend.
|
|
53
|
+
|
|
54
|
+
http_secret (str): httpSecret is the value needed by the registry to secure uploads,
|
|
55
|
+
generated by default.
|
|
56
|
+
|
|
57
|
+
log_level (str): logLevel is an intent based logging for an overall component. It does
|
|
58
|
+
not give fine grained control, but it is a simple way to manage
|
|
59
|
+
coarse grained logging choices that operators have to interpret
|
|
60
|
+
for their operands. Valid values are: "Normal", "Debug", "Trace",
|
|
61
|
+
"TraceAll". Defaults to "Normal".
|
|
62
|
+
|
|
63
|
+
logging (int): logging is deprecated, use logLevel instead.
|
|
64
|
+
|
|
65
|
+
management_state (str): managementState indicates whether and how the operator should manage
|
|
66
|
+
the component
|
|
67
|
+
|
|
68
|
+
node_selector (dict[str, Any]): nodeSelector defines the node selection constraints for the registry
|
|
69
|
+
pod.
|
|
70
|
+
|
|
71
|
+
observed_config (dict[str, Any]): observedConfig holds a sparse config that controller has observed from
|
|
72
|
+
the cluster state. It exists in spec because it is an input to
|
|
73
|
+
the level for the operator
|
|
74
|
+
|
|
75
|
+
operator_log_level (str): operatorLogLevel is an intent based logging for the operator itself.
|
|
76
|
+
It does not give fine grained control, but it is a simple way to
|
|
77
|
+
manage coarse grained logging choices that operators have to
|
|
78
|
+
interpret for themselves. Valid values are: "Normal", "Debug",
|
|
79
|
+
"Trace", "TraceAll". Defaults to "Normal".
|
|
80
|
+
|
|
81
|
+
proxy (dict[str, Any]): proxy defines the proxy to be used when calling master api, upstream
|
|
82
|
+
registries, etc.
|
|
83
|
+
|
|
84
|
+
read_only (bool): readOnly indicates whether the registry instance should reject
|
|
85
|
+
attempts to push new images or delete existing ones.
|
|
86
|
+
|
|
87
|
+
replicas (int): replicas determines the number of registry instances to run.
|
|
88
|
+
|
|
89
|
+
requests (dict[str, Any]): requests controls how many parallel requests a given registry instance
|
|
90
|
+
will handle before queuing additional requests.
|
|
91
|
+
|
|
92
|
+
resources (dict[str, Any]): resources defines the resource requests+limits for the registry pod.
|
|
93
|
+
|
|
94
|
+
rollout_strategy (str): rolloutStrategy defines rollout strategy for the image registry
|
|
95
|
+
deployment.
|
|
96
|
+
|
|
97
|
+
routes (list[Any]): routes defines additional external facing routes which should be
|
|
98
|
+
created for the registry.
|
|
99
|
+
|
|
100
|
+
storage (dict[str, Any]): storage details for configuring registry storage, e.g. S3 bucket
|
|
101
|
+
coordinates.
|
|
102
|
+
|
|
103
|
+
tolerations (list[Any]): tolerations defines the tolerations for the registry pod.
|
|
104
|
+
|
|
105
|
+
topology_spread_constraints (list[Any]): topologySpreadConstraints specify how to spread matching pods among
|
|
106
|
+
the given topology.
|
|
107
|
+
|
|
108
|
+
unsupported_config_overrides (dict[str, Any]): unsupportedConfigOverrides overrides the final configuration that was
|
|
109
|
+
computed by the operator. Red Hat does not support the use of this
|
|
110
|
+
field. Misuse of this field could lead to unexpected behavior or
|
|
111
|
+
conflict with other configuration options. Seek guidance from the
|
|
112
|
+
Red Hat support before using this field. Use of this property
|
|
113
|
+
blocks cluster upgrades, it must be removed before upgrading your
|
|
114
|
+
cluster.
|
|
115
|
+
|
|
116
|
+
"""
|
|
117
|
+
super().__init__(**kwargs)
|
|
118
|
+
|
|
119
|
+
self.affinity = affinity
|
|
120
|
+
self.default_route = default_route
|
|
121
|
+
self.disable_redirect = disable_redirect
|
|
122
|
+
self.http_secret = http_secret
|
|
123
|
+
self.log_level = log_level
|
|
124
|
+
self.logging = logging
|
|
125
|
+
self.management_state = management_state
|
|
126
|
+
self.node_selector = node_selector
|
|
127
|
+
self.observed_config = observed_config
|
|
128
|
+
self.operator_log_level = operator_log_level
|
|
129
|
+
self.proxy = proxy
|
|
130
|
+
self.read_only = read_only
|
|
131
|
+
self.replicas = replicas
|
|
132
|
+
self.requests = requests
|
|
133
|
+
self.resources = resources
|
|
134
|
+
self.rollout_strategy = rollout_strategy
|
|
135
|
+
self.routes = routes
|
|
136
|
+
self.storage = storage
|
|
137
|
+
self.tolerations = tolerations
|
|
138
|
+
self.topology_spread_constraints = topology_spread_constraints
|
|
139
|
+
self.unsupported_config_overrides = unsupported_config_overrides
|
|
140
|
+
|
|
141
|
+
def to_dict(self) -> None:
|
|
142
|
+
super().to_dict()
|
|
143
|
+
|
|
144
|
+
if not self.kind_dict and not self.yaml_file:
|
|
145
|
+
if self.replicas is None:
|
|
146
|
+
raise MissingRequiredArgumentError(argument="self.replicas")
|
|
147
|
+
|
|
148
|
+
self.res["spec"] = {}
|
|
149
|
+
_spec = self.res["spec"]
|
|
150
|
+
|
|
151
|
+
_spec["replicas"] = self.replicas
|
|
152
|
+
|
|
153
|
+
if self.affinity is not None:
|
|
154
|
+
_spec["affinity"] = self.affinity
|
|
155
|
+
|
|
156
|
+
if self.default_route is not None:
|
|
157
|
+
_spec["defaultRoute"] = self.default_route
|
|
158
|
+
|
|
159
|
+
if self.disable_redirect is not None:
|
|
160
|
+
_spec["disableRedirect"] = self.disable_redirect
|
|
161
|
+
|
|
162
|
+
if self.http_secret is not None:
|
|
163
|
+
_spec["httpSecret"] = self.http_secret
|
|
164
|
+
|
|
165
|
+
if self.log_level is not None:
|
|
166
|
+
_spec["logLevel"] = self.log_level
|
|
167
|
+
|
|
168
|
+
if self.logging is not None:
|
|
169
|
+
_spec["logging"] = self.logging
|
|
170
|
+
|
|
171
|
+
if self.management_state is not None:
|
|
172
|
+
_spec["managementState"] = self.management_state
|
|
173
|
+
|
|
174
|
+
if self.node_selector is not None:
|
|
175
|
+
_spec["nodeSelector"] = self.node_selector
|
|
176
|
+
|
|
177
|
+
if self.observed_config is not None:
|
|
178
|
+
_spec["observedConfig"] = self.observed_config
|
|
179
|
+
|
|
180
|
+
if self.operator_log_level is not None:
|
|
181
|
+
_spec["operatorLogLevel"] = self.operator_log_level
|
|
182
|
+
|
|
183
|
+
if self.proxy is not None:
|
|
184
|
+
_spec["proxy"] = self.proxy
|
|
185
|
+
|
|
186
|
+
if self.read_only is not None:
|
|
187
|
+
_spec["readOnly"] = self.read_only
|
|
188
|
+
|
|
189
|
+
if self.requests is not None:
|
|
190
|
+
_spec["requests"] = self.requests
|
|
191
|
+
|
|
192
|
+
if self.resources is not None:
|
|
193
|
+
_spec["resources"] = self.resources
|
|
194
|
+
|
|
195
|
+
if self.rollout_strategy is not None:
|
|
196
|
+
_spec["rolloutStrategy"] = self.rollout_strategy
|
|
197
|
+
|
|
198
|
+
if self.routes is not None:
|
|
199
|
+
_spec["routes"] = self.routes
|
|
200
|
+
|
|
201
|
+
if self.storage is not None:
|
|
202
|
+
_spec["storage"] = self.storage
|
|
203
|
+
|
|
204
|
+
if self.tolerations is not None:
|
|
205
|
+
_spec["tolerations"] = self.tolerations
|
|
206
|
+
|
|
207
|
+
if self.topology_spread_constraints is not None:
|
|
208
|
+
_spec["topologySpreadConstraints"] = self.topology_spread_constraints
|
|
209
|
+
|
|
210
|
+
if self.unsupported_config_overrides is not None:
|
|
211
|
+
_spec["unsupportedConfigOverrides"] = self.unsupported_config_overrides
|
|
212
|
+
|
|
213
|
+
# End of generated code
|
|
@@ -0,0 +1,87 @@
|
|
|
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 Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Config(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Config specifies the behavior of the config operator which is responsible for creating the initial configuration of other components
|
|
11
|
+
on the cluster. The operator also handles installation, migration or synchronization of cloud configurations for AWS and Azure cloud based clusters
|
|
12
|
+
|
|
13
|
+
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
api_group: str = Resource.ApiGroup.OPERATOR_OPENSHIFT_IO
|
|
17
|
+
|
|
18
|
+
def __init__(
|
|
19
|
+
self,
|
|
20
|
+
log_level: str | None = None,
|
|
21
|
+
management_state: str | None = None,
|
|
22
|
+
observed_config: dict[str, Any] | None = None,
|
|
23
|
+
operator_log_level: str | None = None,
|
|
24
|
+
unsupported_config_overrides: dict[str, Any] | None = None,
|
|
25
|
+
**kwargs: Any,
|
|
26
|
+
) -> None:
|
|
27
|
+
r"""
|
|
28
|
+
Args:
|
|
29
|
+
log_level (str): logLevel is an intent based logging for an overall component. It does
|
|
30
|
+
not give fine grained control, but it is a simple way to manage
|
|
31
|
+
coarse grained logging choices that operators have to interpret
|
|
32
|
+
for their operands. Valid values are: "Normal", "Debug", "Trace",
|
|
33
|
+
"TraceAll". Defaults to "Normal".
|
|
34
|
+
|
|
35
|
+
management_state (str): managementState indicates whether and how the operator should manage
|
|
36
|
+
the component
|
|
37
|
+
|
|
38
|
+
observed_config (dict[str, Any]): observedConfig holds a sparse config that controller has observed from
|
|
39
|
+
the cluster state. It exists in spec because it is an input to
|
|
40
|
+
the level for the operator
|
|
41
|
+
|
|
42
|
+
operator_log_level (str): operatorLogLevel is an intent based logging for the operator itself.
|
|
43
|
+
It does not give fine grained control, but it is a simple way to
|
|
44
|
+
manage coarse grained logging choices that operators have to
|
|
45
|
+
interpret for themselves. Valid values are: "Normal", "Debug",
|
|
46
|
+
"Trace", "TraceAll". Defaults to "Normal".
|
|
47
|
+
|
|
48
|
+
unsupported_config_overrides (dict[str, Any]): unsupportedConfigOverrides overrides the final configuration that was
|
|
49
|
+
computed by the operator. Red Hat does not support the use of this
|
|
50
|
+
field. Misuse of this field could lead to unexpected behavior or
|
|
51
|
+
conflict with other configuration options. Seek guidance from the
|
|
52
|
+
Red Hat support before using this field. Use of this property
|
|
53
|
+
blocks cluster upgrades, it must be removed before upgrading your
|
|
54
|
+
cluster.
|
|
55
|
+
|
|
56
|
+
"""
|
|
57
|
+
super().__init__(**kwargs)
|
|
58
|
+
|
|
59
|
+
self.log_level = log_level
|
|
60
|
+
self.management_state = management_state
|
|
61
|
+
self.observed_config = observed_config
|
|
62
|
+
self.operator_log_level = operator_log_level
|
|
63
|
+
self.unsupported_config_overrides = unsupported_config_overrides
|
|
64
|
+
|
|
65
|
+
def to_dict(self) -> None:
|
|
66
|
+
super().to_dict()
|
|
67
|
+
|
|
68
|
+
if not self.kind_dict and not self.yaml_file:
|
|
69
|
+
self.res["spec"] = {}
|
|
70
|
+
_spec = self.res["spec"]
|
|
71
|
+
|
|
72
|
+
if self.log_level is not None:
|
|
73
|
+
_spec["logLevel"] = self.log_level
|
|
74
|
+
|
|
75
|
+
if self.management_state is not None:
|
|
76
|
+
_spec["managementState"] = self.management_state
|
|
77
|
+
|
|
78
|
+
if self.observed_config is not None:
|
|
79
|
+
_spec["observedConfig"] = self.observed_config
|
|
80
|
+
|
|
81
|
+
if self.operator_log_level is not None:
|
|
82
|
+
_spec["operatorLogLevel"] = self.operator_log_level
|
|
83
|
+
|
|
84
|
+
if self.unsupported_config_overrides is not None:
|
|
85
|
+
_spec["unsupportedConfigOverrides"] = self.unsupported_config_overrides
|
|
86
|
+
|
|
87
|
+
# End of generated code
|
|
@@ -0,0 +1,90 @@
|
|
|
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 Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Config(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Config contains the configuration and detailed condition status for the Samples Operator.
|
|
11
|
+
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = Resource.ApiGroup.SAMPLES_OPERATOR_OPENSHIFT_IO
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
architectures: list[Any] | None = None,
|
|
19
|
+
management_state: str | None = None,
|
|
20
|
+
samples_registry: str | None = None,
|
|
21
|
+
skipped_imagestreams: list[Any] | None = None,
|
|
22
|
+
skipped_templates: list[Any] | None = None,
|
|
23
|
+
**kwargs: Any,
|
|
24
|
+
) -> None:
|
|
25
|
+
r"""
|
|
26
|
+
Args:
|
|
27
|
+
architectures (list[Any]): architectures determine which hardware architecture(s) to install,
|
|
28
|
+
where x86_64, ppc64le, and s390x are the only supported choices
|
|
29
|
+
currently.
|
|
30
|
+
|
|
31
|
+
management_state (str): managementState is top level on/off type of switch for all operators.
|
|
32
|
+
When "Managed", this operator processes config and manipulates the
|
|
33
|
+
samples accordingly. When "Unmanaged", this operator ignores any
|
|
34
|
+
updates to the resources it watches. When "Removed", it reacts
|
|
35
|
+
that same wasy as it does if the Config object is deleted, meaning
|
|
36
|
+
any ImageStreams or Templates it manages (i.e. it honors the
|
|
37
|
+
skipped lists) and the registry secret are deleted, along with the
|
|
38
|
+
ConfigMap in the operator's namespace that represents the last
|
|
39
|
+
config used to manipulate the samples,
|
|
40
|
+
|
|
41
|
+
samples_registry (str): samplesRegistry allows for the specification of which registry is
|
|
42
|
+
accessed by the ImageStreams for their image content. Defaults on
|
|
43
|
+
the content in https://github.com/openshift/library that are
|
|
44
|
+
pulled into this github repository, but based on our pulling only
|
|
45
|
+
ocp content it typically defaults to registry.redhat.io.
|
|
46
|
+
|
|
47
|
+
skipped_imagestreams (list[Any]): skippedImagestreams specifies names of image streams that should NOT
|
|
48
|
+
be created/updated. Admins can use this to allow them to delete
|
|
49
|
+
content they don’t want. They will still have to manually delete
|
|
50
|
+
the content but the operator will not recreate(or update) anything
|
|
51
|
+
listed here.
|
|
52
|
+
|
|
53
|
+
skipped_templates (list[Any]): skippedTemplates specifies names of templates that should NOT be
|
|
54
|
+
created/updated. Admins can use this to allow them to delete
|
|
55
|
+
content they don’t want. They will still have to manually delete
|
|
56
|
+
the content but the operator will not recreate(or update) anything
|
|
57
|
+
listed here.
|
|
58
|
+
|
|
59
|
+
"""
|
|
60
|
+
super().__init__(**kwargs)
|
|
61
|
+
|
|
62
|
+
self.architectures = architectures
|
|
63
|
+
self.management_state = management_state
|
|
64
|
+
self.samples_registry = samples_registry
|
|
65
|
+
self.skipped_imagestreams = skipped_imagestreams
|
|
66
|
+
self.skipped_templates = skipped_templates
|
|
67
|
+
|
|
68
|
+
def to_dict(self) -> None:
|
|
69
|
+
super().to_dict()
|
|
70
|
+
|
|
71
|
+
if not self.kind_dict and not self.yaml_file:
|
|
72
|
+
self.res["spec"] = {}
|
|
73
|
+
_spec = self.res["spec"]
|
|
74
|
+
|
|
75
|
+
if self.architectures is not None:
|
|
76
|
+
_spec["architectures"] = self.architectures
|
|
77
|
+
|
|
78
|
+
if self.management_state is not None:
|
|
79
|
+
_spec["managementState"] = self.management_state
|
|
80
|
+
|
|
81
|
+
if self.samples_registry is not None:
|
|
82
|
+
_spec["samplesRegistry"] = self.samples_registry
|
|
83
|
+
|
|
84
|
+
if self.skipped_imagestreams is not None:
|
|
85
|
+
_spec["skippedImagestreams"] = self.skipped_imagestreams
|
|
86
|
+
|
|
87
|
+
if self.skipped_templates is not None:
|
|
88
|
+
_spec["skippedTemplates"] = self.skipped_templates
|
|
89
|
+
|
|
90
|
+
# End of generated code
|
{openshift_python_wrapper-11.0.83 → openshift_python_wrapper-11.0.85}/ocp_resources/resource.py
RENAMED
|
@@ -497,6 +497,7 @@ class Resource(ResourceConstants):
|
|
|
497
497
|
HOSTPATHPROVISIONER_KUBEVIRT_IO: str = "hostpathprovisioner.kubevirt.io"
|
|
498
498
|
IMAGE_OPENSHIFT_IO: str = "image.openshift.io"
|
|
499
499
|
IMAGE_REGISTRY: str = "registry.redhat.io"
|
|
500
|
+
IMAGEREGISTRY_OPERATOR_OPENSHIFT_IO: str = "imageregistry.operator.openshift.io"
|
|
500
501
|
INSTANCETYPE_KUBEVIRT_IO: str = "instancetype.kubevirt.io"
|
|
501
502
|
INTEGREATLY_ORG: str = "integreatly.org"
|
|
502
503
|
K8S_CNI_CNCF_IO: str = "k8s.cni.cncf.io"
|
|
@@ -543,6 +544,7 @@ class Resource(ResourceConstants):
|
|
|
543
544
|
REMEDIATION_MEDIK8S_IO: str = "remediation.medik8s.io"
|
|
544
545
|
RIPSAW_CLOUDBULLDOZER_IO: str = "ripsaw.cloudbulldozer.io"
|
|
545
546
|
ROUTE_OPENSHIFT_IO: str = "route.openshift.io"
|
|
547
|
+
SAMPLES_OPERATOR_OPENSHIFT_IO: str = "samples.operator.openshift.io"
|
|
546
548
|
SCHEDULING_K8S_IO: str = "scheduling.k8s.io"
|
|
547
549
|
SECURITY_ISTIO_IO: str = "security.istio.io"
|
|
548
550
|
SECURITY_OPENSHIFT_IO: str = "security.openshift.io"
|
|
@@ -70,3 +70,17 @@ class ResourceConstants:
|
|
|
70
70
|
RHV: str = "ovirt"
|
|
71
71
|
OVA: str = "ova"
|
|
72
72
|
OPENSTACK: str = "openstack"
|
|
73
|
+
|
|
74
|
+
class Backup:
|
|
75
|
+
class Status:
|
|
76
|
+
NEW: str = "New"
|
|
77
|
+
FAILEDVALIDATION: str = "FailedValidation"
|
|
78
|
+
INPROGRESS: str = "InProgress"
|
|
79
|
+
WAITINGFORPLUGINOPERATIONS: str = "WaitingForPluginOperations"
|
|
80
|
+
WAITINGFORPLUGINOPERATIONSPARTIALLYFAILED: str = "WaitingForPluginOperationsPartiallyFailed"
|
|
81
|
+
FINALIZING: str = "Finalizing"
|
|
82
|
+
FINALIZINGPARTIALLYFAILED: str = "FinalizingPartiallyFailed"
|
|
83
|
+
COMPLETED: str = "Completed"
|
|
84
|
+
PARTIALLYFAILED: str = "PartiallyFailed"
|
|
85
|
+
FAILED: str = "Failed"
|
|
86
|
+
DELETING: str = "Deleting"
|
|
@@ -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.85"
|
|
77
77
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
78
78
|
readme = "README.md"
|
|
79
79
|
license = "Apache-2.0"
|