openshift-python-wrapper 11.0.101__tar.gz → 11.0.102__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.
Files changed (457) hide show
  1. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.pre-commit-config.yaml +1 -1
  2. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/PKG-INFO +1 -1
  3. openshift_python_wrapper-11.0.102/class_generator/schema/__cluster_version__.txt +1 -0
  4. openshift_python_wrapper-11.0.102/class_generator/schema/__resources-mappings.json.gz +0 -0
  5. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/schema/_definitions.json +420 -0
  6. openshift_python_wrapper-11.0.102/ocp_resources/authentication_config_openshift_io.py +105 -0
  7. openshift_python_wrapper-11.0.102/ocp_resources/authentication_operator_openshift_io.py +86 -0
  8. openshift_python_wrapper-11.0.102/ocp_resources/data_science_pipelines_application.py +117 -0
  9. openshift_python_wrapper-11.0.102/ocp_resources/gateway_config.py +61 -0
  10. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/resource.py +39 -14
  11. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_instance.py +3 -0
  12. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/pyproject.toml +2 -4
  13. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/uv.lock +647 -525
  14. openshift_python_wrapper-11.0.101/VERSION +0 -1
  15. openshift_python_wrapper-11.0.101/class_generator/schema/__cluster_version__.txt +0 -1
  16. openshift_python_wrapper-11.0.101/class_generator/schema/__resources-mappings.json.gz +0 -0
  17. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.coderabbit.yaml +0 -0
  18. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.dockerignore +0 -0
  19. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.flake8 +0 -0
  20. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.gitattributes +0 -0
  21. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  22. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  23. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/pull_request_template.md +0 -0
  24. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/weekly-digest.yml +0 -0
  25. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/workflows/close-stale-issues.yml +0 -0
  26. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.github/workflows/code-check.yml.old +0 -0
  27. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.gitignore +0 -0
  28. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.gitleaks.toml +0 -0
  29. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.readthedocs.yaml +0 -0
  30. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.release-it.json +0 -0
  31. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/.sonarcloud.properties +0 -0
  32. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/CONTRIBUTING.md +0 -0
  33. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/LICENSE +0 -0
  34. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/Makefile +0 -0
  35. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/OWNERS +0 -0
  36. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/README.md +0 -0
  37. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/README.md +0 -0
  38. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/__init__.py +0 -0
  39. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/cli.py +0 -0
  40. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/constants.py +0 -0
  41. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/core/__init__.py +0 -0
  42. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/core/coverage.py +0 -0
  43. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/core/discovery.py +0 -0
  44. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/core/generator.py +0 -0
  45. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/core/schema.py +0 -0
  46. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/formatters/__init__.py +0 -0
  47. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/formatters/file_writer.py +0 -0
  48. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/formatters/template_renderer.py +0 -0
  49. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/manifests/class_generator_template.j2 +0 -0
  50. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/parsers/__init__.py +0 -0
  51. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/parsers/explain_parser.py +0 -0
  52. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/parsers/type_parser.py +0 -0
  53. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/parsers/user_code_parser.py +0 -0
  54. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/py.typed +0 -0
  55. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
  56. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
  57. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
  58. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
  59. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
  60. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
  61. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
  62. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Ingress/ingress_config_openshift_io.py +0 -0
  63. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +0 -0
  64. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Machine/machine.py +0 -0
  65. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
  66. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
  67. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
  68. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Pod/pod.py +0 -0
  69. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +0 -0
  70. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/Secret/secret.py +0 -0
  71. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
  72. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
  73. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
  74. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_batch_regeneration.py +0 -0
  75. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_class_generator.py +0 -0
  76. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_cli.py +0 -0
  77. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_generation.py +0 -0
  78. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_resource_discovery.py +0 -0
  79. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_schema_new_functions.py +0 -0
  80. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_schema_parsing.py +0 -0
  81. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_user_code_parser.py +0 -0
  82. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/tests/test_utils.py +0 -0
  83. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/class_generator/utils.py +0 -0
  84. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/docs/Makefile +0 -0
  85. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/docs/conf.py +0 -0
  86. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/docs/index.rst +0 -0
  87. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/docs/modules.rst +0 -0
  88. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/docs/ocp_resources.rst +0 -0
  89. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/general.py +0 -0
  90. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/node_network_configuration_policy.py +0 -0
  91. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/pods.py +0 -0
  92. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/resource_list.py +0 -0
  93. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/role.py +0 -0
  94. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/special_cases.py +0 -0
  95. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/validation_demo.py +0 -0
  96. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/validation_troubleshooting.py +0 -0
  97. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/examples/virtual_machine.py +0 -0
  98. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/README.md +0 -0
  99. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/__init__.py +0 -0
  100. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/configuration.py +0 -0
  101. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/dynamic_client.py +0 -0
  102. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/exceptions.py +0 -0
  103. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/kubernetes_client.py +0 -0
  104. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/resource_field.py +0 -0
  105. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/resource_instance.py +0 -0
  106. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/resource_manager.py +0 -0
  107. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/resource_registry.py +0 -0
  108. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/resource_storage.py +0 -0
  109. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/status_schema_parser.py +0 -0
  110. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/status_templates.py +0 -0
  111. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/fake_kubernetes_client/types.py +0 -0
  112. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/README.md +0 -0
  113. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/__init__.py +0 -0
  114. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/example_client.py +0 -0
  115. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/server-info.json +0 -0
  116. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/server.py +0 -0
  117. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/tests/__init__.py +0 -0
  118. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/mcp_server/tests/test_server.py +0 -0
  119. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/__init__.py +0 -0
  120. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/aaq.py +0 -0
  121. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/api_server.py +0 -0
  122. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/api_service.py +0 -0
  123. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
  124. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
  125. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/application_aware_resource_quota.py +0 -0
  126. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/authorino.py +0 -0
  127. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/backup.py +0 -0
  128. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/benchmark.py +0 -0
  129. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/bgp_session_state.py +0 -0
  130. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/catalog_source.py +0 -0
  131. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cdi.py +0 -0
  132. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cdi_config.py +0 -0
  133. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/chaos_engine.py +0 -0
  134. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/chaos_result.py +0 -0
  135. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_claim.py +0 -0
  136. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_deployment.py +0 -0
  137. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_operator.py +0 -0
  138. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_pool.py +0 -0
  139. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_resource_quota.py +0 -0
  140. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_role.py +0 -0
  141. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_role_binding.py +0 -0
  142. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_service_version.py +0 -0
  143. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_user_defined_network.py +0 -0
  144. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cluster_version.py +0 -0
  145. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/config_imageregistry_operator_openshift_io.py +0 -0
  146. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/config_map.py +0 -0
  147. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/config_operator_openshift_io.py +0 -0
  148. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/config_samples_operator_openshift_io.py +0 -0
  149. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/console_cli_download.py +0 -0
  150. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/console_config_openshift_io.py +0 -0
  151. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/console_operator_openshift_io.py +0 -0
  152. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/console_plugin.py +0 -0
  153. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/console_quick_start.py +0 -0
  154. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/controller_revision.py +0 -0
  155. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/cron_job.py +0 -0
  156. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/csi_driver.py +0 -0
  157. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/csi_storage_capacity.py +0 -0
  158. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/custom_resource_definition.py +0 -0
  159. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/daemonset.py +0 -0
  160. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/data_import_cron.py +0 -0
  161. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/data_science_cluster.py +0 -0
  162. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/data_source.py +0 -0
  163. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/datavolume.py +0 -0
  164. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/deployment.py +0 -0
  165. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/destination_rule.py +0 -0
  166. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/direct_volume_migration.py +0 -0
  167. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/direct_volume_migration_progress.py +0 -0
  168. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/dns_config_openshift_io.py +0 -0
  169. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/dns_operator_openshift_io.py +0 -0
  170. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/dsc_initialization.py +0 -0
  171. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/endpoint_slice.py +0 -0
  172. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/endpoints.py +0 -0
  173. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/event.py +0 -0
  174. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/exceptions.py +0 -0
  175. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/fence_agent_remediation_templates.py +0 -0
  176. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/forklift_controller.py +0 -0
  177. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/frr_configuration.py +0 -0
  178. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/gateway.py +0 -0
  179. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/gateway_class.py +0 -0
  180. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/gateway_gateway_networking_k8s_io.py +0 -0
  181. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/gateway_networking_istio_io.py +0 -0
  182. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/group.py +0 -0
  183. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/guardrails_orchestrator.py +0 -0
  184. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/hook.py +0 -0
  185. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/host.py +0 -0
  186. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/hostpath_provisioner.py +0 -0
  187. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/hyperconverged.py +0 -0
  188. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
  189. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_config_openshift_io.py +0 -0
  190. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_content_source_policy.py +0 -0
  191. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_digest_mirror_set.py +0 -0
  192. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_image_openshift_io.py +0 -0
  193. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/image_stream.py +0 -0
  194. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/imagestreamtag.py +0 -0
  195. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/inference_graph.py +0 -0
  196. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/inference_service.py +0 -0
  197. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/infrastructure.py +0 -0
  198. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ingress_config_openshift_io.py +0 -0
  199. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ingress_controller.py +0 -0
  200. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ingress_networking_k8s_io.py +0 -0
  201. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/installplan.py +0 -0
  202. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ip_address_pool.py +0 -0
  203. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/jaeger.py +0 -0
  204. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/job.py +0 -0
  205. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/kube_descheduler.py +0 -0
  206. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/kubelet_config.py +0 -0
  207. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/kubevirt.py +0 -0
  208. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/l2_advertisement.py +0 -0
  209. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/lease.py +0 -0
  210. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/limit_range.py +0 -0
  211. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/llama_stack_distribution.py +0 -0
  212. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/llm_inference_service.py +0 -0
  213. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/lm_eval_job.py +0 -0
  214. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/machine.py +0 -0
  215. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/machine_config.py +0 -0
  216. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/machine_config_pool.py +0 -0
  217. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/machine_health_check.py +0 -0
  218. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/machine_set.py +0 -0
  219. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/managed_cluster.py +0 -0
  220. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/maria_db.py +0 -0
  221. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mariadb_operator.py +0 -0
  222. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/metallb.py +0 -0
  223. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mig_analytic.py +0 -0
  224. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mig_cluster.py +0 -0
  225. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mig_migration.py +0 -0
  226. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mig_plan.py +0 -0
  227. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/migration.py +0 -0
  228. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/migration_policy.py +0 -0
  229. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/model_registry.py +0 -0
  230. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/model_registry_components_platform_opendatahub_io.py +0 -0
  231. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +0 -0
  232. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mtq.py +0 -0
  233. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/multi_cluster_hub.py +0 -0
  234. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/multi_cluster_observability.py +0 -0
  235. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/multi_network_policy.py +0 -0
  236. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/mutating_webhook_config.py +0 -0
  237. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/namespace.py +0 -0
  238. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_addons_config.py +0 -0
  239. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_attachment_definition.py +0 -0
  240. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_config_openshift_io.py +0 -0
  241. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_map.py +0 -0
  242. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_operator_openshift_io.py +0 -0
  243. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/network_policy.py +0 -0
  244. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/nm_state.py +0 -0
  245. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node.py +0 -0
  246. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_config_openshift_io.py +0 -0
  247. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_health_check.py +0 -0
  248. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_maintenance.py +0 -0
  249. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_network_configuration_enactment.py +0 -0
  250. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_network_configuration_policy.py +0 -0
  251. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
  252. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/node_network_state.py +0 -0
  253. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/notebook.py +0 -0
  254. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/oauth.py +0 -0
  255. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ocs_initialization.py +0 -0
  256. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/open_telemetry_collector.py +0 -0
  257. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/operator.py +0 -0
  258. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/operator_condition.py +0 -0
  259. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/operator_group.py +0 -0
  260. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/operator_hub.py +0 -0
  261. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/operator_source.py +0 -0
  262. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/package_manifest.py +0 -0
  263. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/peer_authentication.py +0 -0
  264. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/performance_profile.py +0 -0
  265. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/persistent_volume.py +0 -0
  266. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/persistent_volume_claim.py +0 -0
  267. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/pipeline.py +0 -0
  268. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/pipeline_run.py +0 -0
  269. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/plan.py +0 -0
  270. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/pod.py +0 -0
  271. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/pod_disruption_budget.py +0 -0
  272. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/pod_metrics.py +0 -0
  273. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/priority_class.py +0 -0
  274. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/project_config_openshift_io.py +0 -0
  275. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/project_project_openshift_io.py +0 -0
  276. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/project_request.py +0 -0
  277. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/prometheus.py +0 -0
  278. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/prometheus_rule.py +0 -0
  279. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/provider.py +0 -0
  280. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/proxy.py +0 -0
  281. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/py.typed +0 -0
  282. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/reclaim_space_cron_job.py +0 -0
  283. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/reclaim_space_job.py +0 -0
  284. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/replica_set.py +0 -0
  285. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/resource_quota.py +0 -0
  286. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/restore.py +0 -0
  287. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/rhmi.py +0 -0
  288. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/role.py +0 -0
  289. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/role_binding.py +0 -0
  290. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/route.py +0 -0
  291. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/route_advertisements.py +0 -0
  292. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/scaled_object.py +0 -0
  293. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/scheduler.py +0 -0
  294. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/sealed_secret.py +0 -0
  295. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/secret.py +0 -0
  296. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/security_context_constraints.py +0 -0
  297. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/self_node_remediation_templates.py +0 -0
  298. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/self_subject_review.py +0 -0
  299. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service.py +0 -0
  300. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_account.py +0 -0
  301. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_mesh_control_plane.py +0 -0
  302. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_mesh_member.py +0 -0
  303. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_mesh_member_roll.py +0 -0
  304. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_monitor.py +0 -0
  305. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/service_serving_knative_dev.py +0 -0
  306. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/serving_runtime.py +0 -0
  307. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/snapshot.py +0 -0
  308. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/sriov_network.py +0 -0
  309. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/sriov_network_node_policy.py +0 -0
  310. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/sriov_network_node_state.py +0 -0
  311. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/ssp.py +0 -0
  312. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/storage_class.py +0 -0
  313. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/storage_cluster.py +0 -0
  314. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/storage_map.py +0 -0
  315. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/storage_profile.py +0 -0
  316. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/subscription.py +0 -0
  317. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/task.py +0 -0
  318. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/task_run.py +0 -0
  319. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/tekton_tasks.py +0 -0
  320. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/template.py +0 -0
  321. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/tempo_stack.py +0 -0
  322. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/trustyai_service.py +0 -0
  323. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/upload_token_request.py +0 -0
  324. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/user.py +0 -0
  325. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/user_defined_network.py +0 -0
  326. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/__init__.py +0 -0
  327. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/archive_utils.py +0 -0
  328. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/constants.py +0 -0
  329. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/resource_constants.py +0 -0
  330. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/schema_validator.py +0 -0
  331. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/utils/utils.py +0 -0
  332. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/validating_webhook_config.py +0 -0
  333. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine.py +0 -0
  334. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_clone.py +0 -0
  335. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
  336. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
  337. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_export.py +0 -0
  338. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_import.py +0 -0
  339. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_instance_migration.py +0 -0
  340. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_instance_preset.py +0 -0
  341. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
  342. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_instancetype.py +0 -0
  343. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
  344. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_preference.py +0 -0
  345. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_restore.py +0 -0
  346. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_machine_snapshot.py +0 -0
  347. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/virtual_service.py +0 -0
  348. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/vm_import_config.py +0 -0
  349. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/volume_snapshot.py +0 -0
  350. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/ocp_resources/volume_snapshot_class.py +0 -0
  351. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/pypi-dist/.gitignore +0 -0
  352. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/renovate.json +0 -0
  353. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/scripts/__init__.py +0 -0
  354. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/scripts/diff-from-latest-release.sh +0 -0
  355. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/scripts/diff-from-tag.sh +0 -0
  356. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/scripts/generate_changelog.py +0 -0
  357. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/scripts/get-latest-release.sh +0 -0
  358. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/sonar-project.properties +0 -0
  359. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/__init__.py +0 -0
  360. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/conftest.py +0 -0
  361. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/fixtures/validation_schemas.py +0 -0
  362. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/manifests/vm.yaml +0 -0
  363. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/scripts/__init__.py +0 -0
  364. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/scripts/generate_pytest_test.py +0 -0
  365. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/scripts/validate_resources.py +0 -0
  366. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_api_group_order.py +0 -0
  367. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_camelcase_to_snake.py +0 -0
  368. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resource.py +0 -0
  369. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resource_validation.py +0 -0
  370. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_aaq.py +0 -0
  371. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_api_server.py +0 -0
  372. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_authorino.py +0 -0
  373. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_cdi.py +0 -0
  374. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_cdi_config.py +0 -0
  375. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_cluster_resource_quota.py +0 -0
  376. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_cluster_user_defined_network.py +0 -0
  377. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_config_map.py +0 -0
  378. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_console_config_openshift_io.py +0 -0
  379. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_console_operator_openshift_io.py +0 -0
  380. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_csi_driver.py +0 -0
  381. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_data_import_cron.py +0 -0
  382. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_data_science_cluster.py +0 -0
  383. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_deployment.py +0 -0
  384. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_direct_volume_migration.py +0 -0
  385. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_direct_volume_migration_progress.py +0 -0
  386. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_dns_config_openshift_io.py +0 -0
  387. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_dns_operator_openshift_io.py +0 -0
  388. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_dsc_initialization.py +0 -0
  389. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_group.py +0 -0
  390. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_guardrails_orchestrator.py +0 -0
  391. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_image_caching_internal_knative_dev.py +0 -0
  392. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_image_config_openshift_io.py +0 -0
  393. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_image_content_source_policy.py +0 -0
  394. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_image_image_openshift_io.py +0 -0
  395. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_inference_graph.py +0 -0
  396. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_kube_descheduler.py +0 -0
  397. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_kubelet_config.py +0 -0
  398. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_kubevirt.py +0 -0
  399. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_llama_stack_distribution.py +0 -0
  400. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_lm_eval_job.py +0 -0
  401. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_machine.py +0 -0
  402. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_maria_db.py +0 -0
  403. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mariadb_operator.py +0 -0
  404. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mig_analytic.py +0 -0
  405. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mig_cluster.py +0 -0
  406. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mig_migration.py +0 -0
  407. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mig_plan.py +0 -0
  408. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_model_registry.py +0 -0
  409. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +0 -0
  410. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +0 -0
  411. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_mtq.py +0 -0
  412. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_namespace.py +0 -0
  413. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_network_config_openshift_io.py +0 -0
  414. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_network_operator_openshift_io.py +0 -0
  415. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_nm_state.py +0 -0
  416. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_node.py +0 -0
  417. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_node_config_openshift_io.py +0 -0
  418. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_node_network_configuration_policy_latest.py +0 -0
  419. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_notebook.py +0 -0
  420. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_oauth.py +0 -0
  421. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_operator.py +0 -0
  422. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_pod.py +0 -0
  423. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_pod_metrics.py +0 -0
  424. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_project_config_openshift_io.py +0 -0
  425. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_project_project_openshift_io.py +0 -0
  426. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_project_request.py +0 -0
  427. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_prometheus.py +0 -0
  428. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_replica_set.py +0 -0
  429. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_scheduler.py +0 -0
  430. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_security_context_constraints.py +0 -0
  431. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_self_subject_review.py +0 -0
  432. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_service.py +0 -0
  433. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_service_mesh_member.py +0 -0
  434. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_service_serving_knative_dev.py +0 -0
  435. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_serving_runtime.py +0 -0
  436. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_snapshot.py +0 -0
  437. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_ssp.py +0 -0
  438. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_storage_cluster.py +0 -0
  439. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_user.py +0 -0
  440. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_user_defined_network.py +0 -0
  441. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +0 -0
  442. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_cluster_preference.py +0 -0
  443. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_export.py +0 -0
  444. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_instance_migration.py +0 -0
  445. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_instance_preset.py +0 -0
  446. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_instance_replica_set.py +0 -0
  447. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_instancetype.py +0 -0
  448. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_virtual_machine_preference.py +0 -0
  449. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_volume_snapshot.py +0 -0
  450. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_resources/test_volume_snapshot_class.py +0 -0
  451. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_schema_loading.py +0 -0
  452. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_unittests.py +0 -0
  453. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_validate_resources.py +0 -0
  454. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_validate_resources_script.py +0 -0
  455. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/test_validation_error.py +0 -0
  456. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tests/utils.py +0 -0
  457. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.102}/tox.toml +0 -0
