openshift-python-wrapper 11.0.119__tar.gz → 11.0.121__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.121/.git +1 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.pre-commit-config.yaml +2 -2
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/PKG-INFO +1 -1
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/parsers/explain_parser.py +1 -1
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/schema/__resources-mappings.json.gz +0 -0
- openshift_python_wrapper-11.0.121/ocp_resources/maa_s_auth_policy.py +68 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/maa_s_model.py +8 -7
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/maa_s_subscription.py +9 -0
- openshift_python_wrapper-11.0.119/ocp_resources/maa_s_auth_policy.py → openshift_python_wrapper-11.0.121/ocp_resources/maas_auth_policy.py +2 -1
- openshift_python_wrapper-11.0.121/ocp_resources/maas_subscription.py +68 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/migration_policy.py +5 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/uv.lock +206 -150
- openshift_python_wrapper-11.0.119/.git +0 -1
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/Makefile +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/README.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/authentication_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/authentication_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/data_science_pipelines_application.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/gateway_class.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/gateway_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/gateway_networking_istio_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/maas_model_ref.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mig_controller.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/multi_namespace_virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/multi_namespace_virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/resource.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/securesign.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/tempo_stack.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/token_rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/validating_admission_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/validating_admission_policy_binding.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/tox.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gitdir: /tmp/github-webhook-openshift-python-wrapper-ok8s14gj/.git/worktrees/github-webhook-openshift-python-wrapper-ok8s14gj-worktree-4673d46f-c1df-45ef-8553-0839bc46126a
|
{openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/.pre-commit-config.yaml
RENAMED
|
@@ -45,13 +45,13 @@ repos:
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
48
|
-
rev: v0.15.
|
|
48
|
+
rev: v0.15.6
|
|
49
49
|
hooks:
|
|
50
50
|
- id: ruff
|
|
51
51
|
- id: ruff-format
|
|
52
52
|
|
|
53
53
|
- repo: https://github.com/gitleaks/gitleaks
|
|
54
|
-
rev: v8.30.
|
|
54
|
+
rev: v8.30.1
|
|
55
55
|
hooks:
|
|
56
56
|
- id: gitleaks
|
|
57
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.121
|
|
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/
|
|
@@ -89,7 +89,7 @@ def parse_explain(kind: str) -> list[dict[str, Any]]:
|
|
|
89
89
|
|
|
90
90
|
resource_dict: dict[str, Any] = {
|
|
91
91
|
"base_class": "NamespacedResource" if namespaced else "Resource",
|
|
92
|
-
"description": _kind_schema.get("description"
|
|
92
|
+
"description": _kind_schema.get("description") or MISSING_DESCRIPTION_STR,
|
|
93
93
|
"fields": [],
|
|
94
94
|
"spec": [],
|
|
95
95
|
}
|
|
Binary file
|
|
@@ -0,0 +1,68 @@
|
|
|
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 warnings import warn
|
|
6
|
+
|
|
7
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
8
|
+
from ocp_resources.resource import NamespacedResource
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class MaaSAuthPolicy(NamespacedResource):
|
|
12
|
+
"""
|
|
13
|
+
MaaSAuthPolicy is the Schema for the maasauthpolicies API
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
api_group: str = NamespacedResource.ApiGroup.MAAS_OPENDATAHUB_IO
|
|
17
|
+
|
|
18
|
+
def __init__(
|
|
19
|
+
self,
|
|
20
|
+
metering_metadata: dict[str, Any] | None = None,
|
|
21
|
+
model_refs: list[Any] | None = None,
|
|
22
|
+
subjects: dict[str, Any] | None = None,
|
|
23
|
+
**kwargs: Any,
|
|
24
|
+
) -> None:
|
|
25
|
+
r"""
|
|
26
|
+
Args:
|
|
27
|
+
metering_metadata (dict[str, Any]): MeteringMetadata contains billing and tracking information
|
|
28
|
+
|
|
29
|
+
model_refs (list[Any]): ModelRefs is a list of model names that this policy grants access to
|
|
30
|
+
|
|
31
|
+
subjects (dict[str, Any]): Subjects defines who has access (OR logic - any match grants access)
|
|
32
|
+
|
|
33
|
+
"""
|
|
34
|
+
super().__init__(**kwargs)
|
|
35
|
+
|
|
36
|
+
self.metering_metadata = metering_metadata
|
|
37
|
+
self.model_refs = model_refs
|
|
38
|
+
self.subjects = subjects
|
|
39
|
+
|
|
40
|
+
def to_dict(self) -> None:
|
|
41
|
+
|
|
42
|
+
super().to_dict()
|
|
43
|
+
|
|
44
|
+
if not self.kind_dict and not self.yaml_file:
|
|
45
|
+
if self.model_refs is None:
|
|
46
|
+
raise MissingRequiredArgumentError(argument="self.model_refs")
|
|
47
|
+
|
|
48
|
+
if self.subjects is None:
|
|
49
|
+
raise MissingRequiredArgumentError(argument="self.subjects")
|
|
50
|
+
|
|
51
|
+
self.res["spec"] = {}
|
|
52
|
+
_spec = self.res["spec"]
|
|
53
|
+
|
|
54
|
+
_spec["modelRefs"] = self.model_refs
|
|
55
|
+
_spec["subjects"] = self.subjects
|
|
56
|
+
|
|
57
|
+
if self.metering_metadata is not None:
|
|
58
|
+
_spec["meteringMetadata"] = self.metering_metadata
|
|
59
|
+
|
|
60
|
+
# End of generated code
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
warn(
|
|
64
|
+
"MaaSAuthPolicy from maa_s_auth_policy.py is deprecated and will be removed in a future release. "
|
|
65
|
+
"Please use `MaaSAuthPolicy` from maas_auth_policy.py instead.",
|
|
66
|
+
DeprecationWarning,
|
|
67
|
+
stacklevel=2,
|
|
68
|
+
)
|
{openshift_python_wrapper-11.0.119 → openshift_python_wrapper-11.0.121}/ocp_resources/maa_s_model.py
RENAMED
|
@@ -7,13 +7,6 @@ from warnings import warn
|
|
|
7
7
|
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
8
8
|
from ocp_resources.resource import NamespacedResource
|
|
9
9
|
|
|
10
|
-
warn(
|
|
11
|
-
"MaaSModel is deprecated and will be removed in a future release. "
|
|
12
|
-
"Please use `MaaSModelRef` from maas_model_ref.py instead.",
|
|
13
|
-
DeprecationWarning,
|
|
14
|
-
stacklevel=2,
|
|
15
|
-
)
|
|
16
|
-
|
|
17
10
|
|
|
18
11
|
class MaaSModel(NamespacedResource):
|
|
19
12
|
"""
|
|
@@ -50,3 +43,11 @@ class MaaSModel(NamespacedResource):
|
|
|
50
43
|
_spec["modelRef"] = self.model_ref
|
|
51
44
|
|
|
52
45
|
# End of generated code
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
warn(
|
|
49
|
+
"MaaSModel is deprecated and will be removed in a future release. "
|
|
50
|
+
"Please use `MaaSModelRef` from maas_model_ref.py instead.",
|
|
51
|
+
DeprecationWarning,
|
|
52
|
+
stacklevel=2,
|
|
53
|
+
)
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
from typing import Any
|
|
5
|
+
from warnings import warn
|
|
5
6
|
|
|
6
7
|
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
8
|
from ocp_resources.resource import NamespacedResource
|
|
@@ -66,3 +67,11 @@ class MaaSSubscription(NamespacedResource):
|
|
|
66
67
|
_spec["priority"] = self.priority
|
|
67
68
|
|
|
68
69
|
# End of generated code
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
warn(
|
|
73
|
+
"MaaSSubscription from maa_s_subscription.py is deprecated and will be removed in a future release. "
|
|
74
|
+
"Please use `MaaSSubscription` from maas_subscription.py instead.",
|
|
75
|
+
DeprecationWarning,
|
|
76
|
+
stacklevel=2,
|
|
77
|
+
)
|
|
@@ -25,7 +25,8 @@ class MaaSAuthPolicy(NamespacedResource):
|
|
|
25
25
|
Args:
|
|
26
26
|
metering_metadata (dict[str, Any]): MeteringMetadata contains billing and tracking information
|
|
27
27
|
|
|
28
|
-
model_refs (list[Any]): ModelRefs is a list of
|
|
28
|
+
model_refs (list[Any]): ModelRefs is a list of models (by name and namespace) that this policy
|
|
29
|
+
grants access to
|
|
29
30
|
|
|
30
31
|
subjects (dict[str, Any]): Subjects defines who has access (OR logic - any match grants access)
|
|
31
32
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
from ocp_resources.resource import NamespacedResource
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class MaaSSubscription(NamespacedResource):
|
|
11
|
+
"""
|
|
12
|
+
MaaSSubscription is the Schema for the maassubscriptions API
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
api_group: str = NamespacedResource.ApiGroup.MAAS_OPENDATAHUB_IO
|
|
16
|
+
|
|
17
|
+
def __init__(
|
|
18
|
+
self,
|
|
19
|
+
model_refs: list[Any] | None = None,
|
|
20
|
+
owner: dict[str, Any] | None = None,
|
|
21
|
+
priority: int | None = None,
|
|
22
|
+
token_metadata: dict[str, Any] | None = None,
|
|
23
|
+
**kwargs: Any,
|
|
24
|
+
) -> None:
|
|
25
|
+
r"""
|
|
26
|
+
Args:
|
|
27
|
+
model_refs (list[Any]): ModelRefs defines which models are included with per-model token rate
|
|
28
|
+
limits
|
|
29
|
+
|
|
30
|
+
owner (dict[str, Any]): Owner defines who owns this subscription
|
|
31
|
+
|
|
32
|
+
priority (int): Priority determines subscription priority when user has multiple
|
|
33
|
+
subscriptions Higher numbers have higher priority. Defaults to 0.
|
|
34
|
+
|
|
35
|
+
token_metadata (dict[str, Any]): TokenMetadata contains metadata for token attribution and metering
|
|
36
|
+
|
|
37
|
+
"""
|
|
38
|
+
super().__init__(**kwargs)
|
|
39
|
+
|
|
40
|
+
self.model_refs = model_refs
|
|
41
|
+
self.owner = owner
|
|
42
|
+
self.priority = priority
|
|
43
|
+
self.token_metadata = token_metadata
|
|
44
|
+
|
|
45
|
+
def to_dict(self) -> None:
|
|
46
|
+
|
|
47
|
+
super().to_dict()
|
|
48
|
+
|
|
49
|
+
if not self.kind_dict and not self.yaml_file:
|
|
50
|
+
if self.model_refs is None:
|
|
51
|
+
raise MissingRequiredArgumentError(argument="self.model_refs")
|
|
52
|
+
|
|
53
|
+
if self.owner is None:
|
|
54
|
+
raise MissingRequiredArgumentError(argument="self.owner")
|
|
55
|
+
|
|
56
|
+
self.res["spec"] = {}
|
|
57
|
+
_spec = self.res["spec"]
|
|
58
|
+
|
|
59
|
+
_spec["modelRefs"] = self.model_refs
|
|
60
|
+
_spec["owner"] = self.owner
|
|
61
|
+
|
|
62
|
+
if self.priority is not None:
|
|
63
|
+
_spec["priority"] = self.priority
|
|
64
|
+
|
|
65
|
+
if self.token_metadata is not None:
|
|
66
|
+
_spec["tokenMetadata"] = self.token_metadata
|
|
67
|
+
|
|
68
|
+
# End of generated code
|
|
@@ -9,6 +9,7 @@ class MigrationPolicy(Resource):
|
|
|
9
9
|
name=None,
|
|
10
10
|
allow_auto_converge=None,
|
|
11
11
|
allow_post_copy=None,
|
|
12
|
+
allow_workload_disruption=None,
|
|
12
13
|
bandwidth_per_migration=None,
|
|
13
14
|
completion_timeout_per_gb=None,
|
|
14
15
|
namespace_selector=None,
|
|
@@ -22,6 +23,7 @@ class MigrationPolicy(Resource):
|
|
|
22
23
|
name (str): Migration Policy name
|
|
23
24
|
allow_auto_converge (bool, optional)
|
|
24
25
|
allow_post_copy (bool, optional)
|
|
26
|
+
allow_workload_disruption (bool, optional)
|
|
25
27
|
bandwidth_per_migration (str, optional, i.e. "1Gi")
|
|
26
28
|
completion_timeout_per_gb (int, optional)
|
|
27
29
|
namespace_selector (dict, optional): Dict of Namespace labels to match (e.g. {"project-owner": "redhat"})
|
|
@@ -33,6 +35,7 @@ class MigrationPolicy(Resource):
|
|
|
33
35
|
)
|
|
34
36
|
self.allow_auto_converge = allow_auto_converge
|
|
35
37
|
self.allow_post_copy = allow_post_copy
|
|
38
|
+
self.allow_workload_disruption = allow_workload_disruption
|
|
36
39
|
self.bandwidth_per_migration = bandwidth_per_migration
|
|
37
40
|
self.completion_timeout_per_gb = completion_timeout_per_gb
|
|
38
41
|
self.namespace_selector = namespace_selector or {}
|
|
@@ -48,6 +51,8 @@ class MigrationPolicy(Resource):
|
|
|
48
51
|
self.res["spec"]["allowAutoConverge"] = self.allow_auto_converge
|
|
49
52
|
if self.allow_post_copy is not None:
|
|
50
53
|
self.res["spec"]["allowPostCopy"] = self.allow_post_copy
|
|
54
|
+
if self.allow_workload_disruption is not None:
|
|
55
|
+
self.res["spec"]["allowWorkloadDisruption"] = self.allow_workload_disruption
|
|
51
56
|
if self.bandwidth_per_migration:
|
|
52
57
|
self.res["spec"]["bandwidthPerMigration"] = self.bandwidth_per_migration
|
|
53
58
|
if self.completion_timeout_per_gb:
|
|
@@ -72,7 +72,7 @@ include = [
|
|
|
72
72
|
[project]
|
|
73
73
|
requires-python = ">=3.10"
|
|
74
74
|
name = "openshift-python-wrapper"
|
|
75
|
-
version = "11.0.
|
|
75
|
+
version = "11.0.121"
|
|
76
76
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
77
77
|
readme = "README.md"
|
|
78
78
|
license = "Apache-2.0"
|