openshift-python-wrapper 11.0.101__tar.gz → 11.0.103__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.103}/.pre-commit-config.yaml +1 -1
  2. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/PKG-INFO +1 -1
  3. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/cli.py +7 -9
  4. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/core/coverage.py +1 -1
  5. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/core/discovery.py +2 -2
  6. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/core/generator.py +1 -1
  7. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/core/schema.py +18 -18
  8. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/formatters/template_renderer.py +2 -2
  9. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/parsers/explain_parser.py +1 -1
  10. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/parsers/type_parser.py +1 -1
  11. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/parsers/user_code_parser.py +6 -6
  12. openshift_python_wrapper-11.0.103/class_generator/schema/__cluster_version__.txt +1 -0
  13. openshift_python_wrapper-11.0.103/class_generator/schema/__resources-mappings.json.gz +0 -0
  14. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/schema/_definitions.json +420 -0
  15. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/APIServer/api_server.py +1 -0
  16. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +1 -0
  17. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/ConfigMap/config_map.py +1 -0
  18. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +1 -0
  19. {openshift_python_wrapper-11.0.101/ocp_resources → openshift_python_wrapper-11.0.103/class_generator/tests/manifests/DNS}/dns_operator_openshift_io.py +1 -0
  20. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/Deployment/deployment.py +2 -1
  21. {openshift_python_wrapper-11.0.101/ocp_resources → openshift_python_wrapper-11.0.103/class_generator/tests/manifests/ImageContentSourcePolicy}/image_content_source_policy.py +1 -0
  22. {openshift_python_wrapper-11.0.101/ocp_resources → openshift_python_wrapper-11.0.103/class_generator/tests/manifests/Ingress}/ingress_config_openshift_io.py +1 -0
  23. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/Ingress/ingress_networking_k8s_io.py +1 -0
  24. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/Machine/machine.py +1 -0
  25. {openshift_python_wrapper-11.0.101/ocp_resources → openshift_python_wrapper-11.0.103/class_generator/tests/manifests/NMState}/nm_state.py +1 -0
  26. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/OAuth/oauth.py +1 -0
  27. {openshift_python_wrapper-11.0.101/ocp_resources → openshift_python_wrapper-11.0.103/class_generator/tests/manifests/Pipeline}/pipeline.py +1 -0
  28. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/Pod/pod.py +2 -1
  29. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/RouteAdvertisements/route_advertisements.py +2 -1
  30. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/Secret/secret.py +1 -0
  31. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +2 -1
  32. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +2 -1
  33. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_batch_regeneration.py +2 -4
  34. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_class_generator.py +9 -11
  35. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_resource_discovery.py +2 -2
  36. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_schema_new_functions.py +39 -26
  37. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_user_code_parser.py +2 -2
  38. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/utils.py +22 -21
  39. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/resource_list.py +1 -1
  40. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/validation_demo.py +4 -3
  41. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/dynamic_client.py +5 -5
  42. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/exceptions.py +1 -5
  43. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/kubernetes_client.py +14 -14
  44. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/resource_field.py +3 -2
  45. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/resource_instance.py +31 -30
  46. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/resource_manager.py +12 -14
  47. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/resource_registry.py +11 -11
  48. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/resource_storage.py +9 -13
  49. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/status_schema_parser.py +4 -4
  50. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/status_templates.py +6 -6
  51. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/example_client.py +1 -0
  52. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/server.py +10 -4
  53. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/tests/test_server.py +0 -4
  54. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/aaq.py +1 -0
  55. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/api_server.py +1 -0
  56. openshift_python_wrapper-11.0.103/ocp_resources/authentication_config_openshift_io.py +106 -0
  57. openshift_python_wrapper-11.0.103/ocp_resources/authentication_operator_openshift_io.py +87 -0
  58. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/authorino.py +2 -1
  59. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/backup.py +0 -1
  60. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/catalog_source.py +3 -2
  61. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cdi.py +1 -0
  62. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/chaos_engine.py +0 -2
  63. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/chaos_result.py +0 -2
  64. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_resource_quota.py +2 -1
  65. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_role.py +0 -1
  66. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_role_binding.py +0 -2
  67. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_user_defined_network.py +2 -1
  68. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/config_imageregistry_operator_openshift_io.py +2 -1
  69. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/config_operator_openshift_io.py +1 -0
  70. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/config_samples_operator_openshift_io.py +1 -0
  71. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/console_config_openshift_io.py +1 -0
  72. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/console_operator_openshift_io.py +1 -0
  73. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/csi_driver.py +1 -0
  74. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/daemonset.py +4 -4
  75. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/data_import_cron.py +2 -1
  76. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/data_science_cluster.py +1 -0
  77. openshift_python_wrapper-11.0.103/ocp_resources/data_science_pipelines_application.py +118 -0
  78. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/data_source.py +2 -0
  79. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/datavolume.py +10 -7
  80. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/destination_rule.py +0 -2
  81. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/direct_volume_migration.py +1 -0
  82. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/direct_volume_migration_progress.py +1 -0
  83. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/dns_config_openshift_io.py +1 -0
  84. {openshift_python_wrapper-11.0.101/class_generator/tests/manifests/DNS → openshift_python_wrapper-11.0.103/ocp_resources}/dns_operator_openshift_io.py +1 -0
  85. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/dsc_initialization.py +2 -1
  86. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/frr_configuration.py +1 -0
  87. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/gateway.py +0 -2
  88. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/gateway_class.py +2 -1
  89. openshift_python_wrapper-11.0.103/ocp_resources/gateway_config.py +62 -0
  90. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/gateway_gateway_networking_k8s_io.py +2 -1
  91. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/gateway_networking_istio_io.py +1 -0
  92. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/group.py +2 -1
  93. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/hostpath_provisioner.py +1 -2
  94. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/image_config_openshift_io.py +1 -0
  95. {openshift_python_wrapper-11.0.101/class_generator/tests/manifests/ImageContentSourcePolicy → openshift_python_wrapper-11.0.103/ocp_resources}/image_content_source_policy.py +1 -0
  96. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/image_image_openshift_io.py +1 -0
  97. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/inference_graph.py +2 -1
  98. {openshift_python_wrapper-11.0.101/class_generator/tests/manifests/Ingress → openshift_python_wrapper-11.0.103/ocp_resources}/ingress_config_openshift_io.py +1 -0
  99. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/ingress_networking_k8s_io.py +1 -0
  100. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/jaeger.py +1 -0
  101. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/kube_descheduler.py +1 -0
  102. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/kubelet_config.py +1 -0
  103. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/kubevirt.py +1 -0
  104. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/llama_stack_distribution.py +2 -1
  105. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/llm_inference_service.py +1 -0
  106. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/lm_eval_job.py +2 -1
  107. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/machine_set.py +3 -2
  108. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/maria_db.py +1 -0
  109. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mariadb_operator.py +1 -0
  110. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mig_analytic.py +2 -1
  111. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mig_cluster.py +2 -1
  112. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mig_migration.py +2 -1
  113. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mig_plan.py +1 -0
  114. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/model_registry_components_platform_opendatahub_io.py +1 -0
  115. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/model_registry_modelregistry_opendatahub_io.py +2 -1
  116. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/namespace.py +1 -0
  117. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_config_openshift_io.py +1 -0
  118. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_operator_openshift_io.py +1 -0
  119. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_policy.py +2 -1
  120. {openshift_python_wrapper-11.0.101/class_generator/tests/manifests/NMState → openshift_python_wrapper-11.0.103/ocp_resources}/nm_state.py +1 -0
  121. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_config_openshift_io.py +1 -0
  122. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/notebook.py +1 -0
  123. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/oauth.py +1 -0
  124. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/open_telemetry_collector.py +2 -1
  125. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/operator.py +1 -0
  126. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/peer_authentication.py +0 -2
  127. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/persistent_volume.py +0 -2
  128. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/persistent_volume_claim.py +1 -3
  129. {openshift_python_wrapper-11.0.101/class_generator/tests/manifests/Pipeline → openshift_python_wrapper-11.0.103/ocp_resources}/pipeline.py +1 -0
  130. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/pipeline_run.py +1 -0
  131. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/plan.py +39 -0
  132. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/pod.py +1 -1
  133. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/pod_metrics.py +2 -1
  134. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/project_config_openshift_io.py +1 -0
  135. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/project_project_openshift_io.py +1 -0
  136. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/prometheus.py +1 -0
  137. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/replica_set.py +2 -1
  138. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/resource.py +39 -26
  139. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/restore.py +0 -2
  140. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/rhmi.py +2 -1
  141. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/role.py +1 -2
  142. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/role_binding.py +1 -2
  143. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/route.py +1 -2
  144. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/route_advertisements.py +2 -1
  145. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/scaled_object.py +2 -1
  146. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/scheduler.py +1 -0
  147. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/security_context_constraints.py +2 -1
  148. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/self_subject_review.py +1 -0
  149. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service.py +1 -0
  150. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_account.py +1 -0
  151. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_mesh_control_plane.py +0 -2
  152. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_mesh_member.py +2 -1
  153. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_mesh_member_roll.py +0 -2
  154. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/serving_runtime.py +2 -1
  155. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/snapshot.py +2 -1
  156. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/sriov_network_node_state.py +2 -1
  157. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/ssp.py +2 -1
  158. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/storage_class.py +0 -1
  159. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/storage_cluster.py +1 -0
  160. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/storage_profile.py +0 -2
  161. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/task.py +1 -0
  162. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/task_run.py +1 -0
  163. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/tempo_stack.py +2 -1
  164. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/upload_token_request.py +1 -3
  165. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/user.py +2 -1
  166. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/schema_validator.py +4 -4
  167. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/utils.py +2 -2
  168. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_cluster_instancetype.py +2 -1
  169. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_cluster_preference.py +1 -0
  170. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_export.py +2 -1
  171. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_import.py +4 -6
  172. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_instance.py +4 -1
  173. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_instance_migration.py +1 -0
  174. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_instance_preset.py +2 -1
  175. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_instance_replica_set.py +2 -1
  176. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_instancetype.py +2 -1
  177. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_preference.py +1 -0
  178. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_restore.py +2 -4
  179. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_snapshot.py +2 -4
  180. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_service.py +0 -2
  181. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/volume_snapshot.py +2 -1
  182. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/volume_snapshot_class.py +2 -1
  183. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/pyproject.toml +9 -4
  184. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/conftest.py +1 -1
  185. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/scripts/generate_pytest_test.py +3 -3
  186. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/scripts/validate_resources.py +4 -3
  187. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_api_group_order.py +1 -1
  188. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resource.py +1 -1
  189. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resource_validation.py +2 -7
  190. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_aaq.py +1 -0
  191. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_api_server.py +1 -0
  192. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_authorino.py +1 -0
  193. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_cdi.py +1 -0
  194. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_cdi_config.py +1 -0
  195. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_cluster_resource_quota.py +1 -0
  196. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_cluster_user_defined_network.py +1 -0
  197. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_config_map.py +1 -0
  198. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_console_config_openshift_io.py +1 -0
  199. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_console_operator_openshift_io.py +1 -0
  200. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_csi_driver.py +1 -0
  201. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_data_import_cron.py +1 -0
  202. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_data_science_cluster.py +1 -0
  203. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_deployment.py +1 -0
  204. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_direct_volume_migration.py +1 -0
  205. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_direct_volume_migration_progress.py +1 -0
  206. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_dns_config_openshift_io.py +1 -0
  207. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_dns_operator_openshift_io.py +1 -0
  208. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_dsc_initialization.py +1 -0
  209. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_group.py +1 -0
  210. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_guardrails_orchestrator.py +1 -0
  211. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_image_caching_internal_knative_dev.py +1 -0
  212. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_image_config_openshift_io.py +1 -0
  213. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_image_content_source_policy.py +1 -0
  214. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_image_image_openshift_io.py +1 -0
  215. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_inference_graph.py +1 -0
  216. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_kube_descheduler.py +1 -0
  217. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_kubelet_config.py +1 -0
  218. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_kubevirt.py +1 -0
  219. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_llama_stack_distribution.py +1 -0
  220. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_lm_eval_job.py +1 -0
  221. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_machine.py +1 -0
  222. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_maria_db.py +1 -0
  223. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mariadb_operator.py +1 -0
  224. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mig_analytic.py +1 -0
  225. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mig_cluster.py +1 -0
  226. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mig_migration.py +1 -0
  227. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mig_plan.py +1 -0
  228. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_model_registry.py +1 -0
  229. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_model_registry_components_platform_opendatahub_io.py +1 -0
  230. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_model_registry_modelregistry_opendatahub_io.py +1 -0
  231. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_mtq.py +1 -0
  232. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_namespace.py +1 -0
  233. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_network_config_openshift_io.py +1 -0
  234. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_network_operator_openshift_io.py +1 -0
  235. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_nm_state.py +1 -0
  236. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_node.py +1 -0
  237. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_node_config_openshift_io.py +1 -0
  238. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_node_network_configuration_policy_latest.py +1 -0
  239. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_notebook.py +1 -0
  240. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_oauth.py +1 -0
  241. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_operator.py +1 -0
  242. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_pod.py +1 -0
  243. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_pod_metrics.py +1 -0
  244. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_project_config_openshift_io.py +1 -0
  245. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_project_project_openshift_io.py +1 -0
  246. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_project_request.py +2 -1
  247. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_prometheus.py +1 -0
  248. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_replica_set.py +1 -0
  249. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_scheduler.py +1 -0
  250. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_security_context_constraints.py +1 -0
  251. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_self_subject_review.py +1 -0
  252. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_service.py +1 -0
  253. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_service_mesh_member.py +1 -0
  254. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_service_serving_knative_dev.py +1 -0
  255. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_serving_runtime.py +1 -0
  256. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_snapshot.py +1 -0
  257. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_ssp.py +1 -0
  258. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_storage_cluster.py +1 -0
  259. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_user.py +1 -0
  260. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_user_defined_network.py +1 -0
  261. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_cluster_instancetype.py +1 -0
  262. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_cluster_preference.py +1 -0
  263. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_export.py +1 -0
  264. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_instance_migration.py +1 -0
  265. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_instance_preset.py +1 -0
  266. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_instance_replica_set.py +1 -0
  267. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_instancetype.py +1 -0
  268. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_virtual_machine_preference.py +1 -0
  269. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_volume_snapshot.py +1 -0
  270. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_resources/test_volume_snapshot_class.py +1 -0
  271. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_unittests.py +1 -0
  272. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/utils.py +1 -1
  273. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/uv.lock +647 -525
  274. openshift_python_wrapper-11.0.101/VERSION +0 -1
  275. openshift_python_wrapper-11.0.101/class_generator/schema/__cluster_version__.txt +0 -1
  276. openshift_python_wrapper-11.0.101/class_generator/schema/__resources-mappings.json.gz +0 -0
  277. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.coderabbit.yaml +0 -0
  278. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.dockerignore +0 -0
  279. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.flake8 +0 -0
  280. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.gitattributes +0 -0
  281. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  282. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  283. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/pull_request_template.md +0 -0
  284. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/weekly-digest.yml +0 -0
  285. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/workflows/close-stale-issues.yml +0 -0
  286. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.github/workflows/code-check.yml.old +0 -0
  287. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.gitignore +0 -0
  288. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.gitleaks.toml +0 -0
  289. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.readthedocs.yaml +0 -0
  290. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.release-it.json +0 -0
  291. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/.sonarcloud.properties +0 -0
  292. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/CONTRIBUTING.md +0 -0
  293. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/LICENSE +0 -0
  294. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/Makefile +0 -0
  295. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/OWNERS +0 -0
  296. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/README.md +0 -0
  297. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/README.md +0 -0
  298. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/__init__.py +0 -0
  299. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/constants.py +0 -0
  300. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/core/__init__.py +0 -0
  301. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/formatters/__init__.py +0 -0
  302. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/formatters/file_writer.py +0 -0
  303. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/manifests/class_generator_template.j2 +0 -0
  304. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/parsers/__init__.py +0 -0
  305. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/py.typed +0 -0
  306. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
  307. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_cli.py +0 -0
  308. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_generation.py +0 -0
  309. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_schema_parsing.py +0 -0
  310. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/class_generator/tests/test_utils.py +0 -0
  311. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/docs/Makefile +0 -0
  312. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/docs/conf.py +0 -0
  313. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/docs/index.rst +0 -0
  314. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/docs/modules.rst +0 -0
  315. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/docs/ocp_resources.rst +0 -0
  316. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/general.py +0 -0
  317. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/node_network_configuration_policy.py +0 -0
  318. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/pods.py +0 -0
  319. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/role.py +0 -0
  320. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/special_cases.py +0 -0
  321. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/validation_troubleshooting.py +2 -2
  322. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/examples/virtual_machine.py +0 -0
  323. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/README.md +0 -0
  324. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/__init__.py +0 -0
  325. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/configuration.py +0 -0
  326. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/fake_kubernetes_client/types.py +0 -0
  327. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/README.md +0 -0
  328. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/__init__.py +0 -0
  329. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/server-info.json +0 -0
  330. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/mcp_server/tests/__init__.py +0 -0
  331. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/__init__.py +0 -0
  332. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/api_service.py +0 -0
  333. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
  334. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
  335. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/application_aware_resource_quota.py +0 -0
  336. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/benchmark.py +0 -0
  337. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/bgp_session_state.py +0 -0
  338. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cdi_config.py +0 -0
  339. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_claim.py +0 -0
  340. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_deployment.py +0 -0
  341. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_operator.py +0 -0
  342. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_pool.py +0 -0
  343. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_service_version.py +0 -0
  344. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cluster_version.py +0 -0
  345. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/config_map.py +0 -0
  346. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/console_cli_download.py +0 -0
  347. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/console_plugin.py +0 -0
  348. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/console_quick_start.py +0 -0
  349. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/controller_revision.py +0 -0
  350. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/cron_job.py +0 -0
  351. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/csi_storage_capacity.py +0 -0
  352. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/custom_resource_definition.py +0 -0
  353. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/deployment.py +0 -0
  354. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/endpoint_slice.py +1 -1
  355. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/endpoints.py +1 -1
  356. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/event.py +0 -0
  357. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/exceptions.py +0 -0
  358. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/fence_agent_remediation_templates.py +0 -0
  359. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/forklift_controller.py +0 -0
  360. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/guardrails_orchestrator.py +2 -2
  361. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/hook.py +1 -1
  362. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/host.py +1 -1
  363. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/hyperconverged.py +1 -1
  364. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
  365. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/image_digest_mirror_set.py +0 -0
  366. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/image_stream.py +1 -1
  367. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/imagestreamtag.py +0 -0
  368. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/inference_service.py +0 -0
  369. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/infrastructure.py +0 -0
  370. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/ingress_controller.py +0 -0
  371. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/installplan.py +0 -0
  372. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/ip_address_pool.py +0 -0
  373. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/job.py +1 -1
  374. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/l2_advertisement.py +0 -0
  375. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/lease.py +1 -1
  376. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/limit_range.py +0 -0
  377. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/machine.py +0 -0
  378. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/machine_config.py +0 -0
  379. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/machine_config_pool.py +0 -0
  380. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/machine_health_check.py +1 -1
  381. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/managed_cluster.py +0 -0
  382. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/metallb.py +0 -0
  383. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/migration.py +1 -1
  384. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/migration_policy.py +0 -0
  385. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/model_registry.py +0 -0
  386. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mtq.py +0 -0
  387. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/multi_cluster_hub.py +0 -0
  388. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/multi_cluster_observability.py +0 -0
  389. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/multi_network_policy.py +0 -0
  390. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/mutating_webhook_config.py +0 -0
  391. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_addons_config.py +0 -0
  392. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_attachment_definition.py +1 -1
  393. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/network_map.py +1 -1
  394. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node.py +0 -0
  395. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_health_check.py +0 -0
  396. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_maintenance.py +0 -0
  397. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_network_configuration_enactment.py +0 -0
  398. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_network_configuration_policy.py +2 -2
  399. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_network_configuration_policy_latest.py +0 -0
  400. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/node_network_state.py +2 -2
  401. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/ocs_initialization.py +1 -1
  402. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/operator_condition.py +0 -0
  403. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/operator_group.py +1 -1
  404. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/operator_hub.py +0 -0
  405. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/operator_source.py +1 -1
  406. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/package_manifest.py +0 -0
  407. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/performance_profile.py +0 -0
  408. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/pod_disruption_budget.py +1 -1
  409. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/priority_class.py +1 -1
  410. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/project_request.py +0 -0
  411. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/prometheus_rule.py +0 -0
  412. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/provider.py +0 -0
  413. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/proxy.py +0 -0
  414. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/py.typed +0 -0
  415. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/reclaim_space_cron_job.py +0 -0
  416. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/reclaim_space_job.py +0 -0
  417. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/resource_quota.py +0 -0
  418. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/sealed_secret.py +0 -0
  419. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/secret.py +1 -1
  420. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/self_node_remediation_templates.py +0 -0
  421. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_monitor.py +0 -0
  422. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/service_serving_knative_dev.py +0 -0
  423. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/sriov_network.py +1 -1
  424. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/sriov_network_node_policy.py +1 -1
  425. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/storage_map.py +1 -1
  426. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/subscription.py +1 -1
  427. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/tekton_tasks.py +0 -0
  428. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/template.py +0 -0
  429. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/trustyai_service.py +0 -0
  430. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/user_defined_network.py +0 -0
  431. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/__init__.py +0 -0
  432. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/archive_utils.py +0 -0
  433. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/constants.py +0 -0
  434. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/utils/resource_constants.py +0 -0
  435. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/validating_webhook_config.py +0 -0
  436. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine.py +0 -0
  437. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_clone.py +0 -0
  438. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
  439. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/ocp_resources/vm_import_config.py +0 -0
  440. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/pypi-dist/.gitignore +0 -0
  441. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/renovate.json +0 -0
  442. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/scripts/__init__.py +0 -0
  443. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/scripts/diff-from-latest-release.sh +0 -0
  444. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/scripts/diff-from-tag.sh +0 -0
  445. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/scripts/generate_changelog.py +0 -0
  446. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/scripts/get-latest-release.sh +0 -0
  447. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/sonar-project.properties +0 -0
  448. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/__init__.py +0 -0
  449. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/fixtures/validation_schemas.py +0 -0
  450. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/manifests/vm.yaml +0 -0
  451. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/scripts/__init__.py +0 -0
  452. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_camelcase_to_snake.py +0 -0
  453. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_schema_loading.py +0 -0
  454. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_validate_resources.py +0 -0
  455. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_validate_resources_script.py +0 -0
  456. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/tests/test_validation_error.py +0 -0
  457. {openshift_python_wrapper-11.0.101 → openshift_python_wrapper-11.0.103}/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.103
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/
@@ -1,14 +1,14 @@
1
1
  """Command-line interface for the class generator."""
