openshift-python-wrapper 11.0.93__tar.gz → 11.0.94__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.93 → openshift_python_wrapper-11.0.94}/PKG-INFO +1 -1
- openshift_python_wrapper-11.0.94/ocp_resources/gateway_class.py +88 -0
- openshift_python_wrapper-11.0.94/ocp_resources/gateway_gateway_networking_k8s_io.py +187 -0
- openshift_python_wrapper-11.0.94/ocp_resources/gateway_networking_istio_io.py +46 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/guardrails_orchestrator.py +23 -6
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/resource.py +1 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/uv.lock +81 -60
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.github/workflows/code-check.yml.old +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.pre-commit-config.yaml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/Makefile +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/README.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/VERSION +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/bgp_session_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ingress_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ingress_networking_k8s_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/jaeger.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/llm_inference_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/open_telemetry_collector.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/resource_constants.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/tox.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.94
|
|
4
4
|
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
5
|
Project-URL: homepage, https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
6
|
Project-URL: documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import Resource
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GatewayClass(Resource):
|
|
10
|
+
"""
|
|
11
|
+
GatewayClass describes a class of Gateways available to the user for creating
|
|
12
|
+
Gateway resources.
|
|
13
|
+
|
|
14
|
+
It is recommended that this resource be used as a template for Gateways. This
|
|
15
|
+
means that a Gateway is based on the state of the GatewayClass at the time it
|
|
16
|
+
was created and changes to the GatewayClass or associated parameters are not
|
|
17
|
+
propagated down to existing Gateways. This recommendation is intended to
|
|
18
|
+
limit the blast radius of changes to GatewayClass or associated parameters.
|
|
19
|
+
If implementations choose to propagate GatewayClass changes to existing
|
|
20
|
+
Gateways, that MUST be clearly documented by the implementation.
|
|
21
|
+
|
|
22
|
+
Whenever one or more Gateways are using a GatewayClass, implementations SHOULD
|
|
23
|
+
add the `gateway-exists-finalizer.gateway.networking.k8s.io` finalizer on the
|
|
24
|
+
associated GatewayClass. This ensures that a GatewayClass associated with a
|
|
25
|
+
Gateway is not deleted while in use.
|
|
26
|
+
|
|
27
|
+
GatewayClass is a Cluster level resource.
|
|
28
|
+
"""
|
|
29
|
+
|
|
30
|
+
api_group: str = Resource.ApiGroup.GATEWAY_NETWORKING_K8S_IO
|
|
31
|
+
|
|
32
|
+
def __init__(
|
|
33
|
+
self,
|
|
34
|
+
controller_name: str | None = None,
|
|
35
|
+
description: str | None = None,
|
|
36
|
+
parameters_ref: dict[str, Any] | None = None,
|
|
37
|
+
**kwargs: Any,
|
|
38
|
+
) -> None:
|
|
39
|
+
r"""
|
|
40
|
+
Args:
|
|
41
|
+
controller_name (str): ControllerName is the name of the controller that is managing Gateways
|
|
42
|
+
of this class. The value of this field MUST be a domain prefixed
|
|
43
|
+
path. Example: "example.net/gateway-controller". This field is
|
|
44
|
+
not mutable and cannot be empty. Support: Core
|
|
45
|
+
|
|
46
|
+
description (str): Description helps describe a GatewayClass with more details.
|
|
47
|
+
|
|
48
|
+
parameters_ref (dict[str, Any]): ParametersRef is a reference to a resource that contains the
|
|
49
|
+
configuration parameters corresponding to the GatewayClass. This
|
|
50
|
+
is optional if the controller does not require any additional
|
|
51
|
+
configuration. ParametersRef can reference a standard Kubernetes
|
|
52
|
+
resource, i.e. ConfigMap, or an implementation-specific custom
|
|
53
|
+
resource. The resource can be cluster-scoped or namespace-scoped.
|
|
54
|
+
If the referent cannot be found, refers to an unsupported kind, or
|
|
55
|
+
when the data within that resource is malformed, the GatewayClass
|
|
56
|
+
SHOULD be rejected with the "Accepted" status condition set to
|
|
57
|
+
"False" and an "InvalidParameters" reason. A Gateway for this
|
|
58
|
+
GatewayClass may provide its own `parametersRef`. When both are
|
|
59
|
+
specified, the merging behavior is implementation specific. It is
|
|
60
|
+
generally recommended that GatewayClass provides defaults that can
|
|
61
|
+
be overridden by a Gateway. Support: Implementation-specific
|
|
62
|
+
|
|
63
|
+
"""
|
|
64
|
+
super().__init__(**kwargs)
|
|
65
|
+
|
|
66
|
+
self.controller_name = controller_name
|
|
67
|
+
self.description = description
|
|
68
|
+
self.parameters_ref = parameters_ref
|
|
69
|
+
|
|
70
|
+
def to_dict(self) -> None:
|
|
71
|
+
super().to_dict()
|
|
72
|
+
|
|
73
|
+
if not self.kind_dict and not self.yaml_file:
|
|
74
|
+
if self.controller_name is None:
|
|
75
|
+
raise MissingRequiredArgumentError(argument="self.controller_name")
|
|
76
|
+
|
|
77
|
+
self.res["spec"] = {}
|
|
78
|
+
_spec = self.res["spec"]
|
|
79
|
+
|
|
80
|
+
_spec["controllerName"] = self.controller_name
|
|
81
|
+
|
|
82
|
+
if self.description is not None:
|
|
83
|
+
_spec["description"] = self.description
|
|
84
|
+
|
|
85
|
+
if self.parameters_ref is not None:
|
|
86
|
+
_spec["parametersRef"] = self.parameters_ref
|
|
87
|
+
|
|
88
|
+
# End of generated code
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import NamespacedResource
|
|
6
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class Gateway(NamespacedResource):
|
|
10
|
+
"""
|
|
11
|
+
Gateway represents an instance of a service-traffic handling infrastructure
|
|
12
|
+
by binding Listeners to a set of IP addresses.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
api_group: str = NamespacedResource.ApiGroup.GATEWAY_NETWORKING_K8S_IO
|
|
16
|
+
|
|
17
|
+
def __init__(
|
|
18
|
+
self,
|
|
19
|
+
addresses: list[Any] | None = None,
|
|
20
|
+
gateway_class_name: str | None = None,
|
|
21
|
+
infrastructure: dict[str, Any] | None = None,
|
|
22
|
+
listeners: list[Any] | None = None,
|
|
23
|
+
**kwargs: Any,
|
|
24
|
+
) -> None:
|
|
25
|
+
r"""
|
|
26
|
+
Args:
|
|
27
|
+
addresses (list[Any]): Addresses requested for this Gateway. This is optional and behavior
|
|
28
|
+
can depend on the implementation. If a value is set in the spec
|
|
29
|
+
and the requested address is invalid or unavailable, the
|
|
30
|
+
implementation MUST indicate this in the associated entry in
|
|
31
|
+
GatewayStatus.Addresses. The Addresses field represents a request
|
|
32
|
+
for the address(es) on the "outside of the Gateway", that traffic
|
|
33
|
+
bound for this Gateway will use. This could be the IP address or
|
|
34
|
+
hostname of an external load balancer or other networking
|
|
35
|
+
infrastructure, or some other address that traffic will be sent
|
|
36
|
+
to. If no Addresses are specified, the implementation MAY
|
|
37
|
+
schedule the Gateway in an implementation-specific manner,
|
|
38
|
+
assigning an appropriate set of Addresses. The implementation
|
|
39
|
+
MUST bind all Listeners to every GatewayAddress that it assigns to
|
|
40
|
+
the Gateway and add a corresponding entry in
|
|
41
|
+
GatewayStatus.Addresses. Support: Extended
|
|
42
|
+
|
|
43
|
+
gateway_class_name (str): GatewayClassName used for this Gateway. This is the name of a
|
|
44
|
+
GatewayClass resource.
|
|
45
|
+
|
|
46
|
+
infrastructure (dict[str, Any]): Infrastructure defines infrastructure level attributes about this
|
|
47
|
+
Gateway instance. Support: Extended
|
|
48
|
+
|
|
49
|
+
listeners (list[Any]): Listeners associated with this Gateway. Listeners define logical
|
|
50
|
+
endpoints that are bound on this Gateway's addresses. At least one
|
|
51
|
+
Listener MUST be specified. ## Distinct Listeners Each Listener
|
|
52
|
+
in a set of Listeners (for example, in a single Gateway) MUST be
|
|
53
|
+
_distinct_, in that a traffic flow MUST be able to be assigned to
|
|
54
|
+
exactly one listener. (This section uses "set of Listeners" rather
|
|
55
|
+
than "Listeners in a single Gateway" because implementations MAY
|
|
56
|
+
merge configuration from multiple Gateways onto a single data
|
|
57
|
+
plane, and these rules _also_ apply in that case). Practically,
|
|
58
|
+
this means that each listener in a set MUST have a unique
|
|
59
|
+
combination of Port, Protocol, and, if supported by the protocol,
|
|
60
|
+
Hostname. Some combinations of port, protocol, and TLS settings
|
|
61
|
+
are considered Core support and MUST be supported by
|
|
62
|
+
implementations based on the objects they support: HTTPRoute 1.
|
|
63
|
+
HTTPRoute, Port: 80, Protocol: HTTP 2. HTTPRoute, Port: 443,
|
|
64
|
+
Protocol: HTTPS, TLS Mode: Terminate, TLS keypair provided
|
|
65
|
+
TLSRoute 1. TLSRoute, Port: 443, Protocol: TLS, TLS Mode:
|
|
66
|
+
Passthrough "Distinct" Listeners have the following property:
|
|
67
|
+
**The implementation can match inbound requests to a single
|
|
68
|
+
distinct Listener**. When multiple Listeners share values for
|
|
69
|
+
fields (for example, two Listeners with the same Port value), the
|
|
70
|
+
implementation can match requests to only one of the Listeners
|
|
71
|
+
using other Listener fields. When multiple listeners have the
|
|
72
|
+
same value for the Protocol field, then each of the Listeners with
|
|
73
|
+
matching Protocol values MUST have different values for other
|
|
74
|
+
fields. The set of fields that MUST be different for a Listener
|
|
75
|
+
differs per protocol. The following rules define the rules for
|
|
76
|
+
what fields MUST be considered for Listeners to be distinct with
|
|
77
|
+
each protocol currently defined in the Gateway API spec. The set
|
|
78
|
+
of listeners that all share a protocol value MUST have _different_
|
|
79
|
+
values for _at least one_ of these fields to be distinct: *
|
|
80
|
+
**HTTP, HTTPS, TLS**: Port, Hostname * **TCP, UDP**: Port One
|
|
81
|
+
**very** important rule to call out involves what happens when an
|
|
82
|
+
implementation: * Supports TCP protocol Listeners, as well as
|
|
83
|
+
HTTP, HTTPS, or TLS protocol Listeners, and * sees HTTP, HTTPS,
|
|
84
|
+
or TLS protocols with the same `port` as one with TCP Protocol.
|
|
85
|
+
In this case all the Listeners that share a port with the TCP
|
|
86
|
+
Listener are not distinct and so MUST NOT be accepted. If an
|
|
87
|
+
implementation does not support TCP Protocol Listeners, then the
|
|
88
|
+
previous rule does not apply, and the TCP Listeners SHOULD NOT be
|
|
89
|
+
accepted. Note that the `tls` field is not used for determining
|
|
90
|
+
if a listener is distinct, because Listeners that _only_ differ on
|
|
91
|
+
TLS config will still conflict in all cases. ### Listeners that
|
|
92
|
+
are distinct only by Hostname When the Listeners are distinct
|
|
93
|
+
based only on Hostname, inbound request hostnames MUST match from
|
|
94
|
+
the most specific to least specific Hostname values to choose the
|
|
95
|
+
correct Listener and its associated set of Routes. Exact matches
|
|
96
|
+
MUST be processed before wildcard matches, and wildcard matches
|
|
97
|
+
MUST be processed before fallback (empty Hostname value) matches.
|
|
98
|
+
For example, `"foo.example.com"` takes precedence over
|
|
99
|
+
`"*.example.com"`, and `"*.example.com"` takes precedence over
|
|
100
|
+
`""`. Additionally, if there are multiple wildcard entries, more
|
|
101
|
+
specific wildcard entries must be processed before less specific
|
|
102
|
+
wildcard entries. For example, `"*.foo.example.com"` takes
|
|
103
|
+
precedence over `"*.example.com"`. The precise definition here is
|
|
104
|
+
that the higher the number of dots in the hostname to the right of
|
|
105
|
+
the wildcard character, the higher the precedence. The wildcard
|
|
106
|
+
character will match any number of characters _and dots_ to the
|
|
107
|
+
left, however, so `"*.example.com"` will match both
|
|
108
|
+
`"foo.bar.example.com"` _and_ `"bar.example.com"`. ## Handling
|
|
109
|
+
indistinct Listeners If a set of Listeners contains Listeners
|
|
110
|
+
that are not distinct, then those Listeners are _Conflicted_, and
|
|
111
|
+
the implementation MUST set the "Conflicted" condition in the
|
|
112
|
+
Listener Status to "True". The words "indistinct" and
|
|
113
|
+
"conflicted" are considered equivalent for the purpose of this
|
|
114
|
+
documentation. Implementations MAY choose to accept a Gateway
|
|
115
|
+
with some Conflicted Listeners only if they only accept the
|
|
116
|
+
partial Listener set that contains no Conflicted Listeners.
|
|
117
|
+
Specifically, an implementation MAY accept a partial Listener set
|
|
118
|
+
subject to the following rules: * The implementation MUST NOT
|
|
119
|
+
pick one conflicting Listener as the winner. ALL indistinct
|
|
120
|
+
Listeners must not be accepted for processing. * At least one
|
|
121
|
+
distinct Listener MUST be present, or else the Gateway effectively
|
|
122
|
+
contains _no_ Listeners, and must be rejected from processing as a
|
|
123
|
+
whole. The implementation MUST set a "ListenersNotValid"
|
|
124
|
+
condition on the Gateway Status when the Gateway contains
|
|
125
|
+
Conflicted Listeners whether or not they accept the Gateway. That
|
|
126
|
+
Condition SHOULD clearly indicate in the Message which Listeners
|
|
127
|
+
are conflicted, and which are Accepted. Additionally, the Listener
|
|
128
|
+
status for those listeners SHOULD indicate which Listeners are
|
|
129
|
+
conflicted and not Accepted. ## General Listener behavior Note
|
|
130
|
+
that, for all distinct Listeners, requests SHOULD match at most
|
|
131
|
+
one Listener. For example, if Listeners are defined for
|
|
132
|
+
"foo.example.com" and "*.example.com", a request to
|
|
133
|
+
"foo.example.com" SHOULD only be routed using routes attached to
|
|
134
|
+
the "foo.example.com" Listener (and not the "*.example.com"
|
|
135
|
+
Listener). This concept is known as "Listener Isolation", and it
|
|
136
|
+
is an Extended feature of Gateway API. Implementations that do not
|
|
137
|
+
support Listener Isolation MUST clearly document this, and MUST
|
|
138
|
+
NOT claim support for the `GatewayHTTPListenerIsolation` feature.
|
|
139
|
+
Implementations that _do_ support Listener Isolation SHOULD claim
|
|
140
|
+
support for the Extended `GatewayHTTPListenerIsolation` feature
|
|
141
|
+
and pass the associated conformance tests. ## Compatible
|
|
142
|
+
Listeners A Gateway's Listeners are considered _compatible_ if:
|
|
143
|
+
1. They are distinct. 2. The implementation can serve them in
|
|
144
|
+
compliance with the Addresses requirement that all Listeners
|
|
145
|
+
are available on all assigned addresses. Compatible
|
|
146
|
+
combinations in Extended support are expected to vary across
|
|
147
|
+
implementations. A combination that is compatible for one
|
|
148
|
+
implementation may not be compatible for another. For example, an
|
|
149
|
+
implementation that cannot serve both TCP and UDP listeners on the
|
|
150
|
+
same address, or cannot mix HTTPS and generic TLS listens on the
|
|
151
|
+
same port would not consider those cases compatible, even though
|
|
152
|
+
they are distinct. Implementations MAY merge separate Gateways
|
|
153
|
+
onto a single set of Addresses if all Listeners across all
|
|
154
|
+
Gateways are compatible. In a future release the MinItems=1
|
|
155
|
+
requirement MAY be dropped. Support: Core
|
|
156
|
+
|
|
157
|
+
"""
|
|
158
|
+
super().__init__(**kwargs)
|
|
159
|
+
|
|
160
|
+
self.addresses = addresses
|
|
161
|
+
self.gateway_class_name = gateway_class_name
|
|
162
|
+
self.infrastructure = infrastructure
|
|
163
|
+
self.listeners = listeners
|
|
164
|
+
|
|
165
|
+
def to_dict(self) -> None:
|
|
166
|
+
super().to_dict()
|
|
167
|
+
|
|
168
|
+
if not self.kind_dict and not self.yaml_file:
|
|
169
|
+
if self.gateway_class_name is None:
|
|
170
|
+
raise MissingRequiredArgumentError(argument="self.gateway_class_name")
|
|
171
|
+
|
|
172
|
+
if self.listeners is None:
|
|
173
|
+
raise MissingRequiredArgumentError(argument="self.listeners")
|
|
174
|
+
|
|
175
|
+
self.res["spec"] = {}
|
|
176
|
+
_spec = self.res["spec"]
|
|
177
|
+
|
|
178
|
+
_spec["gatewayClassName"] = self.gateway_class_name
|
|
179
|
+
_spec["listeners"] = self.listeners
|
|
180
|
+
|
|
181
|
+
if self.addresses is not None:
|
|
182
|
+
_spec["addresses"] = self.addresses
|
|
183
|
+
|
|
184
|
+
if self.infrastructure is not None:
|
|
185
|
+
_spec["infrastructure"] = self.infrastructure
|
|
186
|
+
|
|
187
|
+
# End of generated code
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import NamespacedResource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Gateway(NamespacedResource):
|
|
9
|
+
"""
|
|
10
|
+
No field description from API
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
api_group: str = NamespacedResource.ApiGroup.NETWORKING_ISTIO_IO
|
|
14
|
+
|
|
15
|
+
def __init__(
|
|
16
|
+
self,
|
|
17
|
+
selector: dict[str, Any] | None = None,
|
|
18
|
+
servers: list[Any] | None = None,
|
|
19
|
+
**kwargs: Any,
|
|
20
|
+
) -> None:
|
|
21
|
+
r"""
|
|
22
|
+
Args:
|
|
23
|
+
selector (dict[str, Any]): No field description from API
|
|
24
|
+
|
|
25
|
+
servers (list[Any]): A list of server specifications.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
super().__init__(**kwargs)
|
|
29
|
+
|
|
30
|
+
self.selector = selector
|
|
31
|
+
self.servers = servers
|
|
32
|
+
|
|
33
|
+
def to_dict(self) -> None:
|
|
34
|
+
super().to_dict()
|
|
35
|
+
|
|
36
|
+
if not self.kind_dict and not self.yaml_file:
|
|
37
|
+
self.res["spec"] = {}
|
|
38
|
+
_spec = self.res["spec"]
|
|
39
|
+
|
|
40
|
+
if self.selector is not None:
|
|
41
|
+
_spec["selector"] = self.selector
|
|
42
|
+
|
|
43
|
+
if self.servers is not None:
|
|
44
|
+
_spec["servers"] = self.servers
|
|
45
|
+
|
|
46
|
+
# End of generated code
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
2
|
|
|
3
|
+
from ocp_resources.exceptions import MissingRequiredArgumentError
|
|
3
4
|
|
|
4
5
|
from typing import Any
|
|
5
|
-
from ocp_resources.resource import NamespacedResource
|
|
6
|
+
from ocp_resources.resource import NamespacedResource
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
class GuardrailsOrchestrator(NamespacedResource):
|
|
@@ -14,9 +15,11 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
14
15
|
|
|
15
16
|
def __init__(
|
|
16
17
|
self,
|
|
18
|
+
auto_config: dict[str, Any] | None = None,
|
|
17
19
|
enable_built_in_detectors: bool | None = None,
|
|
18
20
|
enable_guardrails_gateway: bool | None = None,
|
|
19
21
|
guardrails_gateway_config: str | None = None,
|
|
22
|
+
log_level: str | None = None,
|
|
20
23
|
orchestrator_config: str | None = None,
|
|
21
24
|
otel_exporter: dict[str, Any] | None = None,
|
|
22
25
|
replicas: int | None = None,
|
|
@@ -24,25 +27,34 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
24
27
|
) -> None:
|
|
25
28
|
r"""
|
|
26
29
|
Args:
|
|
30
|
+
auto_config (dict[str, Any]): Settings governing the automatic configuration of the orchestrator.
|
|
31
|
+
Replaces `OrchestratorConfig`.
|
|
32
|
+
|
|
27
33
|
enable_built_in_detectors (bool): Boolean flag to enable/disable built-in detectors
|
|
28
34
|
|
|
29
35
|
enable_guardrails_gateway (bool): Boolean flag to enable/disable the guardrails sidecar gateway
|
|
30
36
|
|
|
31
37
|
guardrails_gateway_config (str): Name of the configmap containing guadrails sidecar gateway arguments
|
|
32
38
|
|
|
39
|
+
log_level (str): Set log level in the orchestrator deployment
|
|
40
|
+
|
|
33
41
|
orchestrator_config (str): Name of configmap containing generator,detector,and chunker arguments
|
|
34
42
|
|
|
35
43
|
otel_exporter (dict[str, Any]): List of orchestrator enviroment variables for configuring the OTLP
|
|
36
44
|
exporter
|
|
37
45
|
|
|
38
|
-
replicas (int):
|
|
46
|
+
replicas (int): INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important:
|
|
47
|
+
Run "make" to regenerate code after modifying this file Number of
|
|
48
|
+
replicas
|
|
39
49
|
|
|
40
50
|
"""
|
|
41
51
|
super().__init__(**kwargs)
|
|
42
52
|
|
|
53
|
+
self.auto_config = auto_config
|
|
43
54
|
self.enable_built_in_detectors = enable_built_in_detectors
|
|
44
55
|
self.enable_guardrails_gateway = enable_guardrails_gateway
|
|
45
56
|
self.guardrails_gateway_config = guardrails_gateway_config
|
|
57
|
+
self.log_level = log_level
|
|
46
58
|
self.orchestrator_config = orchestrator_config
|
|
47
59
|
self.otel_exporter = otel_exporter
|
|
48
60
|
self.replicas = replicas
|
|
@@ -51,18 +63,17 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
51
63
|
super().to_dict()
|
|
52
64
|
|
|
53
65
|
if not self.kind_dict and not self.yaml_file:
|
|
54
|
-
if self.orchestrator_config is None:
|
|
55
|
-
raise MissingRequiredArgumentError(argument="self.orchestrator_config")
|
|
56
|
-
|
|
57
66
|
if self.replicas is None:
|
|
58
67
|
raise MissingRequiredArgumentError(argument="self.replicas")
|
|
59
68
|
|
|
60
69
|
self.res["spec"] = {}
|
|
61
70
|
_spec = self.res["spec"]
|
|
62
71
|
|
|
63
|
-
_spec["orchestratorConfig"] = self.orchestrator_config
|
|
64
72
|
_spec["replicas"] = self.replicas
|
|
65
73
|
|
|
74
|
+
if self.auto_config is not None:
|
|
75
|
+
_spec["autoConfig"] = self.auto_config
|
|
76
|
+
|
|
66
77
|
if self.enable_built_in_detectors is not None:
|
|
67
78
|
_spec["enableBuiltInDetectors"] = self.enable_built_in_detectors
|
|
68
79
|
|
|
@@ -72,6 +83,12 @@ class GuardrailsOrchestrator(NamespacedResource):
|
|
|
72
83
|
if self.guardrails_gateway_config is not None:
|
|
73
84
|
_spec["guardrailsGatewayConfig"] = self.guardrails_gateway_config
|
|
74
85
|
|
|
86
|
+
if self.log_level is not None:
|
|
87
|
+
_spec["logLevel"] = self.log_level
|
|
88
|
+
|
|
89
|
+
if self.orchestrator_config is not None:
|
|
90
|
+
_spec["orchestratorConfig"] = self.orchestrator_config
|
|
91
|
+
|
|
75
92
|
if self.otel_exporter is not None:
|
|
76
93
|
_spec["otelExporter"] = self.otel_exporter
|
|
77
94
|
|
{openshift_python_wrapper-11.0.93 → openshift_python_wrapper-11.0.94}/ocp_resources/resource.py
RENAMED
|
@@ -492,6 +492,7 @@ class Resource(ResourceConstants):
|
|
|
492
492
|
FENCE_AGENTS_REMEDIATION_MEDIK8S_IO: str = "fence-agents-remediation.medik8s.io"
|
|
493
493
|
FORKLIFT_KONVEYOR_IO: str = "forklift.konveyor.io"
|
|
494
494
|
FRRK8S_METALLB_IO = "frrk8s.metallb.io"
|
|
495
|
+
GATEWAY_NETWORKING_K8S_IO: str = "gateway.networking.k8s.io"
|
|
495
496
|
HCO_KUBEVIRT_IO: str = "hco.kubevirt.io"
|
|
496
497
|
HELM_MARIADB_MMONTES_IO: str = "helm.mariadb.mmontes.io"
|
|
497
498
|
HIVE_OPENSHIFT_IO: str = "hive.openshift.io"
|
|
@@ -68,7 +68,7 @@ dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
|
|
|
68
68
|
[project]
|
|
69
69
|
requires-python = ">=3.10"
|
|
70
70
|
name = "openshift-python-wrapper"
|
|
71
|
-
version = "11.0.
|
|
71
|
+
version = "11.0.94"
|
|
72
72
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
73
73
|
readme = "README.md"
|
|
74
74
|
license = "Apache-2.0"
|