@@ -45,7 +45,7 @@ repos:
45
45
  ]
46
46
 
47
47
  - repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.14.1
48
+ rev: v0.14.3
49
49
  hooks:
50
50
  - id: ruff
51
51
  - id: ruff-format
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openshift-python-wrapper
3
- Version: 11.0.101
3
+ Version: 11.0.102
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/
@@ -94359,6 +94359,195 @@
94359
94359
  }
94360
94360
  ]
94361
94361
  },
94362
+ "inference.networking.x-k8s.io/v1alpha2/InferenceObjective": {
94363
+ "description": "InferenceObjective is the Schema for the InferenceObjectives API.",
94364
+ "namespaced": true,
94365
+ "properties": {
94366
+ "apiVersion": {
94367
+ "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
94368
+ "type": "string"
94369
+ },
94370
+ "kind": {
94371
+ "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
94372
+ "type": "string"
94373
+ },
94374
+ "metadata": {
94375
+ "allOf": [
94376
+ {
94377
+ "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
94378
+ }
94379
+ ],
94380
+ "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
94381
+ },
94382
+ "spec": {
94383
+ "description": "InferenceObjectiveSpec represents the desired state of a specific model use case. This resource is\nmanaged by the \"Inference Workload Owner\" persona.\n\nThe Inference Workload Owner persona is someone that trains, verifies, and\nleverages a large language model from a model frontend, drives the lifecycle\nand rollout of new versions of those models, and defines the specific\nperformance and latency goals for the model. These workloads are\nexpected to operate within an InferencePool sharing compute capacity with other\nInferenceObjectives, defined by the Inference Platform Admin.",
94384
+ "properties": {
94385
+ "poolRef": {
94386
+ "description": "PoolRef is a reference to the inference pool, the pool must exist in the same namespace.",
94387
+ "properties": {
94388
+ "group": {
94389
+ "default": "inference.networking.k8s.io",
94390
+ "description": "Group is the group of the referent.",
94391
+ "maxLength": 253,
94392
+ "pattern": "^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
94393
+ "type": "string"
94394
+ },
94395
+ "kind": {
94396
+ "default": "InferencePool",
94397
+ "description": "Kind is kind of the referent. For example \"InferencePool\".",
94398
+ "maxLength": 63,
94399
+ "minLength": 1,
94400
+ "pattern": "^[a-zA-Z]([-a-zA-Z0-9]*[a-zA-Z0-9])?$",
94401
+ "type": "string"
94402
+ },
94403
+ "name": {
94404
+ "description": "Name is the name of the referent.",
94405
+ "maxLength": 253,
94406
+ "minLength": 1,
94407
+ "type": "string"
94408
+ }
94409
+ },
94410
+ "required": [
94411
+ "name"
94412
+ ],
94413
+ "type": "object"
94414
+ },
94415
+ "priority": {
94416
+ "description": "Priority defines how important it is to serve the request compared to other requests in the same pool.\nPriority is an integer value that defines the priority of the request.\nThe higher the value, the more critical the request is; negative values _are_ allowed.\nNo default value is set for this field, allowing for future additions of new fields that may 'one of' with this field.\nHowever, implementations that consume this field (such as the Endpoint Picker) will treat an unset value as '0'.\nPriority is used in flow control, primarily in the event of resource scarcity(requests need to be queued).\nAll requests will be queued, and flow control will _always_ allow requests of higher priority to be served first.\nFairness is only enforced and tracked between requests of the same priority.\n\nExample: requests with Priority 10 will always be served before\nrequests with Priority of 0 (the value used if Priority is unset or no InfereneceObjective is specified).\nSimilarly requests with a Priority of -10 will always be served after requests with Priority of 0.",
94417
+ "type": "integer"
94418
+ }
94419
+ },
94420
+ "required": [
94421
+ "poolRef"
94422
+ ],
94423
+ "type": "object"
94424
+ },
94425
+ "status": {
94426
+ "description": "InferenceObjectiveStatus defines the observed state of InferenceObjective",
94427
+ "properties": {
94428
+ "conditions": {
94429
+ "default": [
94430
+ {
94431
+ "lastTransitionTime": "1970-01-01T00:00:00Z",
94432
+ "message": "Waiting for controller",
94433
+ "reason": "Pending",
94434
+ "status": "Unknown",
94435
+ "type": "Ready"
94436
+ }
94437
+ ],
94438
+ "description": "Conditions track the state of the InferenceObjective.\n\nKnown condition types are:\n\n* \"Accepted\"",
94439
+ "items": {
94440
+ "description": "Condition contains details for one aspect of the current state of this API Resource.",
94441
+ "properties": {
94442
+ "lastTransitionTime": {
94443
+ "description": "lastTransitionTime is the last time the condition transitioned from one status to another.\nThis should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.",
94444
+ "format": "date-time",
94445
+ "type": "string"
94446
+ },
94447
+ "message": {
94448
+ "description": "message is a human readable message indicating details about the transition.\nThis may be an empty string.",
94449
+ "maxLength": 32768,
94450
+ "type": "string"
94451
+ },
94452
+ "observedGeneration": {
94453
+ "description": "observedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.",
94454
+ "format": "int64",
94455
+ "minimum": 0,
94456
+ "type": "integer"
94457
+ },
94458
+ "reason": {
94459
+ "description": "reason contains a programmatic identifier indicating the reason for the condition's last transition.\nProducers of specific condition types may define expected values and meanings for this field,\nand whether the values are considered a guaranteed API.\nThe value should be a CamelCase string.\nThis field may not be empty.",
94460
+ "maxLength": 1024,
94461
+ "minLength": 1,
94462
+ "pattern": "^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$",
94463
+ "type": "string"
94464
+ },
94465
+ "status": {
94466
+ "description": "status of the condition, one of True, False, Unknown.",
94467
+ "enum": [
94468
+ "True",
94469
+ "False",
94470
+ "Unknown"
94471
+ ],
94472
+ "type": "string"
94473
+ },
94474
+ "type": {
94475
+ "description": "type of condition in CamelCase or in foo.example.com/CamelCase.",
94476
+ "maxLength": 316,
94477
+ "pattern": "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$",
94478
+ "type": "string"
94479
+ }
94480
+ },
94481
+ "required": [
94482
+ "lastTransitionTime",
94483
+ "message",
94484
+ "reason",
94485
+ "status",
94486
+ "type"
94487
+ ],
94488
+ "type": "object"
94489
+ },
94490
+ "maxItems": 8,
94491
+ "type": "array",
94492
+ "x-kubernetes-list-map-keys": [
94493
+ "type"
94494
+ ],
94495
+ "x-kubernetes-list-type": "map"
94496
+ }
94497
+ },
94498
+ "type": "object"
94499
+ }
94500
+ },
94501
+ "required": [],
94502
+ "type": "object",
94503
+ "x-kubernetes-group-version-kind": [
94504
+ {
94505
+ "group": "inference.networking.x-k8s.io",
94506
+ "kind": "InferenceObjective",
94507
+ "version": "v1alpha2"
94508
+ }
94509
+ ]
94510
+ },
94511
+ "inference.networking.x-k8s.io/v1alpha2/InferenceObjectiveList": {
94512
+ "description": "InferenceObjectiveList is a list of InferenceObjective",
94513
+ "namespaced": true,
94514
+ "properties": {
94515
+ "apiVersion": {
94516
+ "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
94517
+ "type": "string"
94518
+ },
94519
+ "items": {
94520
+ "description": "List of inferenceobjectives. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md",
94521
+ "items": {
94522
+ "$ref": "#/components/schemas/io.x-k8s.networking.inference.v1alpha2.InferenceObjective"
94523
+ },
94524
+ "type": "array"
94525
+ },
94526
+ "kind": {
94527
+ "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
94528
+ "type": "string"
94529
+ },
94530
+ "metadata": {
94531
+ "allOf": [
94532
+ {
94533
+ "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
94534
+ }
94535
+ ],
94536
+ "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
94537
+ }
94538
+ },
94539
+ "required": [
94540
+ "items"
94541
+ ],
94542
+ "type": "object",
94543
+ "x-kubernetes-group-version-kind": [
94544
+ {
94545
+ "group": "inference.networking.x-k8s.io",
94546
+ "kind": "InferenceObjectiveList",
94547
+ "version": "v1alpha2"
94548
+ }
94549
+ ]
94550
+ },
94362
94551
  "infrastructure.cluster.x-k8s.io/v1alpha5/Metal3Remediation": {
94363
94552
  "description": "Metal3Remediation is the Schema for the metal3remediations API.",
94364
94553
  "namespaced": true,
@@ -306467,6 +306656,237 @@
306467
306656
  }