2
2
 
3
3
  import fnmatch
4
+ import logging
5
+ import os
4
6
  import shutil
5
7
  import sys
6
8
  from datetime import datetime
7
9
  from pathlib import Path
8
10
  from typing import Any
9
11
 
10
- import logging
11
-
12
12
  import cloup
13
13
  from cloup.constraints import If, IsSet, accept_none, require_one
14
14
  from simple_logger.logger import get_logger
@@ -17,7 +17,7 @@ from class_generator.constants import TESTS_MANIFESTS_DIR
17
17
  from class_generator.core.coverage import analyze_coverage, generate_report
18
18
  from class_generator.core.discovery import discover_generated_resources
19
19
  from class_generator.core.generator import class_generator
20
- from class_generator.core.schema import update_kind_schema, ClusterVersionError
20
+ from class_generator.core.schema import ClusterVersionError, update_kind_schema
21
21
  from class_generator.tests.test_generation import generate_class_generator_tests
22
22
  from class_generator.utils import execute_parallel_tasks
23
23
  from ocp_resources.utils.utils import convert_camel_case_to_snake_case
@@ -57,7 +57,7 @@ def handle_schema_update(update_schema: bool, generate_missing: bool) -> bool:
57
57
  LOGGER.info("Updating resource schema...")
58
58
  try:
