openshift-python-wrapper 11.0.121__tar.gz → 11.0.123__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.123/.git +1 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.pre-commit-config.yaml +3 -3
- openshift_python_wrapper-11.0.123/AGENTS.md +1 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/PKG-INFO +1 -1
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/schema/__resources-mappings.json.gz +0 -0
- openshift_python_wrapper-11.0.123/ocp_resources/evalhub.py +85 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/event.py +79 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/guardrails_orchestrator.py +36 -1
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/llama_stack_distribution.py +8 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/lm_eval_job.py +1 -0
- openshift_python_wrapper-11.0.123/ocp_resources/mlflow.py +286 -0
- openshift_python_wrapper-11.0.123/ocp_resources/mlflow_config.py +68 -0
- openshift_python_wrapper-11.0.123/ocp_resources/nemo_guardrails.py +68 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/plan.py +6 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/provider.py +9 -1
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/resource.py +23 -2
- openshift_python_wrapper-11.0.123/ocp_resources/utils/client_config.py +97 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/resource_constants.py +2 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resource.py +116 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/uv.lock +427 -425
- openshift_python_wrapper-11.0.121/.git +0 -1
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/Makefile +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/README.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/authentication_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/authentication_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/data_science_pipelines_application.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/gateway_class.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/gateway_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/gateway_networking_istio_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maa_s_auth_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maa_s_model.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maa_s_subscription.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maas_auth_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maas_model_ref.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maas_subscription.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mig_controller.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/multi_namespace_virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/multi_namespace_virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/securesign.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/tempo_stack.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/token_rate_limit_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/validating_admission_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/validating_admission_policy_binding.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_storage_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_machine_storage_migration_plan.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/tox.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gitdir: /tmp/github-webhook-openshift-python-wrapper-j9tngly_/.git/worktrees/github-webhook-openshift-python-wrapper-j9tngly_-worktree-379fff47-9128-4adb-8a92-95ea25f7bb4a
|
{openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/.pre-commit-config.yaml
RENAMED
|
@@ -45,18 +45,18 @@ repos:
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
48
|
-
rev: v0.15.
|
|
48
|
+
rev: v0.15.10
|
|
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.0
|
|
55
55
|
hooks:
|
|
56
56
|
- id: gitleaks
|
|
57
57
|
|
|
58
58
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
59
|
-
rev: v1.
|
|
59
|
+
rev: v1.20.1
|
|
60
60
|
hooks:
|
|
61
61
|
- id: mypy
|
|
62
62
|
exclude: ^(tests/|examples/|docs/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/home/myakove/dotfiles/AGENTS.md
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.123
|
|
4
4
|
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
5
|
Project-URL: homepage, https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
6
|
Project-URL: documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
|
Binary file
|
|
@@ -0,0 +1,85 @@
|
|
|
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 EvalHub(NamespacedResource):
|
|
10
|
+
"""
|
|
11
|
+
EvalHub is the Schema for the evalhubs API
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = NamespacedResource.ApiGroup.TRUSTYAI_OPENDATAHUB_IO
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
collections: list[Any] | None = None,
|
|
19
|
+
database: dict[str, Any] | None = None,
|
|
20
|
+
env: list[Any] | None = None,
|
|
21
|
+
otel: dict[str, Any] | None = None,
|
|
22
|
+
providers: list[Any] | None = None,
|
|
23
|
+
replicas: int | None = None,
|
|
24
|
+
**kwargs: Any,
|
|
25
|
+
) -> None:
|
|
26
|
+
r"""
|
|
27
|
+
Args:
|
|
28
|
+
collections (list[Any]): Collections is the list of OOTB collection names to mount into the
|
|
29
|
+
deployment. Each name must match a collection-name label on a
|
|
30
|
+
ConfigMap in the operator namespace.
|
|
31
|
+
|
|
32
|
+
database (dict[str, Any]): Database configuration for persistent storage. This field is required:
|
|
33
|
+
the operator will not start the service without an explicit
|
|
34
|
+
database configuration. Set type to "postgresql" with a secret
|
|
35
|
+
reference, or "sqlite" for lightweight/development deployments.
|
|
36
|
+
|
|
37
|
+
env (list[Any]): Environment variables for the eval-hub container
|
|
38
|
+
|
|
39
|
+
otel (dict[str, Any]): OpenTelemetry configuration for observability. When set, the operator
|
|
40
|
+
includes OTEL settings in the generated config. When omitted, the
|
|
41
|
+
service uses its defaults (OTEL disabled).
|
|
42
|
+
|
|
43
|
+
providers (list[Any]): Providers is the list of OOTB provider names to mount into the
|
|
44
|
+
deployment. Each name must match a provider-name label on a
|
|
45
|
+
ConfigMap in the operator namespace.
|
|
46
|
+
|
|
47
|
+
replicas (int): Number of replicas for the eval-hub deployment
|
|
48
|
+
|
|
49
|
+
"""
|
|
50
|
+
super().__init__(**kwargs)
|
|
51
|
+
|
|
52
|
+
self.collections = collections
|
|
53
|
+
self.database = database
|
|
54
|
+
self.env = env
|
|
55
|
+
self.otel = otel
|
|
56
|
+
self.providers = providers
|
|
57
|
+
self.replicas = replicas
|
|
58
|
+
|
|
59
|
+
def to_dict(self) -> None:
|
|
60
|
+
|
|
61
|
+
super().to_dict()
|
|
62
|
+
|
|
63
|
+
if not self.kind_dict and not self.yaml_file:
|
|
64
|
+
self.res["spec"] = {}
|
|
65
|
+
_spec = self.res["spec"]
|
|
66
|
+
|
|
67
|
+
if self.collections is not None:
|
|
68
|
+
_spec["collections"] = self.collections
|
|
69
|
+
|
|
70
|
+
if self.database is not None:
|
|
71
|
+
_spec["database"] = self.database
|
|
72
|
+
|
|
73
|
+
if self.env is not None:
|
|
74
|
+
_spec["env"] = self.env
|
|
75
|
+
|
|
76
|
+
if self.otel is not None:
|
|
77
|
+
_spec["otel"] = self.otel
|
|
78
|
+
|
|
79
|
+
if self.providers is not None:
|
|
80
|
+
_spec["providers"] = self.providers
|
|
81
|
+
|
|
82
|
+
if self.replicas is not None:
|
|
83
|
+
_spec["replicas"] = self.replicas
|
|
84
|
+
|
|
85
|
+
# End of generated code
|
{openshift_python_wrapper-11.0.121 → openshift_python_wrapper-11.0.123}/ocp_resources/event.py
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import warnings
|
|
2
2
|
from collections.abc import Generator
|
|
3
|
+
from datetime import datetime, timedelta, timezone
|
|
3
4
|
from typing import Any
|
|
4
5
|
|
|
5
6
|
from kubernetes.dynamic import DynamicClient
|
|
@@ -90,6 +91,84 @@ class Event:
|
|
|
90
91
|
timeout=timeout,
|
|
91
92
|
)
|
|
92
93
|
|
|
94
|
+
@staticmethod
|
|
95
|
+
def _parse_timestamp(event: Any) -> datetime | None:
|
|
96
|
+
"""Parse event timestamp, preferring lastTimestamp over creationTimestamp."""
|
|
97
|
+
timestamp = event.get("lastTimestamp") or event.get("metadata", {}).get("creationTimestamp")
|
|
98
|
+
if not timestamp:
|
|
99
|
+
return None
|
|
100
|
+
try:
|
|
101
|
+
return datetime.fromisoformat(timestamp.replace("Z", "+00:00"))
|
|
102
|
+
except (ValueError, TypeError):
|
|
103
|
+
LOGGER.debug(f"Failed to parse event timestamp: {timestamp}")
|
|
104
|
+
return None
|
|
105
|
+
|
|
106
|
+
@classmethod
|
|
107
|
+
def list(
|
|
108
|
+
cls,
|
|
109
|
+
client: DynamicClient,
|
|
110
|
+
namespace: str | None = None,
|
|
111
|
+
field_selector: str | None = None,
|
|
112
|
+
label_selector: str | None = None,
|
|
113
|
+
since_seconds: int = 300,
|
|
114
|
+
) -> list[Any]:
|
|
115
|
+
"""
|
|
116
|
+
List existing K8s events using a standard API list call (not watch).
|
|
117
|
+
|
|
118
|
+
Unlike ``Event.get()`` which uses watch and streams events in real-time,
|
|
119
|
+
this method returns already-existing events immediately.
|
|
120
|
+
|
|
121
|
+
Args:
|
|
122
|
+
client: K8s dynamic client.
|
|
123
|
+
namespace: Filter events to this namespace.
|
|
124
|
+
field_selector: Filter events by fields (e.g. ``"type==Warning"``).
|
|
125
|
+
label_selector: Filter events by labels.
|
|
126
|
+
since_seconds: Only return events from the last N seconds (default: 300 = 5 minutes).
|
|
127
|
+
|
|
128
|
+
Returns:
|
|
129
|
+
List of event resource objects, sorted by ``lastTimestamp`` descending (most recent first).
|
|
130
|
+
|
|
131
|
+
Example:
|
|
132
|
+
List Warning events from the last 5 minutes in a namespace::
|
|
133
|
+
|
|
134
|
+
events = Event.list(
|
|
135
|
+
client=client,
|
|
136
|
+
namespace="my-namespace",
|
|
137
|
+
field_selector="type==Warning",
|
|
138
|
+
)
|
|
139
|
+
"""
|
|
140
|
+
if since_seconds < 0:
|
|
141
|
+
raise ValueError("since_seconds must be >= 0")
|
|
142
|
+
|
|
143
|
+
LOGGER.info("Listing events")
|
|
144
|
+
LOGGER.debug(
|
|
145
|
+
f"list events parameters: namespace={namespace},"
|
|
146
|
+
f" field_selector='{field_selector}', label_selector='{label_selector}',"
|
|
147
|
+
f" since_seconds={since_seconds}"
|
|
148
|
+
)
|
|
149
|
+
|
|
150
|
+
resource = client.resources.get(api_version=cls.api_version, kind=cls.__name__)
|
|
151
|
+
kwargs: dict[str, Any] = {}
|
|
152
|
+
if namespace:
|
|
153
|
+
kwargs["namespace"] = namespace
|
|
154
|
+
if field_selector:
|
|
155
|
+
kwargs["field_selector"] = field_selector
|
|
156
|
+
if label_selector:
|
|
157
|
+
kwargs["label_selector"] = label_selector
|
|
158
|
+
|
|
159
|
+
response = resource.get(**kwargs)
|
|
160
|
+
events = response.items or []
|
|
161
|
+
|
|
162
|
+
cutoff = datetime.now(tz=timezone.utc) - timedelta(seconds=since_seconds)
|
|
163
|
+
timed_events: list[tuple[datetime, Any]] = []
|
|
164
|
+
for event in events:
|
|
165
|
+
event_time = cls._parse_timestamp(event)
|
|
166
|
+
if event_time and event_time >= cutoff:
|
|
167
|
+
timed_events.append((event_time, event))
|
|
168
|
+
|
|
169
|
+
timed_events.sort(key=lambda pair: pair[0], reverse=True)
|
|
170
|
+
return [event for _, event in timed_events]
|
|
171
|
+
|
|
93
172
|
@classmethod
|
|
94
173
|
def delete_events(
|
|
95
174
|
cls,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
2
|
|
|
3
|
+
|
|
3
4
|
from typing import Any
|
|
4
5
|
|
|
5
6
|
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
@@ -16,13 +17,17 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
16
17
|
def __init__(
|
|
17
18
|
self,
|
|
18
19
|
auto_config: dict[str, Any] | None = None,
|
|
20
|
+
custom_detectors_config: str | None = None,
|
|
21
|
+
disable_orchestrator: bool | None = None,
|
|
19
22
|
enable_built_in_detectors: bool | None = None,
|
|
20
23
|
enable_guardrails_gateway: bool | None = None,
|
|
24
|
+
env: list[Any] | None = None,
|
|
21
25
|
guardrails_gateway_config: str | None = None,
|
|
22
26
|
log_level: str | None = None,
|
|
23
27
|
orchestrator_config: str | None = None,
|
|
24
28
|
otel_exporter: dict[str, Any] | None = None,
|
|
25
29
|
replicas: int | None = None,
|
|
30
|
+
tls_secrets: list[Any] | None = None,
|
|
26
31
|
**kwargs: Any,
|
|
27
32
|
) -> None:
|
|
28
33
|
r"""
|
|
@@ -30,15 +35,25 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
30
35
|
auto_config (dict[str, Any]): Settings governing the automatic configuration of the orchestrator.
|
|
31
36
|
Replaces `OrchestratorConfig`.
|
|
32
37
|
|
|
38
|
+
custom_detectors_config (str): Name of configmap containing user-defined Python detectors. This is
|
|
39
|
+
only used if EnableBuiltInDetectors is true
|
|
40
|
+
|
|
41
|
+
disable_orchestrator (bool): Boolean flag to disable the orchestrator container, if running the
|
|
42
|
+
built-in detectors in standalone mode
|
|
43
|
+
|
|
33
44
|
enable_built_in_detectors (bool): Boolean flag to enable/disable built-in detectors
|
|
34
45
|
|
|
35
46
|
enable_guardrails_gateway (bool): Boolean flag to enable/disable the guardrails sidecar gateway
|
|
36
47
|
|
|
48
|
+
env (list[Any]): Define environment variables. These will be added to the orchestrator,
|
|
49
|
+
gateway, and built-in detector pods.
|
|
50
|
+
|
|
37
51
|
guardrails_gateway_config (str): Name of the configmap containing guadrails sidecar gateway arguments
|
|
38
52
|
|
|
39
53
|
log_level (str): Set log level in the orchestrator deployment
|
|
40
54
|
|
|
41
|
-
orchestrator_config (str): Name of configmap containing generator,detector,and chunker
|
|
55
|
+
orchestrator_config (str): Name of configmap containing generator, detector, and chunker
|
|
56
|
+
arguments
|
|
42
57
|
|
|
43
58
|
otel_exporter (dict[str, Any]): List of orchestrator enviroment variables for configuring the OTLP
|
|
44
59
|
exporter
|
|
@@ -47,19 +62,27 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
47
62
|
Run "make" to regenerate code after modifying this file Number of
|
|
48
63
|
replicas
|
|
49
64
|
|
|
65
|
+
tls_secrets (list[Any]): Define TLS secrets to be mounted to the orchestrator. Secrets will be
|
|
66
|
+
mounted at /etc/tls/$SECRET_NAME
|
|
67
|
+
|
|
50
68
|
"""
|
|
51
69
|
super().__init__(**kwargs)
|
|
52
70
|
|
|
53
71
|
self.auto_config = auto_config
|
|
72
|
+
self.custom_detectors_config = custom_detectors_config
|
|
73
|
+
self.disable_orchestrator = disable_orchestrator
|
|
54
74
|
self.enable_built_in_detectors = enable_built_in_detectors
|
|
55
75
|
self.enable_guardrails_gateway = enable_guardrails_gateway
|
|
76
|
+
self.env = env
|
|
56
77
|
self.guardrails_gateway_config = guardrails_gateway_config
|
|
57
78
|
self.log_level = log_level
|
|
58
79
|
self.orchestrator_config = orchestrator_config
|
|
59
80
|
self.otel_exporter = otel_exporter
|
|
60
81
|
self.replicas = replicas
|
|
82
|
+
self.tls_secrets = tls_secrets
|
|
61
83
|
|
|
62
84
|
def to_dict(self) -> None:
|
|
85
|
+
|
|
63
86
|
super().to_dict()
|
|
64
87
|
|
|
65
88
|
if not self.kind_dict and not self.yaml_file:
|
|
@@ -74,12 +97,21 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
74
97
|
if self.auto_config is not None:
|
|
75
98
|
_spec["autoConfig"] = self.auto_config
|
|
76
99
|
|
|
100
|
+
if self.custom_detectors_config is not None:
|
|
101
|
+
_spec["customDetectorsConfig"] = self.custom_detectors_config
|
|
102
|
+
|
|
103
|
+
if self.disable_orchestrator is not None:
|
|
104
|
+
_spec["disableOrchestrator"] = self.disable_orchestrator
|
|
105
|
+
|
|
77
106
|
if self.enable_built_in_detectors is not None:
|
|
78
107
|
_spec["enableBuiltInDetectors"] = self.enable_built_in_detectors
|
|
79
108
|
|
|
80
109
|
if self.enable_guardrails_gateway is not None:
|
|
81
110
|
_spec["enableGuardrailsGateway"] = self.enable_guardrails_gateway
|
|
82
111
|
|
|
112
|
+
if self.env is not None:
|
|
113
|
+
_spec["env"] = self.env
|
|
114
|
+
|
|
83
115
|
if self.guardrails_gateway_config is not None:
|
|
84
116
|
_spec["guardrailsGatewayConfig"] = self.guardrails_gateway_config
|
|
85
117
|
|
|
@@ -92,4 +124,7 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
92
124
|
if self.otel_exporter is not None:
|
|
93
125
|
_spec["otelExporter"] = self.otel_exporter
|
|
94
126
|
|
|
127
|
+
if self.tls_secrets is not None:
|
|
128
|
+
_spec["tlsSecrets"] = self.tls_secrets
|
|
129
|
+
|
|
95
130
|
# End of generated code
|
|
@@ -16,12 +16,15 @@ class LlamaStackDistribution(NamespacedResource):
|
|
|
16
16
|
|
|
17
17
|
def __init__(
|
|
18
18
|
self,
|
|
19
|
+
network: dict[str, Any] | None = None,
|
|
19
20
|
replicas: int | None = None,
|
|
20
21
|
server: dict[str, Any] | None = None,
|
|
21
22
|
**kwargs: Any,
|
|
22
23
|
) -> None:
|
|
23
24
|
r"""
|
|
24
25
|
Args:
|
|
26
|
+
network (dict[str, Any]): Network defines network access controls for the LlamaStack service
|
|
27
|
+
|
|
25
28
|
replicas (int): No field description from API
|
|
26
29
|
|
|
27
30
|
server (dict[str, Any]): ServerSpec defines the desired state of llama server.
|
|
@@ -29,10 +32,12 @@ class LlamaStackDistribution(NamespacedResource):
|
|
|
29
32
|
"""
|
|
30
33
|
super().__init__(**kwargs)
|
|
31
34
|
|
|
35
|
+
self.network = network
|
|
32
36
|
self.replicas = replicas
|
|
33
37
|
self.server = server
|
|
34
38
|
|
|
35
39
|
def to_dict(self) -> None:
|
|
40
|
+
|
|
36
41
|
super().to_dict()
|
|
37
42
|
|
|
38
43
|
if not self.kind_dict and not self.yaml_file:
|
|
@@ -44,6 +49,9 @@ class LlamaStackDistribution(NamespacedResource):
|
|
|
44
49
|
|
|
45
50
|
_spec["server"] = self.server
|
|
46
51
|
|
|
52
|
+
if self.network is not None:
|
|
53
|
+
_spec["network"] = self.network
|
|
54
|
+
|
|
47
55
|
if self.replicas is not None:
|
|
48
56
|
_spec["replicas"] = self.replicas
|
|
49
57
|
|
|
@@ -0,0 +1,286 @@
|
|
|
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 Resource
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class MLflow(Resource):
|
|
10
|
+
"""
|
|
11
|
+
MLflow is the Schema for the mlflows API
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = Resource.ApiGroup.MLFLOW_OPENDATAHUB_IO
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
affinity: dict[str, Any] | None = None,
|
|
19
|
+
artifacts_destination: str | None = None,
|
|
20
|
+
backend_store_uri: str | None = None,
|
|
21
|
+
backend_store_uri_from: dict[str, Any] | None = None,
|
|
22
|
+
ca_bundle_config_map: dict[str, Any] | None = None,
|
|
23
|
+
default_artifact_root: str | None = None,
|
|
24
|
+
env: list[Any] | None = None,
|
|
25
|
+
env_from: list[Any] | None = None,
|
|
26
|
+
extra_allowed_origins: list[Any] | None = None,
|
|
27
|
+
image: dict[str, Any] | None = None,
|
|
28
|
+
network_policy_additional_egress_rules: list[Any] | None = None,
|
|
29
|
+
node_selector: dict[str, Any] | None = None,
|
|
30
|
+
pod_annotations: dict[str, Any] | None = None,
|
|
31
|
+
pod_labels: dict[str, Any] | None = None,
|
|
32
|
+
pod_security_context: dict[str, Any] | None = None,
|
|
33
|
+
registry_store_uri: str | None = None,
|
|
34
|
+
registry_store_uri_from: dict[str, Any] | None = None,
|
|
35
|
+
replicas: int | None = None,
|
|
36
|
+
resources: dict[str, Any] | None = None,
|
|
37
|
+
security_context: dict[str, Any] | None = None,
|
|
38
|
+
serve_artifacts: bool | None = None,
|
|
39
|
+
service_account_name: str | None = None,
|
|
40
|
+
storage: dict[str, Any] | None = None,
|
|
41
|
+
tolerations: list[Any] | None = None,
|
|
42
|
+
workers: int | None = None,
|
|
43
|
+
**kwargs: Any,
|
|
44
|
+
) -> None:
|
|
45
|
+
r"""
|
|
46
|
+
Args:
|
|
47
|
+
affinity (dict[str, Any]): Affinity specifies the pod's scheduling constraints
|
|
48
|
+
|
|
49
|
+
artifacts_destination (str): ArtifactsDestination is the server-side destination for MLflow
|
|
50
|
+
artifacts (models, plots, files). This setting only applies when
|
|
51
|
+
ServeArtifacts is enabled. When ServeArtifacts is disabled, this
|
|
52
|
+
field is ignored and clients access artifact storage directly.
|
|
53
|
+
Supported schemes: file://, s3://, gs://, wasbs://, hdfs://, etc.
|
|
54
|
+
Examples: - "file:///mlflow/artifacts" (requires Storage to be
|
|
55
|
+
configured) - "s3://my-bucket/mlflow/artifacts" (no Storage
|
|
56
|
+
needed) - "gs://my-bucket/mlflow/artifacts" (no Storage needed)
|
|
57
|
+
If not specified when ServeArtifacts is enabled, defaults to
|
|
58
|
+
"file:///mlflow/artifacts" For cloud storage authentication, use
|
|
59
|
+
EnvFrom to inject credentials from secrets or configmaps. Example
|
|
60
|
+
for S3: envFrom: - secretRef: name: aws-credentials #
|
|
61
|
+
Contains AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY Example for GCS:
|
|
62
|
+
envFrom: - secretRef: name: gcp-credentials # Contains
|
|
63
|
+
GOOGLE_APPLICATION_CREDENTIALS path
|
|
64
|
+
|
|
65
|
+
backend_store_uri (str): BackendStoreURI is the URI for the MLflow backend store (metadata).
|
|
66
|
+
Supported schemes: file://, sqlite://, mysql://, postgresql://,
|
|
67
|
+
etc. Examples: - "sqlite:////mlflow/mlflow.db" (requires Storage
|
|
68
|
+
to be configured) Note: For URIs containing credentials, prefer
|
|
69
|
+
using BackendStoreURIFrom for security. This must be set
|
|
70
|
+
explicitly unless BackendStoreURIFrom is provided.
|
|
71
|
+
|
|
72
|
+
backend_store_uri_from (dict[str, Any]): BackendStoreURIFrom is a reference to a secret containing the backend
|
|
73
|
+
store URI. Use this instead of BackendStoreURI when the URI
|
|
74
|
+
contains credentials. Mutually exclusive with BackendStoreURI -
|
|
75
|
+
the API rejects specs that set both.
|
|
76
|
+
|
|
77
|
+
ca_bundle_config_map (dict[str, Any]): CABundleConfigMap specifies a ConfigMap containing a CA certificate
|
|
78
|
+
bundle. The bundle will be mounted into the MLflow container and
|
|
79
|
+
configured for use with TLS connections (e.g. PostgreSQL SSL, S3
|
|
80
|
+
with custom certificates).
|
|
81
|
+
|
|
82
|
+
default_artifact_root (str): DefaultArtifactRoot is the default artifact root path for MLflow runs
|
|
83
|
+
on the server. This is required when serveArtifacts is false.
|
|
84
|
+
Supported schemes: file://, s3://, gs://, wasbs://, hdfs://, etc.
|
|
85
|
+
Examples: - "s3://my-bucket/mlflow/artifacts" - "gs://my-
|
|
86
|
+
bucket/mlflow/artifacts" - "file:///mlflow/artifacts"
|
|
87
|
+
|
|
88
|
+
env (list[Any]): Env is a list of environment variables to set in the MLflow container
|
|
89
|
+
|
|
90
|
+
env_from (list[Any]): EnvFrom is a list of sources to populate environment variables in the
|
|
91
|
+
MLflow container
|
|
92
|
+
|
|
93
|
+
extra_allowed_origins (list[Any]): ExtraAllowedOrigins is a list of additional origins to allow for CORS
|
|
94
|
+
requests. The operator preconfigures safe defaults including
|
|
95
|
+
Kubernetes service names, the data science gateway domain, and
|
|
96
|
+
localhost. Use this field to add additional origins beyond the
|
|
97
|
+
defaults. Each entry should be a full origin
|
|
98
|
+
(scheme://host[:port]), e.g. "https://my-app.example.com".
|
|
99
|
+
|
|
100
|
+
image (dict[str, Any]): Image specifies the MLflow container image. If not specified, use the
|
|
101
|
+
default image via the MLFLOW_IMAGE environment variable in the
|
|
102
|
+
operator.
|
|
103
|
+
|
|
104
|
+
network_policy_additional_egress_rules (list[Any]): NetworkPolicyAdditionalEgressRules specifies additional egress rules
|
|
105
|
+
to append to the default NetworkPolicy. The default policy permits
|
|
106
|
+
DNS (53), HTTPS (443), Kubernetes API (6443), PostgreSQL (5432),
|
|
107
|
+
MySQL (3306), and S3-compatible storage (MinIO 9000, SeaweedFS
|
|
108
|
+
8333). Use this field when connecting to services on non-standard
|
|
109
|
+
ports or when destination restrictions are needed.
|
|
110
|
+
|
|
111
|
+
node_selector (dict[str, Any]): NodeSelector is a selector which must be true for the pod to fit on a
|
|
112
|
+
node
|
|
113
|
+
|
|
114
|
+
pod_annotations (dict[str, Any]): PodAnnotations are annotations to add only to the MLflow pod, not to
|
|
115
|
+
other resources. Use this for pod-specific annotations like
|
|
116
|
+
Prometheus scraping or sidecar configuration.
|
|
117
|
+
|
|
118
|
+
pod_labels (dict[str, Any]): PodLabels are labels to add only to the MLflow pod, not to other
|
|
119
|
+
resources. Use this for pod-specific labels like version,
|
|
120
|
+
component-specific metadata, etc. For labels that should be
|
|
121
|
+
applied to all resources (Service, Deployment, etc.), use
|
|
122
|
+
commonLabels in values.yaml.
|
|
123
|
+
|
|
124
|
+
pod_security_context (dict[str, Any]): PodSecurityContext specifies the security context for the MLflow pod
|
|
125
|
+
|
|
126
|
+
registry_store_uri (str): RegistryStoreURI is the URI for the MLflow registry store (model
|
|
127
|
+
registry metadata). Supported schemes: file://, sqlite://,
|
|
128
|
+
mysql://, postgresql://, etc. Examples: -
|
|
129
|
+
"sqlite:////mlflow/mlflow.db" (requires Storage to be configured)
|
|
130
|
+
If omitted, defaults to the same value as backendStoreUri. Note:
|
|
131
|
+
For URIs containing credentials, prefer using RegistryStoreURIFrom
|
|
132
|
+
for security.
|
|
133
|
+
|
|
134
|
+
registry_store_uri_from (dict[str, Any]): RegistryStoreURIFrom is a reference to a secret containing the
|
|
135
|
+
registry store URI. Use this instead of RegistryStoreURI when the
|
|
136
|
+
URI contains credentials. Mutually exclusive with RegistryStoreURI
|
|
137
|
+
- the API rejects specs that set both.
|
|
138
|
+
|
|
139
|
+
replicas (int): Replicas is the number of MLflow pods to run
|
|
140
|
+
|
|
141
|
+
resources (dict[str, Any]): Resources specifies the compute resources for the MLflow container
|
|
142
|
+
|
|
143
|
+
security_context (dict[str, Any]): SecurityContext specifies the security context for the MLflow
|
|
144
|
+
container
|
|
145
|
+
|
|
146
|
+
serve_artifacts (bool): ServeArtifacts determines whether MLflow should serve artifacts. When
|
|
147
|
+
enabled, adds the --serve-artifacts flag to the MLflow server and
|
|
148
|
+
uses ArtifactsDestination to configure where artifacts are stored.
|
|
149
|
+
This allows clients to log and retrieve artifacts through the
|
|
150
|
+
MLflow server's REST API instead of directly accessing the
|
|
151
|
+
artifact storage. When disabled, ArtifactsDestination is ignored
|
|
152
|
+
and clients must have direct access to artifact storage.
|
|
153
|
+
|
|
154
|
+
service_account_name (str): ServiceAccountName is the name of the ServiceAccount to use for the
|
|
155
|
+
MLflow pod. If not specified, a default ServiceAccount will be
|
|
156
|
+
"mlflow-sa"
|
|
157
|
+
|
|
158
|
+
storage (dict[str, Any]): Storage specifies the persistent storage configuration using standard
|
|
159
|
+
PVC spec. Only required if using SQLite backend/registry stores or
|
|
160
|
+
file-based artifacts. Not needed when using remote storage (S3,
|
|
161
|
+
PostgreSQL, etc.). When omitted, no PVC will be created - ensure
|
|
162
|
+
backendStoreUri, registryStoreUri, and artifactsDestination point
|
|
163
|
+
to remote storage. Example: storage: accessModes:
|
|
164
|
+
["ReadWriteOnce"] resources: requests: storage:
|
|
165
|
+
10Gi storageClassName: fast-ssd
|
|
166
|
+
|
|
167
|
+
tolerations (list[Any]): Tolerations are the pod's tolerations
|
|
168
|
+
|
|
169
|
+
workers (int): Workers is the number of uvicorn worker processes for the MLflow
|
|
170
|
+
server. Note: This is different from pod replicas. Each pod will
|
|
171
|
+
run this many worker processes. Defaults to 1. For high-traffic
|
|
172
|
+
deployments, consider increasing pod replicas instead.
|
|
173
|
+
|
|
174
|
+
"""
|
|
175
|
+
super().__init__(**kwargs)
|
|
176
|
+
|
|
177
|
+
self.affinity = affinity
|
|
178
|
+
self.artifacts_destination = artifacts_destination
|
|
179
|
+
self.backend_store_uri = backend_store_uri
|
|
180
|
+
self.backend_store_uri_from = backend_store_uri_from
|
|
181
|
+
self.ca_bundle_config_map = ca_bundle_config_map
|
|
182
|
+
self.default_artifact_root = default_artifact_root
|
|
183
|
+
self.env = env
|
|
184
|
+
self.env_from = env_from
|
|
185
|
+
self.extra_allowed_origins = extra_allowed_origins
|
|
186
|
+
self.image = image
|
|
187
|
+
self.network_policy_additional_egress_rules = network_policy_additional_egress_rules
|
|
188
|
+
self.node_selector = node_selector
|
|
189
|
+
self.pod_annotations = pod_annotations
|
|
190
|
+
self.pod_labels = pod_labels
|
|
191
|
+
self.pod_security_context = pod_security_context
|
|
192
|
+
self.registry_store_uri = registry_store_uri
|
|
193
|
+
self.registry_store_uri_from = registry_store_uri_from
|
|
194
|
+
self.replicas = replicas
|
|
195
|
+
self.resources = resources
|
|
196
|
+
self.security_context = security_context
|
|
197
|
+
self.serve_artifacts = serve_artifacts
|
|
198
|
+
self.service_account_name = service_account_name
|
|
199
|
+
self.storage = storage
|
|
200
|
+
self.tolerations = tolerations
|
|
201
|
+
self.workers = workers
|
|
202
|
+
|
|
203
|
+
def to_dict(self) -> None:
|
|
204
|
+
|
|
205
|
+
super().to_dict()
|
|
206
|
+
|
|
207
|
+
if not self.kind_dict and not self.yaml_file:
|
|
208
|
+
self.res["spec"] = {}
|
|
209
|
+
_spec = self.res["spec"]
|
|
210
|
+
|
|
211
|
+
if self.affinity is not None:
|
|
212
|
+
_spec["affinity"] = self.affinity
|
|
213
|
+
|
|
214
|
+
if self.artifacts_destination is not None:
|
|
215
|
+
_spec["artifactsDestination"] = self.artifacts_destination
|
|
216
|
+
|
|
217
|
+
if self.backend_store_uri is not None:
|
|
218
|
+
_spec["backendStoreUri"] = self.backend_store_uri
|
|
219
|
+
|
|
220
|
+
if self.backend_store_uri_from is not None:
|
|
221
|
+
_spec["backendStoreUriFrom"] = self.backend_store_uri_from
|
|
222
|
+
|
|
223
|
+
if self.ca_bundle_config_map is not None:
|
|
224
|
+
_spec["caBundleConfigMap"] = self.ca_bundle_config_map
|
|
225
|
+
|
|
226
|
+
if self.default_artifact_root is not None:
|
|
227
|
+
_spec["defaultArtifactRoot"] = self.default_artifact_root
|
|
228
|
+
|
|
229
|
+
if self.env is not None:
|
|
230
|
+
_spec["env"] = self.env
|
|
231
|
+
|
|
232
|
+
if self.env_from is not None:
|
|
233
|
+
_spec["envFrom"] = self.env_from
|
|
234
|
+
|
|
235
|
+
if self.extra_allowed_origins is not None:
|
|
236
|
+
_spec["extraAllowedOrigins"] = self.extra_allowed_origins
|
|
237
|
+
|
|
238
|
+
if self.image is not None:
|
|
239
|
+
_spec["image"] = self.image
|
|
240
|
+
|
|
241
|
+
if self.network_policy_additional_egress_rules is not None:
|
|
242
|
+
_spec["networkPolicyAdditionalEgressRules"] = self.network_policy_additional_egress_rules
|
|
243
|
+
|
|
244
|
+
if self.node_selector is not None:
|
|
245
|
+
_spec["nodeSelector"] = self.node_selector
|
|
246
|
+
|
|
247
|
+
if self.pod_annotations is not None:
|
|
248
|
+
_spec["podAnnotations"] = self.pod_annotations
|
|
249
|
+
|
|
250
|
+
if self.pod_labels is not None:
|
|
251
|
+
_spec["podLabels"] = self.pod_labels
|
|
252
|
+
|
|
253
|
+
if self.pod_security_context is not None:
|
|
254
|
+
_spec["podSecurityContext"] = self.pod_security_context
|
|
255
|
+
|
|
256
|
+
if self.registry_store_uri is not None:
|
|
257
|
+
_spec["registryStoreUri"] = self.registry_store_uri
|
|
258
|
+
|
|
259
|
+
if self.registry_store_uri_from is not None:
|
|
260
|
+
_spec["registryStoreUriFrom"] = self.registry_store_uri_from
|
|
261
|
+
|
|
262
|
+
if self.replicas is not None:
|
|
263
|
+
_spec["replicas"] = self.replicas
|
|
264
|
+
|
|
265
|
+
if self.resources is not None:
|
|
266
|
+
_spec["resources"] = self.resources
|
|
267
|
+
|
|
268
|
+
if self.security_context is not None:
|
|
269
|
+
_spec["securityContext"] = self.security_context
|
|
270
|
+
|
|
271
|
+
if self.serve_artifacts is not None:
|
|
272
|
+
_spec["serveArtifacts"] = self.serve_artifacts
|
|
273
|
+
|
|
274
|
+
if self.service_account_name is not None:
|
|
275
|
+
_spec["serviceAccountName"] = self.service_account_name
|
|
276
|
+
|
|
277
|
+
if self.storage is not None:
|
|
278
|
+
_spec["storage"] = self.storage
|
|
279
|
+
|
|
280
|
+
if self.tolerations is not None:
|
|
281
|
+
_spec["tolerations"] = self.tolerations
|
|
282
|
+
|
|
283
|
+
if self.workers is not None:
|
|
284
|
+
_spec["workers"] = self.workers
|
|
285
|
+
|
|
286
|
+
# End of generated code
|