306468
306657
  ]
306469
306658
  },
306659
+ "services.platform.opendatahub.io/v1alpha1/GatewayConfig": {
306660
+ "description": "GatewayConfig is the Schema for the gatewayconfigs API",
306661
+ "namespaced": false,
306662
+ "properties": {
306663
+ "apiVersion": {
306664
+ "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
306665
+ "type": "string"
306666
+ },
306667
+ "kind": {
306668
+ "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
306669
+ "type": "string"
306670
+ },
306671
+ "metadata": {
306672
+ "allOf": [
306673
+ {
306674
+ "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
306675
+ }
306676
+ ],
306677
+ "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
306678
+ },
306679
+ "spec": {
306680
+ "description": "GatewayConfigSpec defines the desired state of GatewayConfig",
306681
+ "properties": {
306682
+ "certificate": {
306683
+ "description": "Certificate management",
306684
+ "properties": {
306685
+ "secretName": {
306686
+ "description": "SecretName specifies the name of the Kubernetes Secret resource that contains a\nTLS certificate secure HTTP communications for the KNative network.",
306687
+ "type": "string"
306688
+ },
306689
+ "type": {
306690
+ "default": "OpenshiftDefaultIngress",
306691
+ "description": "Type specifies if the TLS certificate should be generated automatically, or if the certificate\nis provided by the user. Allowed values are:\n* SelfSigned: A certificate is going to be generated using an own private key.\n* Provided: Pre-existence of the TLS Secret (see SecretName) with a valid certificate is assumed.\n* OpenshiftDefaultIngress: Default ingress certificate configured for OpenShift",
306692
+ "enum": [
306693
+ "SelfSigned",
306694
+ "Provided",
306695
+ "OpenshiftDefaultIngress"
306696
+ ],
306697
+ "type": "string"
306698
+ }
306699
+ },
306700
+ "type": "object"
306701
+ },
306702
+ "cookie": {
306703
+ "description": "Cookie configuration for OAuth2 proxy (applies to both OIDC and OpenShift OAuth)",
306704
+ "properties": {
306705
+ "expire": {
306706
+ "default": "24h",
306707
+ "description": "Expire duration for OAuth2 proxy session cookie (e.g., \"24h\", \"8h\")\nThis controls how long the session cookie is valid before requiring re-authentication.\nDefault: \"24h\"",
306708
+ "pattern": "^([0-9]+(\\.[0-9]+)?(ns|us|\u00b5s|ms|s|m|h))+$",
306709
+ "type": "string"
306710
+ },
306711
+ "refresh": {
306712
+ "default": "1h",
306713
+ "description": "Refresh duration for OAuth2 proxy to refresh access tokens (e.g., \"2h\", \"1h\", \"30m\")\nThis must be LESS than the OIDC provider's Access Token Lifespan to avoid token expiration.\nFor example, if Keycloak Access Token Lifespan is 1 hour, set this to \"30m\" or \"45m\".\nDefault: \"1h\"",
306714
+ "pattern": "^([0-9]+(\\.[0-9]+)?(ns|us|\u00b5s|ms|s|m|h))+$",
306715
+ "type": "string"
306716
+ }
306717
+ },
306718
+ "type": "object"
306719
+ },
306720
+ "domain": {
306721
+ "description": "Domain configuration for the GatewayConfig\nExample: apps.example.com",
306722
+ "type": "string"
306723
+ },
306724
+ "oidc": {
306725
+ "description": "OIDC configuration (used when cluster is in OIDC authentication mode)",
306726
+ "properties": {
306727
+ "clientID": {
306728
+ "description": "OIDC client ID",
306729
+ "type": "string"
306730
+ },
306731
+ "clientSecretRef": {
306732
+ "description": "Reference to secret containing client secret",
306733
+ "properties": {
306734
+ "key": {
306735
+ "description": "The key of the secret to select from. Must be a valid secret key.",
306736
+ "type": "string"
306737
+ },
306738
+ "name": {
306739
+ "default": "",
306740
+ "description": "Name of the referent.\nThis field is effectively required, but due to backwards compatibility is\nallowed to be empty. Instances of this type with an empty value here are\nalmost certainly wrong.\nMore info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
306741
+ "type": "string"
306742
+ },
306743
+ "optional": {
306744
+ "description": "Specify whether the Secret or its key must be defined",
306745
+ "type": "boolean"
306746
+ }
306747
+ },
306748
+ "required": [
306749
+ "key"
306750
+ ],
306751
+ "type": "object",
306752
+ "x-kubernetes-map-type": "atomic"
306753
+ },
306754
+ "issuerURL": {
306755
+ "description": "OIDC issuer URL",
306756
+ "type": "string"
306757
+ }
306758
+ },
306759
+ "required": [
306760
+ "clientID",
306761
+ "clientSecretRef",
306762
+ "issuerURL"
306763
+ ],
306764
+ "type": "object"
306765
+ }
306766
+ },
306767
+ "type": "object"
306768
+ },
306769
+ "status": {
306770
+ "description": "GatewayConfigStatus defines the observed state of GatewayConfig",
306771
+ "properties": {
306772
+ "conditions": {
306773
+ "items": {
306774
+ "properties": {
306775
+ "lastHeartbeatTime": {
306776
+ "description": "The last time we got an update on a given condition, this should not be set and is\npresent only for backward compatibility reasons",
306777
+ "format": "date-time",
306778
+ "type": "string"
306779
+ },
306780
+ "lastTransitionTime": {
306781
+ "description": "lastTransitionTime is the last time the condition transitioned from one status to another.\nThis should be when the underlying condition changed.\nIf that is not known, then using the time when the API field changed is acceptable.",
306782
+ "format": "date-time",
306783
+ "type": "string"
306784
+ },
306785
+ "message": {
306786
+ "description": "message is a human-readable message indicating details about the transition.",
306787
+ "type": "string"
306788
+ },
306789
+ "observedGeneration": {
306790
+ "description": "observedGeneration represents the .metadata.generation that the condition was set based upon.\nFor instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration\nis 9, the condition is out of date with respect to the current state of the instance.",
306791
+ "format": "int64",
306792
+ "minimum": 0,
306793
+ "type": "integer"
306794
+ },
306795
+ "reason": {
306796
+ "description": "reason contains a programmatic identifier indicating the reason for the condition's last transition.\nThe value should be a CamelCase string.",
306797
+ "type": "string"
306798
+ },
306799
+ "severity": {
306800
+ "description": "Severity with which to treat failures of this type of condition.\nWhen this is not specified, it defaults to Error.",
306801
+ "type": "string"
306802
+ },
306803
+ "status": {
306804
+ "description": "status of the condition, one of True, False, Unknown.",
306805
+ "enum": [
306806
+ "True",
306807
+ "False",
306808
+ "Unknown"
306809
+ ],
306810
+ "type": "string"
306811
+ },
306812
+ "type": {
306813
+ "description": "type of condition in CamelCase or in foo.example.com/CamelCase.",
306814
+ "maxLength": 316,
306815
+ "pattern": "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$",
306816
+ "type": "string"
306817
+ }
306818
+ },
306819
+ "required": [
306820
+ "status",
306821
+ "type"
306822
+ ],
306823
+ "type": "object"
306824
+ },
306825
+ "type": "array",
306826
+ "x-kubernetes-list-type": "atomic"
306827
+ },
306828
+ "observedGeneration": {
306829
+ "description": "The generation observed by the resource controller.",
306830
+ "format": "int64",
306831
+ "type": "integer"
306832
+ },
306833
+ "phase": {
306834
+ "type": "string"
306835
+ }
306836
+ },
306837
+ "type": "object"
306838
+ }
306839
+ },
306840
+ "required": [],
306841
+ "type": "object",
306842
+ "x-kubernetes-group-version-kind": [
306843
+ {
306844
+ "group": "services.platform.opendatahub.io",
306845
+ "kind": "GatewayConfig",
306846
+ "version": "v1alpha1"
306847
+ }
306848
+ ]
306849
+ },
306850
+ "services.platform.opendatahub.io/v1alpha1/GatewayConfigList": {
306851
+ "description": "GatewayConfigList is a list of GatewayConfig",
306852
+ "namespaced": true,
306853
+ "properties": {
306854
+ "apiVersion": {
306855
+ "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
306856
+ "type": "string"
306857
+ },
306858
+ "items": {
306859
+ "description": "List of gatewayconfigs. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md",
306860
+ "items": {
306861
+ "$ref": "#/components/schemas/io.opendatahub.platform.services.v1alpha1.GatewayConfig"
306862
+ },
306863
+ "type": "array"
306864
+ },
306865
+ "kind": {
306866
+ "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
306867
+ "type": "string"
306868
+ },
306869
+ "metadata": {
306870
+ "allOf": [
306871
+ {
306872
+ "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"
306873
+ }
306874
+ ],
306875
+ "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
306876
+ }
306877
+ },
306878
+ "required": [
306879
+ "items"
306880
+ ],
306881
+ "type": "object",
306882
+ "x-kubernetes-group-version-kind": [
306883
+ {
306884
+ "group": "services.platform.opendatahub.io",
306885
+ "kind": "GatewayConfigList",
306886
+ "version": "v1alpha1"
306887
+ }
306888
+ ]
306889
+ },
306470
306890
  "snapshot.kubevirt.io/v1alpha1/VirtualMachineRestore": {
306471
306891
  "description": "VirtualMachineRestore defines the operation of restoring a VM",
306472
306892
  "namespaced": true,
@@ -0,0 +1,105 @@
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 Authentication(Resource):
9
+ """
10
+ Authentication specifies cluster-wide settings for authentication (like OAuth and
11
+ webhook token authenticators). The canonical name of an instance 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
+ oauth_metadata: dict[str, Any] | None = None,
21
+ oidc_providers: list[Any] | None = None,
22
+ service_account_issuer: str | None = None,
23
+ type: str | None = None,
24
+ webhook_token_authenticator: dict[str, Any] | None = None,
25
+ webhook_token_authenticators: list[Any] | None = None,
26
+ **kwargs: Any,
27
+ ) -> None:
28
+ r"""
29
+ Args:
30
+ oauth_metadata (dict[str, Any]): oauthMetadata contains the discovery endpoint data for OAuth 2.0
31
+ Authorization Server Metadata for an external OAuth server. This
32
+ discovery document can be viewed from its served location: oc get
33
+ --raw '/.well-known/oauth-authorization-server' For further
34
+ details, see the IETF Draft: https://tools.ietf.org/html/draft-
35
+ ietf-oauth-discovery-04#section-2 If oauthMetadata.name is non-
36
+ empty, this value has precedence over any metadata reference
37
+ stored in status. The key "oauthMetadata" is used to locate the
38
+ data. If specified and the config map or expected key is not
39
+ found, no metadata is served. If the specified metadata is not
40
+ valid, no metadata is served. The namespace for this config map is
41
+ openshift-config.
42
+
43
+ oidc_providers (list[Any]): oidcProviders are OIDC identity providers that can issue tokens for
44
+ this cluster Can only be set if "Type" is set to "OIDC". At most
45
+ one provider can be configured.
46
+
47
+ service_account_issuer (str): serviceAccountIssuer is the identifier of the bound service account
48
+ token issuer. The default is https://kubernetes.default.svc
49
+ WARNING: Updating this field will not result in immediate
50
+ invalidation of all bound tokens with the previous issuer value.
51
+ Instead, the tokens issued by previous service account issuer will
52
+ continue to be trusted for a time period chosen by the platform
53
+ (currently set to 24h). This time period is subject to change over
54
+ time. This allows internal components to transition to use new
55
+ service account issuer without service distruption.
56
+
57
+ type (str): type identifies the cluster managed, user facing authentication mode
58
+ in use. Specifically, it manages the component that responds to
59
+ login attempts. The default is IntegratedOAuth.
60
+
61
+ webhook_token_authenticator (dict[str, Any]): webhookTokenAuthenticator configures a remote token reviewer. These
62
+ remote authentication webhooks can be used to verify bearer tokens
63
+ via the tokenreviews.authentication.k8s.io REST API. This is
64
+ required to honor bearer tokens that are provisioned by an
65
+ external authentication service. Can only be set if "Type" is set
66
+ to "None".
67
+
68
+ webhook_token_authenticators (list[Any]): webhookTokenAuthenticators is DEPRECATED, setting it has no effect.
69
+
70
+ """
71
+ super().__init__(**kwargs)
72
+
73
+ self.oauth_metadata = oauth_metadata
74
+ self.oidc_providers = oidc_providers
75
+ self.service_account_issuer = service_account_issuer
76
+ self.type = type
77
+ self.webhook_token_authenticator = webhook_token_authenticator
78
+ self.webhook_token_authenticators = webhook_token_authenticators
79
+
80
+ def to_dict(self) -> None:
81
+ super().to_dict()
82
+
83
+ if not self.kind_dict and not self.yaml_file:
84
+ self.res["spec"] = {}
85
+ _spec = self.res["spec"]
86
+
87
+ if self.oauth_metadata is not None:
88
+ _spec["oauthMetadata"] = self.oauth_metadata
89
+
90
+ if self.oidc_providers is not None:
91
+ _spec["oidcProviders"] = self.oidc_providers
92
+
93
+ if self.service_account_issuer is not None:
94
+ _spec["serviceAccountIssuer"] = self.service_account_issuer
95
+
96
+ if self.type is not None:
97
+ _spec["type"] = self.type
98
+
99
+ if self.webhook_token_authenticator is not None:
100
+ _spec["webhookTokenAuthenticator"] = self.webhook_token_authenticator
101
+
102
+ if self.webhook_token_authenticators is not None:
103
+ _spec["webhookTokenAuthenticators"] = self.webhook_token_authenticators
104
+
105
+ # End of generated code
@@ -0,0 +1,86 @@
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 Authentication(Resource):
9
+ """
10
+ Authentication provides information to configure an operator to manage authentication.
11
+
12
+ Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).
13
+ """
14
+
15
+ api_group: str = Resource.ApiGroup.OPERATOR_OPENSHIFT_IO
16
+
17
+ def __init__(
18
+ self,
19
+ log_level: str | None = None,
20
+ management_state: str | None = None,
21
+ observed_config: dict[str, Any] | None = None,
22
+ operator_log_level: str | None = None,
23
+ unsupported_config_overrides: dict[str, Any] | None = None,
24
+ **kwargs: Any,
25
+ ) -> None:
26
+ r"""
27
+ Args:
28
+ log_level (str): logLevel is an intent based logging for an overall component. It does
29
+ not give fine grained control, but it is a simple way to manage
30
+ coarse grained logging choices that operators have to interpret
31
+ for their operands. Valid values are: "Normal", "Debug", "Trace",
32
+ "TraceAll". Defaults to "Normal".
33
+
34
+ management_state (str): managementState indicates whether and how the operator should manage
35
+ the component
36
+
37
+ observed_config (dict[str, Any]): observedConfig holds a sparse config that controller has observed from
38
+ the cluster state. It exists in spec because it is an input to
39
+ the level for the operator
40
+
41
+ operator_log_level (str): operatorLogLevel is an intent based logging for the operator itself.
42
+ It does not give fine grained control, but it is a simple way to
43
+ manage coarse grained logging choices that operators have to
44
+ interpret for themselves. Valid values are: "Normal", "Debug",
45
+ "Trace", "TraceAll". Defaults to "Normal".
46
+
47
+ unsupported_config_overrides (dict[str, Any]): unsupportedConfigOverrides overrides the final configuration that was
48
+ computed by the operator. Red Hat does not support the use of this
49
+ field. Misuse of this field could lead to unexpected behavior or
50
+ conflict with other configuration options. Seek guidance from the
51
+ Red Hat support before using this field. Use of this property
52
+ blocks cluster upgrades, it must be removed before upgrading your
53
+ cluster.
54
+
55
+ """
56
+ super().__init__(**kwargs)
57
+
58
+ self.log_level = log_level
59
+ self.management_state = management_state
60
+ self.observed_config = observed_config
61
+ self.operator_log_level = operator_log_level
62
+ self.unsupported_config_overrides = unsupported_config_overrides
63
+
64
+ def to_dict(self) -> None:
65
+ super().to_dict()
66
+
67
+ if not self.kind_dict and not self.yaml_file:
68
+ self.res["spec"] = {}
69
+ _spec = self.res["spec"]
70
+
71
+ if self.log_level is not None:
72
+ _spec["logLevel"] = self.log_level
73
+
74
+ if self.management_state is not None:
75
+ _spec["managementState"] = self.management_state
76
+
77
+ if self.observed_config is not None:
78
+ _spec["observedConfig"] = self.observed_config
79
+
80
+ if self.operator_log_level is not None:
81
+ _spec["operatorLogLevel"] = self.operator_log_level
82
+
83
+ if self.unsupported_config_overrides is not None:
84
+ _spec["unsupportedConfigOverrides"] = self.unsupported_config_overrides
85
+
86
+ # End of generated code