openshift-python-wrapper 11.0.90__tar.gz → 11.0.92__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.90 → openshift_python_wrapper-11.0.92}/.github/workflows/close-stale-issues.yml +1 -1
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.pre-commit-config.yaml +1 -1
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/PKG-INFO +1 -1
- openshift_python_wrapper-11.0.92/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +116 -0
- openshift_python_wrapper-11.0.92/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +62 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_class_generator.py +10 -9
- openshift_python_wrapper-11.0.92/ocp_resources/bgp_session_state.py +48 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/datavolume.py +3 -1
- openshift_python_wrapper-11.0.92/ocp_resources/ingress_config_openshift_io.py +116 -0
- openshift_python_wrapper-11.0.92/ocp_resources/ingress_networking_k8s_io.py +62 -0
- openshift_python_wrapper-11.0.92/ocp_resources/jaeger.py +45 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/job.py +6 -0
- openshift_python_wrapper-11.0.92/ocp_resources/open_telemetry_collector.py +70 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/resource.py +2 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/resource_constants.py +1 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/pyproject.toml +1 -1
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/uv.lock +169 -142
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.coderabbit.yaml +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.dockerignore +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.flake8 +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.gitattributes +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.github/workflows/code-check.yml.old +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.gitignore +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.release-it.json +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/LICENSE +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/Makefile +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/OWNERS +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/README.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/VERSION +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/README.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/cli.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/constants.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/core/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/core/coverage.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/core/discovery.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/core/generator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/core/schema.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/formatters/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/formatters/file_writer.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/formatters/template_renderer.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/parsers/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/parsers/explain_parser.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/parsers/type_parser.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/parsers/user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/py.typed +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/schema/__cluster_version__.txt +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/schema/__resources-mappings.json.gz +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_batch_regeneration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_cli.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_generation.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_resource_discovery.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_schema_new_functions.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_schema_parsing.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_user_code_parser.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/tests/test_utils.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/class_generator/utils.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/docs/Makefile +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/docs/conf.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/docs/index.rst +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/docs/modules.rst +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/general.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/pods.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/resource_list.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/role.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/validation_demo.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/validation_troubleshooting.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/README.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/configuration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/dynamic_client.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/kubernetes_client.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/resource_field.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/resource_instance.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/resource_manager.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/resource_registry.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/resource_storage.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/status_schema_parser.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/status_templates.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/fake_kubernetes_client/types.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/README.md +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/example_client.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/server-info.json +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/server.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/mcp_server/tests/test_server.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/config_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/exceptions.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/frr_configuration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/model_registry.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/notebook.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/pipeline_run.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/py.typed +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/route_advertisements.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/scaled_object.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/snapshot.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/user.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/archive_utils.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/constants.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/schema_validator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/utils/utils.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/renovate.json +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/scripts/generate_changelog.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/sonar-project.properties +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/conftest.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/fixtures/validation_schemas.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/scripts/generate_pytest_test.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_api_group_order.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resource.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resource_validation.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_aaq.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_api_server.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_authorino.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_cdi.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_cdi_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_config_map.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_console_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_csi_driver.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_data_import_cron.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_data_science_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_deployment.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_direct_volume_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_dsc_initialization.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_group.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_image_content_source_policy.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_inference_graph.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_kube_descheduler.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_kubelet_config.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_kubevirt.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_llama_stack_distribution.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_lm_eval_job.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_machine.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_maria_db.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mariadb_operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mig_analytic.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mig_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mig_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mig_plan.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_model_registry.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_mtq.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_namespace.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_nm_state.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_node.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_notebook.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_oauth.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_operator.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_pod.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_pod_metrics.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_project_request.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_prometheus.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_scheduler.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_security_context_constraints.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_self_subject_review.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_service.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_service_mesh_member.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_serving_runtime.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_ssp.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_storage_cluster.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_user.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_user_defined_network.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_export.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_volume_snapshot.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_resources/test_volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_schema_loading.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_unittests.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/test_validation_error.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tests/utils.py +0 -0
- {openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/tox.toml +0 -0
|
@@ -7,7 +7,7 @@ jobs:
|
|
|
7
7
|
stale:
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
steps:
|
|
10
|
-
- uses: actions/stale@
|
|
10
|
+
- uses: actions/stale@v10
|
|
11
11
|
with:
|
|
12
12
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
|
13
13
|
days-before-stale: 30
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.92
|
|
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,116 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Ingress(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Ingress holds cluster-wide information about ingress, including the default ingress domain
|
|
11
|
+
used for routes. The canonical name is `cluster`.
|
|
12
|
+
|
|
13
|
+
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
api_group: str = Resource.ApiGroup.CONFIG_OPENSHIFT_IO
|
|
17
|
+
|
|
18
|
+
def __init__(
|
|
19
|
+
self,
|
|
20
|
+
apps_domain: str | None = None,
|
|
21
|
+
component_routes: list[Any] | None = None,
|
|
22
|
+
domain: str | None = None,
|
|
23
|
+
load_balancer: dict[str, Any] | None = None,
|
|
24
|
+
required_hsts_policies: list[Any] | None = None,
|
|
25
|
+
**kwargs: Any,
|
|
26
|
+
) -> None:
|
|
27
|
+
r"""
|
|
28
|
+
Args:
|
|
29
|
+
apps_domain (str): appsDomain is an optional domain to use instead of the one specified
|
|
30
|
+
in the domain field when a Route is created without specifying an
|
|
31
|
+
explicit host. If appsDomain is nonempty, this value is used to
|
|
32
|
+
generate default host values for Route. Unlike domain, appsDomain
|
|
33
|
+
may be modified after installation. This assumes a new
|
|
34
|
+
ingresscontroller has been setup with a wildcard certificate.
|
|
35
|
+
|
|
36
|
+
component_routes (list[Any]): componentRoutes is an optional list of routes that are managed by
|
|
37
|
+
OpenShift components that a cluster-admin is able to configure the
|
|
38
|
+
hostname and serving certificate for. The namespace and name of
|
|
39
|
+
each route in this list should match an existing entry in the
|
|
40
|
+
status.componentRoutes list. To determine the set of configurable
|
|
41
|
+
Routes, look at namespace and name of entries in the
|
|
42
|
+
.status.componentRoutes list, where participating operators write
|
|
43
|
+
the status of configurable routes.
|
|
44
|
+
|
|
45
|
+
domain (str): domain is used to generate a default host name for a route when the
|
|
46
|
+
route's host name is empty. The generated host name will follow
|
|
47
|
+
this pattern: "<route-name>.<route-namespace>.<domain>". It is
|
|
48
|
+
also used as the default wildcard domain suffix for ingress. The
|
|
49
|
+
default ingresscontroller domain will follow this pattern:
|
|
50
|
+
"*.<domain>". Once set, changing domain is not currently
|
|
51
|
+
supported.
|
|
52
|
+
|
|
53
|
+
load_balancer (dict[str, Any]): loadBalancer contains the load balancer details in general which are
|
|
54
|
+
not only specific to the underlying infrastructure provider of the
|
|
55
|
+
current cluster and are required for Ingress Controller to work on
|
|
56
|
+
OpenShift.
|
|
57
|
+
|
|
58
|
+
required_hsts_policies (list[Any]): requiredHSTSPolicies specifies HSTS policies that are required to be
|
|
59
|
+
set on newly created or updated routes matching the
|
|
60
|
+
domainPattern/s and namespaceSelector/s that are specified in the
|
|
61
|
+
policy. Each requiredHSTSPolicy must have at least a domainPattern
|
|
62
|
+
and a maxAge to validate a route HSTS Policy route annotation, and
|
|
63
|
+
affect route admission. A candidate route is checked for HSTS
|
|
64
|
+
Policies if it has the HSTS Policy route annotation:
|
|
65
|
+
"haproxy.router.openshift.io/hsts_header" E.g.
|
|
66
|
+
haproxy.router.openshift.io/hsts_header: max-
|
|
67
|
+
age=31536000;preload;includeSubDomains - For each candidate
|
|
68
|
+
route, if it matches a requiredHSTSPolicy domainPattern and
|
|
69
|
+
optional namespaceSelector, then the maxAge, preloadPolicy, and
|
|
70
|
+
includeSubdomainsPolicy must be valid to be admitted. Otherwise,
|
|
71
|
+
the route is rejected. - The first match, by domainPattern and
|
|
72
|
+
optional namespaceSelector, in the ordering of the
|
|
73
|
+
RequiredHSTSPolicies determines the route's admission status. - If
|
|
74
|
+
the candidate route doesn't match any requiredHSTSPolicy
|
|
75
|
+
domainPattern and optional namespaceSelector, then it may use any
|
|
76
|
+
HSTS Policy annotation. The HSTS policy configuration may be
|
|
77
|
+
changed after routes have already been created. An update to a
|
|
78
|
+
previously admitted route may then fail if the updated route does
|
|
79
|
+
not conform to the updated HSTS policy configuration. However,
|
|
80
|
+
changing the HSTS policy configuration will not cause a route that
|
|
81
|
+
is already admitted to stop working. Note that if there are no
|
|
82
|
+
RequiredHSTSPolicies, any HSTS Policy annotation on the route is
|
|
83
|
+
valid.
|
|
84
|
+
|
|
85
|
+
"""
|
|
86
|
+
super().__init__(**kwargs)
|
|
87
|
+
|
|
88
|
+
self.apps_domain = apps_domain
|
|
89
|
+
self.component_routes = component_routes
|
|
90
|
+
self.domain = domain
|
|
91
|
+
self.load_balancer = load_balancer
|
|
92
|
+
self.required_hsts_policies = required_hsts_policies
|
|
93
|
+
|
|
94
|
+
def to_dict(self) -> None:
|
|
95
|
+
super().to_dict()
|
|
96
|
+
|
|
97
|
+
if not self.kind_dict and not self.yaml_file:
|
|
98
|
+
self.res["spec"] = {}
|
|
99
|
+
_spec = self.res["spec"]
|
|
100
|
+
|
|
101
|
+
if self.apps_domain is not None:
|
|
102
|
+
_spec["appsDomain"] = self.apps_domain
|
|
103
|
+
|
|
104
|
+
if self.component_routes is not None:
|
|
105
|
+
_spec["componentRoutes"] = self.component_routes
|
|
106
|
+
|
|
107
|
+
if self.domain is not None:
|
|
108
|
+
_spec["domain"] = self.domain
|
|
109
|
+
|
|
110
|
+
if self.load_balancer is not None:
|
|
111
|
+
_spec["loadBalancer"] = self.load_balancer
|
|
112
|
+
|
|
113
|
+
if self.required_hsts_policies is not None:
|
|
114
|
+
_spec["requiredHSTSPolicies"] = self.required_hsts_policies
|
|
115
|
+
|
|
116
|
+
# End of generated code
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Ingress(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
api_group: str = Resource.ApiGroup.NETWORKING_K8S_IO
|
|
14
|
+
|
|
15
|
+
def __init__(
|
|
16
|
+
self,
|
|
17
|
+
default_backend: dict[str, Any] | None = None,
|
|
18
|
+
ingress_class_name: str | None = None,
|
|
19
|
+
rules: list[Any] | None = None,
|
|
20
|
+
tls: list[Any] | None = None,
|
|
21
|
+
**kwargs: Any,
|
|
22
|
+
) -> None:
|
|
23
|
+
r"""
|
|
24
|
+
Args:
|
|
25
|
+
default_backend (dict[str, Any]): resource apiGroup kind name service name port name number.
|
|
26
|
+
|
|
27
|
+
ingress_class_name (str): No field description from API
|
|
28
|
+
|
|
29
|
+
rules (list[Any]): host http paths backend resource apiGroup kind name service name port
|
|
30
|
+
name number path pathType enum: Exact, ImplementationSpecific,
|
|
31
|
+
Prefix.
|
|
32
|
+
|
|
33
|
+
tls (list[Any]): hosts secretName.
|
|
34
|
+
|
|
35
|
+
"""
|
|
36
|
+
super().__init__(**kwargs)
|
|
37
|
+
|
|
38
|
+
self.default_backend = default_backend
|
|
39
|
+
self.ingress_class_name = ingress_class_name
|
|
40
|
+
self.rules = rules
|
|
41
|
+
self.tls = tls
|
|
42
|
+
|
|
43
|
+
def to_dict(self) -> None:
|
|
44
|
+
super().to_dict()
|
|
45
|
+
|
|
46
|
+
if not self.kind_dict and not self.yaml_file:
|
|
47
|
+
self.res["spec"] = {}
|
|
48
|
+
_spec = self.res["spec"]
|
|
49
|
+
|
|
50
|
+
if self.default_backend is not None:
|
|
51
|
+
_spec["defaultBackend"] = self.default_backend
|
|
52
|
+
|
|
53
|
+
if self.ingress_class_name is not None:
|
|
54
|
+
_spec["ingressClassName"] = self.ingress_class_name
|
|
55
|
+
|
|
56
|
+
if self.rules is not None:
|
|
57
|
+
_spec["rules"] = self.rules
|
|
58
|
+
|
|
59
|
+
if self.tls is not None:
|
|
60
|
+
_spec["tls"] = self.tls
|
|
61
|
+
|
|
62
|
+
# End of generated code
|
|
@@ -91,19 +91,20 @@ def test_parse_explain(tmp_path: Path) -> None:
|
|
|
91
91
|
"""Test all resource kinds in parallel and collect all failures."""
|
|
92
92
|
# List of all resource kinds to test
|
|
93
93
|
resource_kinds = [
|
|
94
|
-
"
|
|
94
|
+
"Pod",
|
|
95
|
+
"Pipeline",
|
|
96
|
+
"OAuth",
|
|
97
|
+
"Ingress",
|
|
95
98
|
"ClusterOperator",
|
|
96
|
-
"ConfigMap",
|
|
97
|
-
"DNS",
|
|
98
|
-
"Deployment",
|
|
99
99
|
"ImageContentSourcePolicy",
|
|
100
|
-
"
|
|
100
|
+
"ServiceMeshMember",
|
|
101
101
|
"NMState",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
102
|
+
"Deployment",
|
|
103
|
+
"Machine",
|
|
104
|
+
"APIServer",
|
|
104
105
|
"Secret",
|
|
105
|
-
"
|
|
106
|
-
"
|
|
106
|
+
"ConfigMap",
|
|
107
|
+
"DNS",
|
|
107
108
|
"ServingRuntime",
|
|
108
109
|
"RouteAdvertisements",
|
|
109
110
|
]
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
5
|
+
from timeout_sampler import TimeoutExpiredError, TimeoutSampler
|
|
6
|
+
|
|
7
|
+
from ocp_resources.resource import NamespacedResource
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class BGPSessionState(NamespacedResource):
|
|
11
|
+
"""
|
|
12
|
+
BGPSessionState exposes the status of a BGP Session from the FRR instance running on the node.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
api_group: str = NamespacedResource.ApiGroup.FRRK8S_METALLB_IO
|
|
16
|
+
|
|
17
|
+
def __init__(
|
|
18
|
+
self,
|
|
19
|
+
**kwargs: Any,
|
|
20
|
+
) -> None:
|
|
21
|
+
super().__init__(**kwargs)
|
|
22
|
+
|
|
23
|
+
# End of generated code
|
|
24
|
+
|
|
25
|
+
def wait_for_session_established(self, timeout: int = 300, sleep: int = 5) -> None:
|
|
26
|
+
"""Waits until the BGP session status is 'Established'.
|
|
27
|
+
|
|
28
|
+
Args:
|
|
29
|
+
timeout (int): Maximum time to wait for the BGP session to be established, in seconds.
|
|
30
|
+
sleep (int): Time to wait between status checks, in seconds.
|
|
31
|
+
|
|
32
|
+
Raises:
|
|
33
|
+
TimeoutExpiredError: If the BGP session does not reach 'Established' status within the timeout period.
|
|
34
|
+
"""
|
|
35
|
+
bgp_status = None
|
|
36
|
+
try:
|
|
37
|
+
for sample in TimeoutSampler(wait_timeout=timeout, sleep=sleep, func=lambda: self.instance):
|
|
38
|
+
if sample:
|
|
39
|
+
bgp_status = sample.get("status", {}).get("bgpStatus")
|
|
40
|
+
if bgp_status == self.Status.ESTABLISHED:
|
|
41
|
+
self.logger.info(f"{self.kind} {self.name} bgpStatus is now Established")
|
|
42
|
+
return
|
|
43
|
+
except TimeoutExpiredError:
|
|
44
|
+
self.logger.error(
|
|
45
|
+
f"{self.kind} {self.name} did not reach bgpStatus=Established within {timeout}s. "
|
|
46
|
+
f"Last bgpStatus: {bgp_status}"
|
|
47
|
+
)
|
|
48
|
+
raise
|
{openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/datavolume.py
RENAMED
|
@@ -303,6 +303,7 @@ class DataVolume(NamespacedResource):
|
|
|
303
303
|
self,
|
|
304
304
|
timeout=TIMEOUT_10MINUTES,
|
|
305
305
|
failure_timeout=TIMEOUT_2MINUTES,
|
|
306
|
+
pvc_wait_for_bound_timeout=TIMEOUT_1MINUTE,
|
|
306
307
|
dv_garbage_collection_enabled=None,
|
|
307
308
|
stop_status_func=None,
|
|
308
309
|
*stop_status_func_args,
|
|
@@ -314,6 +315,7 @@ class DataVolume(NamespacedResource):
|
|
|
314
315
|
Args:
|
|
315
316
|
timeout (int): Time to wait for the DataVolume to succeed.
|
|
316
317
|
failure_timeout (int): Time to wait for the DataVolume to have not Pending/None status
|
|
318
|
+
pvc_wait_for_bound_timeout (int): Time to wait for the PVC to reach 'Bound' status.
|
|
317
319
|
dv_garbage_collection_enabled (bool, default: None): DV garbage collection is deprecated and removed in
|
|
318
320
|
v4.19
|
|
319
321
|
stop_status_func (function): function that is called inside the TimeoutSampler
|
|
@@ -361,7 +363,7 @@ class DataVolume(NamespacedResource):
|
|
|
361
363
|
raise
|
|
362
364
|
|
|
363
365
|
# For CSI storage, PVC gets Bound after DV succeeded
|
|
364
|
-
return self.pvc.wait_for_status(status=PersistentVolumeClaim.Status.BOUND, timeout=
|
|
366
|
+
return self.pvc.wait_for_status(status=PersistentVolumeClaim.Status.BOUND, timeout=pvc_wait_for_bound_timeout)
|
|
365
367
|
|
|
366
368
|
def delete(self, wait=False, timeout=TIMEOUT_4MINUTES, body=None):
|
|
367
369
|
"""
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Ingress(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Ingress holds cluster-wide information about ingress, including the default ingress domain
|
|
11
|
+
used for routes. The canonical name is `cluster`.
|
|
12
|
+
|
|
13
|
+
Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
api_group: str = Resource.ApiGroup.CONFIG_OPENSHIFT_IO
|
|
17
|
+
|
|
18
|
+
def __init__(
|
|
19
|
+
self,
|
|
20
|
+
apps_domain: str | None = None,
|
|
21
|
+
component_routes: list[Any] | None = None,
|
|
22
|
+
domain: str | None = None,
|
|
23
|
+
load_balancer: dict[str, Any] | None = None,
|
|
24
|
+
required_hsts_policies: list[Any] | None = None,
|
|
25
|
+
**kwargs: Any,
|
|
26
|
+
) -> None:
|
|
27
|
+
r"""
|
|
28
|
+
Args:
|
|
29
|
+
apps_domain (str): appsDomain is an optional domain to use instead of the one specified
|
|
30
|
+
in the domain field when a Route is created without specifying an
|
|
31
|
+
explicit host. If appsDomain is nonempty, this value is used to
|
|
32
|
+
generate default host values for Route. Unlike domain, appsDomain
|
|
33
|
+
may be modified after installation. This assumes a new
|
|
34
|
+
ingresscontroller has been setup with a wildcard certificate.
|
|
35
|
+
|
|
36
|
+
component_routes (list[Any]): componentRoutes is an optional list of routes that are managed by
|
|
37
|
+
OpenShift components that a cluster-admin is able to configure the
|
|
38
|
+
hostname and serving certificate for. The namespace and name of
|
|
39
|
+
each route in this list should match an existing entry in the
|
|
40
|
+
status.componentRoutes list. To determine the set of configurable
|
|
41
|
+
Routes, look at namespace and name of entries in the
|
|
42
|
+
.status.componentRoutes list, where participating operators write
|
|
43
|
+
the status of configurable routes.
|
|
44
|
+
|
|
45
|
+
domain (str): domain is used to generate a default host name for a route when the
|
|
46
|
+
route's host name is empty. The generated host name will follow
|
|
47
|
+
this pattern: "<route-name>.<route-namespace>.<domain>". It is
|
|
48
|
+
also used as the default wildcard domain suffix for ingress. The
|
|
49
|
+
default ingresscontroller domain will follow this pattern:
|
|
50
|
+
"*.<domain>". Once set, changing domain is not currently
|
|
51
|
+
supported.
|
|
52
|
+
|
|
53
|
+
load_balancer (dict[str, Any]): loadBalancer contains the load balancer details in general which are
|
|
54
|
+
not only specific to the underlying infrastructure provider of the
|
|
55
|
+
current cluster and are required for Ingress Controller to work on
|
|
56
|
+
OpenShift.
|
|
57
|
+
|
|
58
|
+
required_hsts_policies (list[Any]): requiredHSTSPolicies specifies HSTS policies that are required to be
|
|
59
|
+
set on newly created or updated routes matching the
|
|
60
|
+
domainPattern/s and namespaceSelector/s that are specified in the
|
|
61
|
+
policy. Each requiredHSTSPolicy must have at least a domainPattern
|
|
62
|
+
and a maxAge to validate a route HSTS Policy route annotation, and
|
|
63
|
+
affect route admission. A candidate route is checked for HSTS
|
|
64
|
+
Policies if it has the HSTS Policy route annotation:
|
|
65
|
+
"haproxy.router.openshift.io/hsts_header" E.g.
|
|
66
|
+
haproxy.router.openshift.io/hsts_header: max-
|
|
67
|
+
age=31536000;preload;includeSubDomains - For each candidate
|
|
68
|
+
route, if it matches a requiredHSTSPolicy domainPattern and
|
|
69
|
+
optional namespaceSelector, then the maxAge, preloadPolicy, and
|
|
70
|
+
includeSubdomainsPolicy must be valid to be admitted. Otherwise,
|
|
71
|
+
the route is rejected. - The first match, by domainPattern and
|
|
72
|
+
optional namespaceSelector, in the ordering of the
|
|
73
|
+
RequiredHSTSPolicies determines the route's admission status. - If
|
|
74
|
+
the candidate route doesn't match any requiredHSTSPolicy
|
|
75
|
+
domainPattern and optional namespaceSelector, then it may use any
|
|
76
|
+
HSTS Policy annotation. The HSTS policy configuration may be
|
|
77
|
+
changed after routes have already been created. An update to a
|
|
78
|
+
previously admitted route may then fail if the updated route does
|
|
79
|
+
not conform to the updated HSTS policy configuration. However,
|
|
80
|
+
changing the HSTS policy configuration will not cause a route that
|
|
81
|
+
is already admitted to stop working. Note that if there are no
|
|
82
|
+
RequiredHSTSPolicies, any HSTS Policy annotation on the route is
|
|
83
|
+
valid.
|
|
84
|
+
|
|
85
|
+
"""
|
|
86
|
+
super().__init__(**kwargs)
|
|
87
|
+
|
|
88
|
+
self.apps_domain = apps_domain
|
|
89
|
+
self.component_routes = component_routes
|
|
90
|
+
self.domain = domain
|
|
91
|
+
self.load_balancer = load_balancer
|
|
92
|
+
self.required_hsts_policies = required_hsts_policies
|
|
93
|
+
|
|
94
|
+
def to_dict(self) -> None:
|
|
95
|
+
super().to_dict()
|
|
96
|
+
|
|
97
|
+
if not self.kind_dict and not self.yaml_file:
|
|
98
|
+
self.res["spec"] = {}
|
|
99
|
+
_spec = self.res["spec"]
|
|
100
|
+
|
|
101
|
+
if self.apps_domain is not None:
|
|
102
|
+
_spec["appsDomain"] = self.apps_domain
|
|
103
|
+
|
|
104
|
+
if self.component_routes is not None:
|
|
105
|
+
_spec["componentRoutes"] = self.component_routes
|
|
106
|
+
|
|
107
|
+
if self.domain is not None:
|
|
108
|
+
_spec["domain"] = self.domain
|
|
109
|
+
|
|
110
|
+
if self.load_balancer is not None:
|
|
111
|
+
_spec["loadBalancer"] = self.load_balancer
|
|
112
|
+
|
|
113
|
+
if self.required_hsts_policies is not None:
|
|
114
|
+
_spec["requiredHSTSPolicies"] = self.required_hsts_policies
|
|
115
|
+
|
|
116
|
+
# End of generated code
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
from typing import Any
|
|
5
|
+
from ocp_resources.resource import Resource
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Ingress(Resource):
|
|
9
|
+
"""
|
|
10
|
+
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
api_group: str = Resource.ApiGroup.NETWORKING_K8S_IO
|
|
14
|
+
|
|
15
|
+
def __init__(
|
|
16
|
+
self,
|
|
17
|
+
default_backend: dict[str, Any] | None = None,
|
|
18
|
+
ingress_class_name: str | None = None,
|
|
19
|
+
rules: list[Any] | None = None,
|
|
20
|
+
tls: list[Any] | None = None,
|
|
21
|
+
**kwargs: Any,
|
|
22
|
+
) -> None:
|
|
23
|
+
r"""
|
|
24
|
+
Args:
|
|
25
|
+
default_backend (dict[str, Any]): resource apiGroup kind name service name port name number.
|
|
26
|
+
|
|
27
|
+
ingress_class_name (str): No field description from API
|
|
28
|
+
|
|
29
|
+
rules (list[Any]): host http paths backend resource apiGroup kind name service name port
|
|
30
|
+
name number path pathType enum: Exact, ImplementationSpecific,
|
|
31
|
+
Prefix.
|
|
32
|
+
|
|
33
|
+
tls (list[Any]): hosts secretName.
|
|
34
|
+
|
|
35
|
+
"""
|
|
36
|
+
super().__init__(**kwargs)
|
|
37
|
+
|
|
38
|
+
self.default_backend = default_backend
|
|
39
|
+
self.ingress_class_name = ingress_class_name
|
|
40
|
+
self.rules = rules
|
|
41
|
+
self.tls = tls
|
|
42
|
+
|
|
43
|
+
def to_dict(self) -> None:
|
|
44
|
+
super().to_dict()
|
|
45
|
+
|
|
46
|
+
if not self.kind_dict and not self.yaml_file:
|
|
47
|
+
self.res["spec"] = {}
|
|
48
|
+
_spec = self.res["spec"]
|
|
49
|
+
|
|
50
|
+
if self.default_backend is not None:
|
|
51
|
+
_spec["defaultBackend"] = self.default_backend
|
|
52
|
+
|
|
53
|
+
if self.ingress_class_name is not None:
|
|
54
|
+
_spec["ingressClassName"] = self.ingress_class_name
|
|
55
|
+
|
|
56
|
+
if self.rules is not None:
|
|
57
|
+
_spec["rules"] = self.rules
|
|
58
|
+
|
|
59
|
+
if self.tls is not None:
|
|
60
|
+
_spec["tls"] = self.tls
|
|
61
|
+
|
|
62
|
+
# End of generated code
|
|
@@ -0,0 +1,45 @@
|
|
|
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 Jaeger(NamespacedResource):
|
|
9
|
+
"""
|
|
10
|
+
Jaeger is the Schema for the jaegers.jaegertracing.io API
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
api_group: str = NamespacedResource.ApiGroup.JAEGERTRACING_IO
|
|
14
|
+
|
|
15
|
+
def __init__(
|
|
16
|
+
self,
|
|
17
|
+
strategy: str | None = None,
|
|
18
|
+
ingress: dict[str, Any] | None = None,
|
|
19
|
+
collector: dict[str, Any] | None = None,
|
|
20
|
+
**kwargs: Any,
|
|
21
|
+
) -> None:
|
|
22
|
+
"""
|
|
23
|
+
Args:
|
|
24
|
+
strategy (str): Jaeger deployment strategy ("allInOne" or "production").
|
|
25
|
+
ingress (dict[str, Any]): Optional ingress settings for Jaeger UI.
|
|
26
|
+
collector (dict[str, Any]): Optional collector configuration.
|
|
27
|
+
"""
|
|
28
|
+
super().__init__(**kwargs)
|
|
29
|
+
self.strategy = strategy
|
|
30
|
+
self.ingress = ingress
|
|
31
|
+
self.collector = collector
|
|
32
|
+
|
|
33
|
+
def to_dict(self) -> None:
|
|
34
|
+
super().to_dict()
|
|
35
|
+
if not self.kind_dict and not self.yaml_file:
|
|
36
|
+
self.res["spec"] = {}
|
|
37
|
+
_spec = self.res["spec"]
|
|
38
|
+
if self.strategy is not None:
|
|
39
|
+
_spec["strategy"] = self.strategy
|
|
40
|
+
if self.ingress is not None:
|
|
41
|
+
_spec["ingress"] = self.ingress
|
|
42
|
+
if self.collector is not None:
|
|
43
|
+
_spec["collector"] = self.collector
|
|
44
|
+
|
|
45
|
+
# End of generated code
|
|
@@ -23,6 +23,7 @@ class Job(NamespacedResource):
|
|
|
23
23
|
deleted (for example the pods left behind when you delete a Job). Options are: "Background",
|
|
24
24
|
"Foreground" and "Orphan". Read more here:
|
|
25
25
|
https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion
|
|
26
|
+
volumes (list): List of volumes that can be mounted by containers belonging to the pod
|
|
26
27
|
"""
|
|
27
28
|
|
|
28
29
|
api_group = NamespacedResource.ApiGroup.BATCH
|
|
@@ -43,6 +44,7 @@ class Job(NamespacedResource):
|
|
|
43
44
|
service_account=None,
|
|
44
45
|
containers=None,
|
|
45
46
|
background_propagation_policy=None,
|
|
47
|
+
volumes=None,
|
|
46
48
|
**kwargs,
|
|
47
49
|
):
|
|
48
50
|
super().__init__(
|
|
@@ -59,6 +61,7 @@ class Job(NamespacedResource):
|
|
|
59
61
|
self.service_account = service_account
|
|
60
62
|
self.containers = containers
|
|
61
63
|
self.background_propagation_policy = background_propagation_policy
|
|
64
|
+
self.volumes = volumes
|
|
62
65
|
|
|
63
66
|
def to_dict(self) -> None:
|
|
64
67
|
super().to_dict()
|
|
@@ -78,6 +81,9 @@ class Job(NamespacedResource):
|
|
|
78
81
|
if self.restart_policy:
|
|
79
82
|
self.res["spec"]["template"]["spec"]["restartPolicy"] = self.restart_policy
|
|
80
83
|
|
|
84
|
+
if self.volumes:
|
|
85
|
+
self.res["spec"]["template"]["spec"]["volumes"] = self.volumes
|
|
86
|
+
|
|
81
87
|
def delete(self, wait=False, timeout=TIMEOUT_4MINUTES, body=None):
|
|
82
88
|
"""
|
|
83
89
|
Delete Job object
|
|
@@ -0,0 +1,70 @@
|
|
|
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 OpenTelemetryCollector(NamespacedResource):
|
|
10
|
+
"""
|
|
11
|
+
OpenTelemetryCollector is the Schema for the opentelemetrycollectors API
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
api_group: str = NamespacedResource.ApiGroup.OPENTELEMETRY_IO
|
|
15
|
+
|
|
16
|
+
def __init__(
|
|
17
|
+
self,
|
|
18
|
+
config: dict[str, Any] | None = None,
|
|
19
|
+
management_state: str | None = None,
|
|
20
|
+
mode: str | None = None,
|
|
21
|
+
replicas: int | None = None,
|
|
22
|
+
resources: dict[str, Any] | None = None,
|
|
23
|
+
**kwargs: Any,
|
|
24
|
+
) -> None:
|
|
25
|
+
"""
|
|
26
|
+
Args:
|
|
27
|
+
config (dict[str, Any]): Required. Collector pipeline configuration.
|
|
28
|
+
|
|
29
|
+
management_state (str): Required. Usually "Managed".
|
|
30
|
+
|
|
31
|
+
mode (str): Deployment mode ("deployment", "daemonset", "sidecar").
|
|
32
|
+
|
|
33
|
+
replicas (int): Number of collector replicas (when mode=deployment).
|
|
34
|
+
|
|
35
|
+
resources (dict[str, Any]): Resource requests/limits.
|
|
36
|
+
"""
|
|
37
|
+
super().__init__(**kwargs)
|
|
38
|
+
|
|
39
|
+
self.config = config
|
|
40
|
+
self.management_state = management_state
|
|
41
|
+
self.mode = mode
|
|
42
|
+
self.replicas = replicas
|
|
43
|
+
self.resources = resources
|
|
44
|
+
|
|
45
|
+
def to_dict(self) -> None:
|
|
46
|
+
super().to_dict()
|
|
47
|
+
|
|
48
|
+
if not self.kind_dict and not self.yaml_file:
|
|
49
|
+
if self.config is None:
|
|
50
|
+
raise MissingRequiredArgumentError(argument="self.config")
|
|
51
|
+
|
|
52
|
+
if self.management_state is None:
|
|
53
|
+
raise MissingRequiredArgumentError(argument="self.management_state")
|
|
54
|
+
|
|
55
|
+
self.res["spec"] = {}
|
|
56
|
+
_spec = self.res["spec"]
|
|
57
|
+
|
|
58
|
+
_spec["config"] = self.config
|
|
59
|
+
_spec["managementState"] = self.management_state
|
|
60
|
+
|
|
61
|
+
if self.mode is not None:
|
|
62
|
+
_spec["mode"] = self.mode
|
|
63
|
+
|
|
64
|
+
if self.replicas is not None:
|
|
65
|
+
_spec["replicas"] = self.replicas
|
|
66
|
+
|
|
67
|
+
if self.resources is not None:
|
|
68
|
+
_spec["resources"] = self.resources
|
|
69
|
+
|
|
70
|
+
# End of generated code
|
{openshift_python_wrapper-11.0.90 → openshift_python_wrapper-11.0.92}/ocp_resources/resource.py
RENAMED
|
@@ -501,6 +501,7 @@ class Resource(ResourceConstants):
|
|
|
501
501
|
IMAGEREGISTRY_OPERATOR_OPENSHIFT_IO: str = "imageregistry.operator.openshift.io"
|
|
502
502
|
INSTANCETYPE_KUBEVIRT_IO: str = "instancetype.kubevirt.io"
|
|
503
503
|
INTEGREATLY_ORG: str = "integreatly.org"
|
|
504
|
+
JAEGERTRACING_IO = "jaegertracing.io"
|
|
504
505
|
K8S_CNI_CNCF_IO: str = "k8s.cni.cncf.io"
|
|
505
506
|
K8S_MARIADB_COM: str = "k8s.mariadb.com"
|
|
506
507
|
K8S_OVN_ORG: str = "k8s.ovn.org"
|
|
@@ -530,6 +531,7 @@ class Resource(ResourceConstants):
|
|
|
530
531
|
NODEMAINTENANCE_KUBEVIRT_IO: str = "nodemaintenance.kubevirt.io"
|
|
531
532
|
OBSERVABILITY_OPEN_CLUSTER_MANAGEMENT_IO: str = "observability.open-cluster-management.io"
|
|
532
533
|
OCS_OPENSHIFT_IO: str = "ocs.openshift.io"
|
|
534
|
+
OPENTELEMETRY_IO: str = "opentelemetry.io"
|
|
533
535
|
OPERATOR_AUTHORINO_KUADRANT_IO: str = "operator.authorino.kuadrant.io"
|
|
534
536
|
OPERATOR_OPEN_CLUSTER_MANAGEMENT_IO: str = "operator.open-cluster-management.io"
|
|
535
537
|
OPERATOR_OPENSHIFT_IO: str = "operator.openshift.io"
|