59
59
  update_kind_schema()
60
- except (RuntimeError, IOError, ClusterVersionError) as e:
60
+ except (OSError, RuntimeError, ClusterVersionError) as e:
61
61
  LOGGER.exception(f"Failed to update schema: {e}")
62
62
  sys.exit(1)
63
63
 
@@ -251,9 +251,9 @@ def handle_regenerate_all(
251
251
  return resource_kind, False, str(e)
252
252
 
253
253
  # Process results from parallel execution
254
- def process_regeneration_result(resource: dict[str, Any], result: tuple[str, bool, str | None]) -> None:
254
+ def process_regeneration_result(_resource: dict[str, Any], result: tuple[str, bool, str | None]) -> None:
255
255
  nonlocal success_count, error_count
256
- resource_kind, success, error = result
256
+ _resource_kind, success, _error = result
257
257
  if success:
258
258
  success_count += 1
259
259
  else:
@@ -391,7 +391,7 @@ def handle_normal_kind_generation(
391
391
  return kind_to_generate, False, str(e)
392
392
 
393
393
  # Process results from parallel execution
394
- def process_generation_result(kind_to_generate: str, result: tuple[str, bool, str | None]) -> None:
394
+ def process_generation_result(_kind_to_generate: str, result: tuple[str, bool, str | None]) -> None:
395
395
  nonlocal success_count, error_count, failed_kinds
396
396
  kind_name, success, error = result
397
397
  if success:
@@ -447,8 +447,6 @@ def handle_test_generation(add_tests: bool) -> None:
447
447
 
448
448
  # Run the generated test file
449
449
  LOGGER.info("Running generated tests...")
450
- import os
451
-
452
450
  test_file = "class_generator/tests/test_class_generator.py"
453
451
  exit_code = os.system(f"uv run pytest {test_file}")
454
452
 
@@ -68,7 +68,7 @@ def analyze_coverage(
68
68
  continue
69
69
 
70
70
  try:
71
- with open(filepath, "r") as f:
71
+ with open(filepath) as f:
72
72
  content = f.read()
73
73
 
74
74
  # Check if file is auto-generated
@@ -1,8 +1,8 @@
1
1
  """Discovery functions for finding cluster resources and generated files."""
2
2
 
3
+ from concurrent.futures import Future, ThreadPoolExecutor, as_completed
3
4
  from pathlib import Path
4
5
  from typing import Any
5
- from concurrent.futures import ThreadPoolExecutor, as_completed, Future
6
6
 
7
7
  from kubernetes.dynamic import DynamicClient
8
8
  from simple_logger.logger import get_logger
@@ -221,7 +221,7 @@ def discover_generated_resources() -> list[dict[str, Any]]:
221
221
  for info in resource_infos:
222
222
  # Read file to check for user code
223
223
  try:
224
- with open(info.file_path, "r", encoding="utf-8") as f:
224
+ with open(info.file_path, encoding="utf-8") as f:
225
225
  content = f.read()
226
226
  except FileNotFoundError:
227
227
  LOGGER.warning(f"File not found: {info.file_path}, skipping...")
@@ -155,7 +155,7 @@ def class_generator(
155
155
  LOGGER.info("Updating schema")
156
156
  try:
157
157
  update_kind_schema()
158
- except (RuntimeError, IOError) as e:
158
+ except (OSError, RuntimeError) as e:
159
159
  error_msg = f"Failed to update schema: {e}"
160
160
  LOGGER.error(error_msg)
161
161
  raise RuntimeError(error_msg) from e
@@ -12,7 +12,7 @@ from pyhelper_utils.shell import run_command
12
12
  from simple_logger.logger import get_logger
13
13
 
14
14
  from class_generator.constants import DEFINITIONS_FILE, RESOURCES_MAPPING_FILE, SCHEMA_DIR
15
- from class_generator.utils import execute_parallel_with_mapping, execute_parallel_tasks
15
+ from class_generator.utils import execute_parallel_tasks, execute_parallel_with_mapping
16
16
  from ocp_resources.utils.archive_utils import save_json_archive
17
17
  from ocp_resources.utils.schema_validator import SchemaValidator
18
18
 
@@ -136,9 +136,9 @@ def check_and_update_cluster_version(client: str) -> bool:
136
136
  last_cluster_version_generated: str = ""
137
137
 
138
138
  try:
139
- with open(cluster_version_file, "r") as fd:
139
+ with open(cluster_version_file) as fd:
140
140
  last_cluster_version_generated = fd.read().strip()
141
- except (FileNotFoundError, IOError):
141
+ except (OSError, FileNotFoundError):
142
142
  # Treat missing file as first run - use baseline version that allows updates
143
143
  last_cluster_version_generated = "v0.0.0"
144
144
  LOGGER.info("Cluster version file not found - treating as first run with baseline version v0.0.0")
@@ -530,7 +530,7 @@ def process_schema_definitions(
530
530
  definitions = {}
531
531
  if not allow_updates:
532
532
  try:
533
- with open(DEFINITIONS_FILE, "r") as f:
533
+ with open(DEFINITIONS_FILE) as f:
534
534
  existing_definitions_data = json.load(f)
535
535
  definitions = existing_definitions_data.get("definitions", {})
536
536
  LOGGER.info(f"Loaded {len(definitions)} existing definitions to preserve")
@@ -1064,12 +1064,12 @@ def _supplement_schema_with_field_descriptions(definitions: dict[str, Any], clie
1064
1064
  LOGGER.debug(f"Failed to obtain explain data for {ref_name} from {explain_path}")
1065
1065
 
1066
1066
  def handle_explain_error(spec_tuple: tuple[str, str], exc: Exception) -> None:
1067
- ref_name, explain_path = spec_tuple
1068
- LOGGER.debug(f"Exception occurred while explaining {ref_name} from {explain_path}: {exc}")
1067
+ ref_name, _explain_path = spec_tuple
1068
+ LOGGER.debug(f"Exception occurred while explaining {ref_name}: {exc}")
1069
1069
  explain_results[ref_name] = None
1070
1070
 
1071
1071
  def create_explain_task(spec_tuple: tuple[str, str]) -> Any:
1072
- ref_name, explain_path = spec_tuple
1072
+ _ref_name, explain_path = spec_tuple
1073
1073
  return _run_explain_and_parse(client, explain_path)
1074
1074
 
1075
1075
  execute_parallel_tasks(
@@ -1244,7 +1244,7 @@ def _supplement_resource_level_required_fields(definitions: dict[str, Any], clie
1244
1244
  definitions[schema_key] = updated_schema
1245
1245
 
1246
1246
  def handle_required_field_error(task_tuple: tuple[str, str], exc: Exception) -> None:
1247
- schema_key, explain_path = task_tuple
1247
+ schema_key, _explain_path = task_tuple
1248
1248
  LOGGER.debug(f"Failed to process required fields for {schema_key}: {exc}")
1249
1249
  # Set empty list if explain fails
1250
1250
  current_schema = definitions[schema_key]
@@ -1307,14 +1307,14 @@ def _get_missing_core_definitions(
1307
1307
  if refs_to_fetch:
1308
1308
 
1309
1309
  def process_missing_definition_result(task_tuple: tuple[str, str], result: Any) -> None:
1310
- ref_name, oc_path = task_tuple
1310
+ _ref_name, _oc_path = task_tuple
1311
1311
  if result:
1312
1312
  fetched_ref_name, schema = result
1313
1313
  missing_definitions[fetched_ref_name] = schema
1314
1314
  LOGGER.debug(f"Successfully fetched definition for {fetched_ref_name}")
1315
1315
 
1316
1316
  def handle_missing_definition_error(task_tuple: tuple[str, str], exc: Exception) -> None:
1317
- ref_name, oc_path = task_tuple
1317
+ ref_name, _oc_path = task_tuple
1318
1318
  LOGGER.debug(f"Failed to fetch definition for {ref_name}: {exc}")
1319
1319
 
1320
1320
  def create_missing_definition_task(task_tuple: tuple[str, str]) -> Any:
@@ -1360,10 +1360,10 @@ def write_schema_files(
1360
1360
  # Ensure schema directory exists
1361
1361
  try:
1362
1362
  Path(SCHEMA_DIR).mkdir(parents=True, exist_ok=True)
1363
- except (OSError, IOError) as e:
1363
+ except OSError as e:
1364
1364
  error_msg = f"Failed to create schema directory {SCHEMA_DIR}: {e}"
1365
1365
  LOGGER.error(error_msg)
1366
- raise IOError(error_msg) from e
1366
+ raise OSError(error_msg) from e
1367
1367
 
1368
1368
  # Fetch missing core definitions if schemas are available
1369
1369
  if schemas:
@@ -1400,18 +1400,18 @@ def write_schema_files(
1400
1400
  with open(definitions_file, "w") as fd:
1401
1401
  json.dump(definitions_data, fd, indent=2, sort_keys=True)
1402
1402
  LOGGER.info(f"Written {len(definitions)} definitions to {definitions_file}")
1403
- except (OSError, IOError, TypeError) as e:
1403
+ except (OSError, TypeError) as e:
1404
1404
  error_msg = f"Failed to write definitions file {definitions_file}: {e}"
1405
1405
  LOGGER.error(error_msg)
1406
- raise IOError(error_msg) from e
1406
+ raise OSError(error_msg) from e
1407
1407
 
1408
1408
  # Write and archive resources mapping
1409
1409
  try:
1410
1410
  save_json_archive(resources_mapping, RESOURCES_MAPPING_FILE)
1411
- except (OSError, IOError, TypeError) as e:
1411
+ except (OSError, TypeError) as e:
1412
1412
  error_msg = f"Failed to save and archive resources mapping file {RESOURCES_MAPPING_FILE}: {e}"
1413
1413
  LOGGER.error(error_msg)
1414
- raise IOError(error_msg) from e
1414
+ raise OSError(error_msg) from e
1415
1415
 
1416
1416
 
1417
1417
  @dataclasses.dataclass
@@ -1523,11 +1523,11 @@ def _handle_no_schemas_case() -> None:
1523
1523
  """
1524
1524
  LOGGER.info("No schemas fetched. Preserving existing data to avoid overwriting with empty definitions.")
1525
1525
  try:
1526
- with open(DEFINITIONS_FILE, "r") as fd:
1526
+ with open(DEFINITIONS_FILE) as fd:
1527
1527
  existing_definitions_data = json.load(fd)
1528
1528
  definitions = existing_definitions_data.get("definitions", {})
1529
1529
  LOGGER.info(f"Found {len(definitions)} existing definitions that will be preserved")
1530
- except (FileNotFoundError, IOError, json.JSONDecodeError):
1530
+ except (OSError, FileNotFoundError, json.JSONDecodeError):
1531
1531
  LOGGER.debug("Could not load existing definitions file. No existing definitions to preserve.")
1532
1532
 
1533
1533
 
@@ -1,7 +1,7 @@
1
1
  """Jinja template rendering for resource generation."""
2
2
 
3
- from typing import Any
4
3
  from pathlib import Path
4
+ from typing import Any
5
5
 
6
6
  from jinja2 import DebugUndefined, Environment, FileSystemLoader, meta
7
7
  from simple_logger.logger import get_logger
@@ -38,7 +38,7 @@ def render_jinja_template(template_dict: dict[Any, Any], template_dir: str, temp
38
38
  except AttributeError:
39
39
  # Fallback: read the template file directly
40
40
  template_path = Path(template_dir) / template_name
41
- with open(template_path, "r", encoding="utf-8") as f:
41
+ with open(template_path, encoding="utf-8") as f:
42
42
  template_source = f.read()
43
43
 
44
44
  ast = env.parse(source=template_source)
@@ -55,7 +55,7 @@ def parse_explain(kind: str) -> list[dict[str, Any]]:
55
55
 
56
56
  # For each API group, select the latest version
57
57
  filtered_schemas = []
58
- for group, group_schemas in schemas_by_group.items():
58
+ for _group, group_schemas in schemas_by_group.items():
59
59
  if len(group_schemas) > 1:
60
60
  # Multiple versions in same group - pick latest
61
61
  versions = []
@@ -6,7 +6,7 @@ from typing import Any
6
6
 
7
7
  from simple_logger.logger import get_logger
8
8
 
9
- from class_generator.constants import MISSING_DESCRIPTION_STR, SPEC_STR, DEFINITIONS_FILE
9
+ from class_generator.constants import DEFINITIONS_FILE, MISSING_DESCRIPTION_STR, SPEC_STR
10
10
  from class_generator.utils import sanitize_python_name
11
11
  from ocp_resources.utils.utils import convert_camel_case_to_snake_case
12
12
 
@@ -26,10 +26,10 @@ def parse_user_code_from_file(file_path: str) -> tuple[str, str]:
26
26
  try:
27
27
  with open(file_path, encoding="utf-8") as fd:
28
28
  data = fd.read()
29
- except FileNotFoundError:
30
- raise FileNotFoundError(f"File not found: {file_path}. Please ensure the file exists.")
31
- except PermissionError:
32
- raise PermissionError(f"Permission denied when accessing file: {file_path}. Check file permissions.")
29
+ except FileNotFoundError as err:
30
+ raise FileNotFoundError(f"File not found: {file_path}. Please ensure the file exists.") from err
31
+ except PermissionError as err:
32
+ raise PermissionError(f"Permission denied when accessing file: {file_path}. Check file permissions.") from err
33
33
  except UnicodeDecodeError as e:
34
34
  raise UnicodeDecodeError(
35
35
  e.encoding,
@@ -37,9 +37,9 @@ def parse_user_code_from_file(file_path: str) -> tuple[str, str]:
37
37
  e.start,
38
38
  e.end,
39
39
  f"Failed to decode file {file_path} with UTF-8 encoding. The file may contain invalid characters.",
40
- )
40
+ ) from e
41
41
  except Exception as e:
42
- raise Exception(f"Unexpected error reading file {file_path}: {type(e).__name__}: {str(e)}")
42
+ raise Exception(f"Unexpected error reading file {file_path}: {type(e).__name__}: {str(e)}") from e
43
43
 
44
44
  end_of_generated_code_line = " # End of generated code"
45
45
  user_code: str = ""