openshift-python-wrapper 11.0.112__tar.gz → 11.0.113__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.113/.git +1 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/PKG-INFO +1 -1
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/resource.py +1 -0
- openshift_python_wrapper-11.0.113/ocp_resources/securesign.py +76 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_instance.py +225 -21
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/uv.lock +1 -1
- openshift_python_wrapper-11.0.112/.git +0 -1
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.pre-commit-config.yaml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/Makefile +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/README.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/authentication_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/authentication_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/data_science_pipelines_application.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/gateway_class.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/gateway_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/gateway_networking_istio_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mig_controller.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/multi_namespace_virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/multi_namespace_virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/tempo_stack.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/token_rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/validating_admission_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/validating_admission_policy_binding.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/tox.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gitdir: /tmp/github-webhook-openshift-python-wrapper-gm7yvvy5/.git/worktrees/github-webhook-openshift-python-wrapper-gm7yvvy5-worktree-c0219bf1-92b3-472d-94a7-8c43e105c659
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.113
|
|
4
4
|
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
5
|
Project-URL: homepage, https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
6
|
Project-URL: documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/ocp_resources/resource.py
RENAMED
|
@@ -552,6 +552,7 @@ class Resource(ResourceConstants):
|
|
|
552
552
|
QUOTA_OPENSHIFT_IO: str = "quota.openshift.io"
|
|
553
553
|
RBAC_AUTHORIZATION_K8S_IO: str = "rbac.authorization.k8s.io"
|
|
554
554
|
REMEDIATION_MEDIK8S_IO: str = "remediation.medik8s.io"
|
|
555
|
+
RHTAS_REDHAT_COM: str = "rhtas.redhat.com"
|
|
555
556
|
RIPSAW_CLOUDBULLDOZER_IO: str = "ripsaw.cloudbulldozer.io"
|
|
556
557
|
ROUTE_OPENSHIFT_IO: str = "route.openshift.io"
|
|
557
558
|
SAMPLES_OPERATOR_OPENSHIFT_IO: str = "samples.operator.openshift.io"
|
|
@@ -0,0 +1,76 @@
|
|
|
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.resource import NamespacedResource
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class Securesign(NamespacedResource):
|
|
10
|
+
"""
|
|
11
|
+
Securesign is the Schema for the securesigns API
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = NamespacedResource.ApiGroup.RHTAS_REDHAT_COM
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
ctlog: dict[str, Any] | None = None,
|
|
19
|
+
fulcio: dict[str, Any] | None = None,
|
|
20
|
+
rekor: dict[str, Any] | None = None,
|
|
21
|
+
trillian: dict[str, Any] | None = None,
|
|
22
|
+
tsa: dict[str, Any] | None = None,
|
|
23
|
+
tuf: dict[str, Any] | None = None,
|
|
24
|
+
**kwargs: Any,
|
|
25
|
+
) -> None:
|
|
26
|
+
r"""
|
|
27
|
+
Args:
|
|
28
|
+
ctlog (dict[str, Any]): CTlogSpec defines the desired state of CTlog component
|
|
29
|
+
|
|
30
|
+
fulcio (dict[str, Any]): FulcioSpec defines the desired state of Fulcio
|
|
31
|
+
|
|
32
|
+
rekor (dict[str, Any]): RekorSpec defines the desired state of Rekor
|
|
33
|
+
|
|
34
|
+
trillian (dict[str, Any]): TrillianSpec defines the desired state of Trillian
|
|
35
|
+
|
|
36
|
+
tsa (dict[str, Any]): TimestampAuthoritySpec defines the desired state of TimestampAuthority
|
|
37
|
+
|
|
38
|
+
tuf (dict[str, Any]): TufSpec defines the desired state of Tuf
|
|
39
|
+
|
|
40
|
+
"""
|
|
41
|
+
super().__init__(**kwargs)
|
|
42
|
+
|
|
43
|
+
self.ctlog = ctlog
|
|
44
|
+
self.fulcio = fulcio
|
|
45
|
+
self.rekor = rekor
|
|
46
|
+
self.trillian = trillian
|
|
47
|
+
self.tsa = tsa
|
|
48
|
+
self.tuf = tuf
|
|
49
|
+
|
|
50
|
+
def to_dict(self) -> None:
|
|
51
|
+
|
|
52
|
+
super().to_dict()
|
|
53
|
+
|
|
54
|
+
if not self.kind_dict and not self.yaml_file:
|
|
55
|
+
self.res["spec"] = {}
|
|
56
|
+
_spec = self.res["spec"]
|
|
57
|
+
|
|
58
|
+
if self.ctlog is not None:
|
|
59
|
+
_spec["ctlog"] = self.ctlog
|
|
60
|
+
|
|
61
|
+
if self.fulcio is not None:
|
|
62
|
+
_spec["fulcio"] = self.fulcio
|
|
63
|
+
|
|
64
|
+
if self.rekor is not None:
|
|
65
|
+
_spec["rekor"] = self.rekor
|
|
66
|
+
|
|
67
|
+
if self.trillian is not None:
|
|
68
|
+
_spec["trillian"] = self.trillian
|
|
69
|
+
|
|
70
|
+
if self.tsa is not None:
|
|
71
|
+
_spec["tsa"] = self.tsa
|
|
72
|
+
|
|
73
|
+
if self.tuf is not None:
|
|
74
|
+
_spec["tuf"] = self.tuf
|
|
75
|
+
|
|
76
|
+
# End of generated code
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
import shlex
|
|
2
5
|
from typing import Any
|
|
3
6
|
from warnings import warn
|
|
@@ -6,6 +9,7 @@ import xmltodict
|
|
|
6
9
|
from kubernetes.dynamic.exceptions import ResourceNotFoundError
|
|
7
10
|
from timeout_sampler import TimeoutExpiredError, TimeoutSampler
|
|
8
11
|
|
|
12
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
9
13
|
from ocp_resources.node import Node
|
|
10
14
|
from ocp_resources.pod import Pod
|
|
11
15
|
from ocp_resources.resource import NamespacedResource
|
|
@@ -14,32 +18,232 @@ from ocp_resources.utils.constants import PROTOCOL_ERROR_EXCEPTION_DICT, TIMEOUT
|
|
|
14
18
|
|
|
15
19
|
class VirtualMachineInstance(NamespacedResource):
|
|
16
20
|
"""
|
|
17
|
-
|
|
21
|
+
VirtualMachineInstance is *the* VirtualMachineInstance Definition. It represents a virtual machine in the runtime environment of kubernetes.
|
|
18
22
|
"""
|
|
19
23
|
|
|
20
|
-
api_group = NamespacedResource.ApiGroup.KUBEVIRT_IO
|
|
21
|
-
|
|
22
|
-
class Status(NamespacedResource.Status):
|
|
23
|
-
SCHEDULING = "Scheduling"
|
|
24
|
-
SCHEDULED = "Scheduled"
|
|
24
|
+
api_group: str = NamespacedResource.ApiGroup.KUBEVIRT_IO
|
|
25
25
|
|
|
26
26
|
def __init__(
|
|
27
27
|
self,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
28
|
+
access_credentials: list[Any] | None = None,
|
|
29
|
+
affinity: dict[str, Any] | None = None,
|
|
30
|
+
architecture: str | None = None,
|
|
31
|
+
dns_config: dict[str, Any] | None = None,
|
|
32
|
+
dns_policy: str | None = None,
|
|
33
|
+
domain: dict[str, Any] | None = None,
|
|
34
|
+
eviction_strategy: str | None = None,
|
|
35
|
+
hostname: str | None = None,
|
|
36
|
+
liveness_probe: dict[str, Any] | None = None,
|
|
37
|
+
networks: list[Any] | None = None,
|
|
38
|
+
node_selector: dict[str, Any] | None = None,
|
|
39
|
+
priority_class_name: str | None = None,
|
|
40
|
+
readiness_probe: dict[str, Any] | None = None,
|
|
41
|
+
resource_claims: list[Any] | None = None,
|
|
42
|
+
scheduler_name: str | None = None,
|
|
43
|
+
start_strategy: str | None = None,
|
|
44
|
+
subdomain: str | None = None,
|
|
45
|
+
termination_grace_period_seconds: int | None = None,
|
|
46
|
+
tolerations: list[Any] | None = None,
|
|
47
|
+
topology_spread_constraints: list[Any] | None = None,
|
|
48
|
+
volumes: list[Any] | None = None,
|
|
49
|
+
**kwargs: Any,
|
|
50
|
+
) -> None:
|
|
51
|
+
r"""
|
|
52
|
+
Args:
|
|
53
|
+
access_credentials (list[Any]): Specifies a set of public keys to inject into the vm guest
|
|
54
|
+
|
|
55
|
+
affinity (dict[str, Any]): If affinity is specifies, obey all the affinity rules
|
|
56
|
+
|
|
57
|
+
architecture (str): Specifies the architecture of the vm guest you are attempting to run.
|
|
58
|
+
Defaults to the compiled architecture of the KubeVirt components
|
|
59
|
+
|
|
60
|
+
dns_config (dict[str, Any]): Specifies the DNS parameters of a pod. Parameters specified here will
|
|
61
|
+
be merged to the generated DNS configuration based on DNSPolicy.
|
|
62
|
+
|
|
63
|
+
dns_policy (str): Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values
|
|
64
|
+
are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or
|
|
65
|
+
'None'. DNS parameters given in DNSConfig will be merged with the
|
|
66
|
+
policy selected with DNSPolicy. To have DNS options set along with
|
|
67
|
+
hostNetwork, you have to specify DNS policy explicitly to
|
|
68
|
+
'ClusterFirstWithHostNet'.
|
|
69
|
+
|
|
70
|
+
domain (dict[str, Any]): Specification of the desired behavior of the VirtualMachineInstance on
|
|
71
|
+
the host.
|
|
72
|
+
|
|
73
|
+
eviction_strategy (str): EvictionStrategy describes the strategy to follow when a node drain
|
|
74
|
+
occurs. The possible options are: - "None": No action will be
|
|
75
|
+
taken, according to the specified 'RunStrategy' the VirtualMachine
|
|
76
|
+
will be restarted or shutdown. - "LiveMigrate": the
|
|
77
|
+
VirtualMachineInstance will be migrated instead of being shutdown.
|
|
78
|
+
- "LiveMigrateIfPossible": the same as "LiveMigrate" but only if
|
|
79
|
+
the VirtualMachine is Live-Migratable, otherwise it will behave as
|
|
80
|
+
"None". - "External": the VirtualMachineInstance will be protected
|
|
81
|
+
and 'vmi.Status.EvacuationNodeName' will be set on eviction. This
|
|
82
|
+
is mainly useful for cluster-api-provider-kubevirt (capk) which
|
|
83
|
+
needs a way for VMI's to be blocked from eviction, yet signal capk
|
|
84
|
+
that eviction has been called on the VMI so the capk controller
|
|
85
|
+
can handle tearing the VMI down. Details can be found in the
|
|
86
|
+
commit description https://github.com/kubevirt/kubevirt/commit/c1d
|
|
87
|
+
77face705c8b126696bac9a3ee3825f27f1fa.
|
|
88
|
+
|
|
89
|
+
hostname (str): Specifies the hostname of the vmi If not specified, the hostname will
|
|
90
|
+
be set to the name of the vmi, if dhcp or cloud-init is configured
|
|
91
|
+
properly.
|
|
92
|
+
|
|
93
|
+
liveness_probe (dict[str, Any]): Periodic probe of VirtualMachineInstance liveness.
|
|
94
|
+
VirtualmachineInstances will be stopped if the probe fails. Cannot
|
|
95
|
+
be updated. More info:
|
|
96
|
+
https://kubernetes.io/docs/concepts/workloads/pods/pod-
|
|
97
|
+
lifecycle#container-probes
|
|
98
|
+
|
|
99
|
+
networks (list[Any]): List of networks that can be attached to a vm's virtual interface.
|
|
100
|
+
|
|
101
|
+
node_selector (dict[str, Any]): NodeSelector is a selector which must be true for the vmi to fit on a
|
|
102
|
+
node. Selector which must match a node's labels for the vmi to be
|
|
103
|
+
scheduled on that node. More info:
|
|
104
|
+
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
105
|
+
|
|
106
|
+
priority_class_name (str): If specified, indicates the pod's priority. If not specified, the pod
|
|
107
|
+
priority will be default or zero if there is no default.
|
|
108
|
+
|
|
109
|
+
readiness_probe (dict[str, Any]): Periodic probe of VirtualMachineInstance service readiness.
|
|
110
|
+
VirtualmachineInstances will be removed from service endpoints if
|
|
111
|
+
the probe fails. Cannot be updated. More info:
|
|
112
|
+
https://kubernetes.io/docs/concepts/workloads/pods/pod-
|
|
113
|
+
lifecycle#container-probes
|
|
114
|
+
|
|
115
|
+
resource_claims (list[Any]): ResourceClaims define which ResourceClaims must be allocated and
|
|
116
|
+
reserved before the VMI, hence virt-launcher pod is allowed to
|
|
117
|
+
start. The resources will be made available to the domain which
|
|
118
|
+
consumes them by name. This is an alpha field and requires
|
|
119
|
+
enabling the DynamicResourceAllocation feature gate in kubernetes
|
|
120
|
+
https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-
|
|
121
|
+
resource-allocation/ This field should only be configured if one
|
|
122
|
+
of the feature-gates GPUsWithDRA or HostDevicesWithDRA is enabled.
|
|
123
|
+
This feature is in alpha.
|
|
124
|
+
|
|
125
|
+
scheduler_name (str): If specified, the VMI will be dispatched by specified scheduler. If
|
|
126
|
+
not specified, the VMI will be dispatched by default scheduler.
|
|
127
|
+
|
|
128
|
+
start_strategy (str): StartStrategy can be set to "Paused" if Virtual Machine should be
|
|
129
|
+
started in paused state.
|
|
130
|
+
|
|
131
|
+
subdomain (str): If specified, the fully qualified vmi hostname will be
|
|
132
|
+
"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If
|
|
133
|
+
not specified, the vmi will not have a domainname at all. The DNS
|
|
134
|
+
entry will resolve to the vmi, no matter if the vmi itself can
|
|
135
|
+
pick up a hostname.
|
|
136
|
+
|
|
137
|
+
termination_grace_period_seconds (int): Grace period observed after signalling a VirtualMachineInstance to
|
|
138
|
+
stop after which the VirtualMachineInstance is force terminated.
|
|
139
|
+
|
|
140
|
+
tolerations (list[Any]): If toleration is specified, obey all the toleration rules.
|
|
141
|
+
|
|
142
|
+
topology_spread_constraints (list[Any]): TopologySpreadConstraints describes how a group of VMIs will be spread
|
|
143
|
+
across a given topology domains. K8s scheduler will schedule VMI
|
|
144
|
+
pods in a way which abides by the constraints.
|
|
145
|
+
|
|
146
|
+
volumes (list[Any]): List of volumes that can be mounted by disks belonging to the vmi.
|
|
147
|
+
|
|
148
|
+
"""
|
|
149
|
+
super().__init__(**kwargs)
|
|
150
|
+
|
|
151
|
+
self.access_credentials = access_credentials
|
|
152
|
+
self.affinity = affinity
|
|
153
|
+
self.architecture = architecture
|
|
154
|
+
self.dns_config = dns_config
|
|
155
|
+
self.dns_policy = dns_policy
|
|
156
|
+
self.domain = domain
|
|
157
|
+
self.eviction_strategy = eviction_strategy
|
|
158
|
+
self.hostname = hostname
|
|
159
|
+
self.liveness_probe = liveness_probe
|
|
160
|
+
self.networks = networks
|
|
161
|
+
self.node_selector = node_selector
|
|
162
|
+
self.priority_class_name = priority_class_name
|
|
163
|
+
self.readiness_probe = readiness_probe
|
|
164
|
+
self.resource_claims = resource_claims
|
|
165
|
+
self.scheduler_name = scheduler_name
|
|
166
|
+
self.start_strategy = start_strategy
|
|
167
|
+
self.subdomain = subdomain
|
|
168
|
+
self.termination_grace_period_seconds = termination_grace_period_seconds
|
|
169
|
+
self.tolerations = tolerations
|
|
170
|
+
self.topology_spread_constraints = topology_spread_constraints
|
|
171
|
+
self.volumes = volumes
|
|
172
|
+
|
|
173
|
+
def to_dict(self) -> None:
|
|
174
|
+
|
|
175
|
+
super().to_dict()
|
|
176
|
+
|
|
177
|
+
if not self.kind_dict and not self.yaml_file:
|
|
178
|
+
if self.domain is None:
|
|
179
|
+
raise MissingRequiredArgumentError(argument="self.domain")
|
|
180
|
+
|
|
181
|
+
self.res["spec"] = {}
|
|
182
|
+
_spec = self.res["spec"]
|
|
183
|
+
|
|
184
|
+
_spec["domain"] = self.domain
|
|
185
|
+
|
|
186
|
+
if self.access_credentials is not None:
|
|
187
|
+
_spec["accessCredentials"] = self.access_credentials
|
|
188
|
+
|
|
189
|
+
if self.affinity is not None:
|
|
190
|
+
_spec["affinity"] = self.affinity
|
|
191
|
+
|
|
192
|
+
if self.architecture is not None:
|
|
193
|
+
_spec["architecture"] = self.architecture
|
|
194
|
+
|
|
195
|
+
if self.dns_config is not None:
|
|
196
|
+
_spec["dnsConfig"] = self.dns_config
|
|
197
|
+
|
|
198
|
+
if self.dns_policy is not None:
|
|
199
|
+
_spec["dnsPolicy"] = self.dns_policy
|
|
200
|
+
|
|
201
|
+
if self.eviction_strategy is not None:
|
|
202
|
+
_spec["evictionStrategy"] = self.eviction_strategy
|
|
203
|
+
|
|
204
|
+
if self.hostname is not None:
|
|
205
|
+
_spec["hostname"] = self.hostname
|
|
206
|
+
|
|
207
|
+
if self.liveness_probe is not None:
|
|
208
|
+
_spec["livenessProbe"] = self.liveness_probe
|
|
209
|
+
|
|
210
|
+
if self.networks is not None:
|
|
211
|
+
_spec["networks"] = self.networks
|
|
212
|
+
|
|
213
|
+
if self.node_selector is not None:
|
|
214
|
+
_spec["nodeSelector"] = self.node_selector
|
|
215
|
+
|
|
216
|
+
if self.priority_class_name is not None:
|
|
217
|
+
_spec["priorityClassName"] = self.priority_class_name
|
|
218
|
+
|
|
219
|
+
if self.readiness_probe is not None:
|
|
220
|
+
_spec["readinessProbe"] = self.readiness_probe
|
|
221
|
+
|
|
222
|
+
if self.resource_claims is not None:
|
|
223
|
+
_spec["resourceClaims"] = self.resource_claims
|
|
224
|
+
|
|
225
|
+
if self.scheduler_name is not None:
|
|
226
|
+
_spec["schedulerName"] = self.scheduler_name
|
|
227
|
+
|
|
228
|
+
if self.start_strategy is not None:
|
|
229
|
+
_spec["startStrategy"] = self.start_strategy
|
|
230
|
+
|
|
231
|
+
if self.subdomain is not None:
|
|
232
|
+
_spec["subdomain"] = self.subdomain
|
|
233
|
+
|
|
234
|
+
if self.termination_grace_period_seconds is not None:
|
|
235
|
+
_spec["terminationGracePeriodSeconds"] = self.termination_grace_period_seconds
|
|
236
|
+
|
|
237
|
+
if self.tolerations is not None:
|
|
238
|
+
_spec["tolerations"] = self.tolerations
|
|
239
|
+
|
|
240
|
+
if self.topology_spread_constraints is not None:
|
|
241
|
+
_spec["topologySpreadConstraints"] = self.topology_spread_constraints
|
|
242
|
+
|
|
243
|
+
if self.volumes is not None:
|
|
244
|
+
_spec["volumes"] = self.volumes
|
|
245
|
+
|
|
246
|
+
# End of generated code
|
|
43
247
|
|
|
44
248
|
@property
|
|
45
249
|
def _subresource_api_url(self):
|
|
@@ -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.113"
|
|
76
76
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
77
77
|
readme = "README.md"
|
|
78
78
|
license = "Apache-2.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gitdir: /tmp/github-webhook-openshift-python-wrapper-0q3sus5t/.git/worktrees/github-webhook-openshift-python-wrapper-0q3sus5t-worktree-fabb997d-c5e5-4da4-a85f-377b5c5c0890
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.github/weekly-digest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/.sonarcloud.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/README.md
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/__init__.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/cli.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/class_generator/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/docs/ocp_resources.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/resource_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/special_cases.py
RENAMED
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/validation_demo.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-11.0.112 → openshift_python_wrapper-11.0.113}/examples/virtual_machine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|