openshift-python-wrapper 11.0.3__tar.gz → 11.0.4__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 (1767) hide show
  1. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.pre-commit-config.yaml +2 -2
  2. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/PKG-INFO +1 -1
  3. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/resource.py +77 -11
  4. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/sealed_secret.py +1 -1
  5. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine.py +4 -0
  6. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/pyproject.toml +1 -1
  7. openshift_python_wrapper-11.0.4/tests/test_unittests.py +88 -0
  8. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tox.toml +6 -0
  9. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/uv.lock +56 -58
  10. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.coderabbit.yaml +0 -0
  11. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.dockerignore +0 -0
  12. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.flake8 +0 -0
  13. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  14. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  15. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/pull_request_template.md +0 -0
  16. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/weekly-digest.yml +0 -0
  17. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/workflows/close-stale-issues.yml +0 -0
  18. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.github/workflows/code-check.yml.old +0 -0
  19. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.gitignore +0 -0
  20. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.gitleaks.toml +0 -0
  21. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.readthedocs.yaml +0 -0
  22. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.release-it.json +0 -0
  23. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/.sonarcloud.properties +0 -0
  24. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/CONTRIBUTING.md +0 -0
  25. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/LICENSE +0 -0
  26. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/Makefile +0 -0
  27. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/OWNERS +0 -0
  28. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/README.md +0 -0
  29. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/VERSION +0 -0
  30. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/README.md +0 -0
  31. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/__cluster_version__.txt +0 -0
  32. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/__init__.py +0 -0
  33. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/class_generator.py +0 -0
  34. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/manifests/class_generator_template.j2 +0 -0
  35. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/__not-kind.txt +0 -0
  36. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/__resources-mappings.json +0 -0
  37. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/_definitions.json +0 -0
  38. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/aaq.json +0 -0
  39. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/aaqlist.json +0 -0
  40. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/acceleratorprofile.json +0 -0
  41. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/acceleratorprofilelist.json +0 -0
  42. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/actiondescriptor.json +0 -0
  43. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/addvolumeoptions.json +0 -0
  44. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/adminnetworkpolicy.json +0 -0
  45. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/adminnetworkpolicylist.json +0 -0
  46. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/adminpolicybasedexternalroute.json +0 -0
  47. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/adminpolicybasedexternalroutelist.json +0 -0
  48. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/admissioncheck.json +0 -0
  49. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/admissionchecklist.json +0 -0
  50. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/affinity.json +0 -0
  51. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/aggregationrule.json +0 -0
  52. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/aggregationrule_v2.json +0 -0
  53. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertingrule.json +0 -0
  54. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertingrulelist.json +0 -0
  55. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertmanager.json +0 -0
  56. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertmanagerconfig.json +0 -0
  57. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertmanagerconfiglist.json +0 -0
  58. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertmanagerlist.json +0 -0
  59. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertrelabelconfig.json +0 -0
  60. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/alertrelabelconfiglist.json +0 -0
  61. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/all.json +0 -0
  62. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apigroup.json +0 -0
  63. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apigrouplist.json +0 -0
  64. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apirequestcount.json +0 -0
  65. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apirequestcountlist.json +0 -0
  66. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresource.json +0 -0
  67. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresource_v2.json +0 -0
  68. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist.json +0 -0
  69. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v10.json +0 -0
  70. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v11.json +0 -0
  71. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v12.json +0 -0
  72. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v13.json +0 -0
  73. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v2.json +0 -0
  74. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v3.json +0 -0
  75. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v4.json +0 -0
  76. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v5.json +0 -0
  77. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v6.json +0 -0
  78. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v7.json +0 -0
  79. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v8.json +0 -0
  80. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcelist_v9.json +0 -0
  81. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiresourcereference.json +0 -0
  82. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiserver.json +0 -0
  83. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiserverlist.json +0 -0
  84. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservice.json +0 -0
  85. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicecondition.json +0 -0
  86. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicedefinitions.json +0 -0
  87. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicedescription.json +0 -0
  88. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicelist.json +0 -0
  89. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicespec.json +0 -0
  90. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiservicestatus.json +0 -0
  91. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apiversions.json +0 -0
  92. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/apparmorprofile.json +0 -0
  93. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/application.json +0 -0
  94. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/applicationlist.json +0 -0
  95. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/appliedclusterresourcequota.json +0 -0
  96. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/appliedclusterresourcequotalist.json +0 -0
  97. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/applink.json +0 -0
  98. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/appwrapper.json +0 -0
  99. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/appwrapperlist.json +0 -0
  100. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/attachedvolume.json +0 -0
  101. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/auditannotation.json +0 -0
  102. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authconfig.json +0 -0
  103. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authconfiglist.json +0 -0
  104. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authentication.json +0 -0
  105. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authenticationlist.json +0 -0
  106. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authorino.json +0 -0
  107. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authorinolist.json +0 -0
  108. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authorizationpolicy.json +0 -0
  109. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/authorizationpolicylist.json +0 -0
  110. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/awselasticblockstorevolumesource.json +0 -0
  111. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/azurediskvolumesource.json +0 -0
  112. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/azurefilepersistentvolumesource.json +0 -0
  113. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/azurefilevolumesource.json +0 -0
  114. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/backingstore.json +0 -0
  115. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/backingstorelist.json +0 -0
  116. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/backup.json +0 -0
  117. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/backuplist.json +0 -0
  118. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/baremetalhost.json +0 -0
  119. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/baremetalhostlist.json +0 -0
  120. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/baselineadminnetworkpolicy.json +0 -0
  121. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/baselineadminnetworkpolicylist.json +0 -0
  122. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/binarybuildsource.json +0 -0
  123. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/binding.json +0 -0
  124. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/bitbucketwebhookcause.json +0 -0
  125. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/blocksize.json +0 -0
  126. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/bmceventsubscription.json +0 -0
  127. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/bmceventsubscriptionlist.json +0 -0
  128. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/boundobjectreference.json +0 -0
  129. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/brokertemplateinstance.json +0 -0
  130. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/brokertemplateinstancelist.json +0 -0
  131. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/brokertemplateinstancespec.json +0 -0
  132. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/bucketclass.json +0 -0
  133. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/bucketclasslist.json +0 -0
  134. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/build.json +0 -0
  135. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildcondition.json +0 -0
  136. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildconfig.json +0 -0
  137. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildconfiglist.json +0 -0
  138. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildconfigspec.json +0 -0
  139. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildconfigstatus.json +0 -0
  140. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildlist.json +0 -0
  141. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildlog.json +0 -0
  142. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildoutput.json +0 -0
  143. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildpostcommitspec.json +0 -0
  144. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildrequest.json +0 -0
  145. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildsource.json +0 -0
  146. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildspec.json +0 -0
  147. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildstatus.json +0 -0
  148. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildstatusoutput.json +0 -0
  149. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildstatusoutputto.json +0 -0
  150. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildstrategy.json +0 -0
  151. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildtriggercause.json +0 -0
  152. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildtriggerpolicy.json +0 -0
  153. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildvolume.json +0 -0
  154. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildvolumemount.json +0 -0
  155. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/buildvolumesource.json +0 -0
  156. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/capabilities.json +0 -0
  157. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/capabilities_v2.json +0 -0
  158. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/catalogsource.json +0 -0
  159. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/catalogsourcelist.json +0 -0
  160. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cdi.json +0 -0
  161. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cdiconfig.json +0 -0
  162. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cdiconfiglist.json +0 -0
  163. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cdilist.json +0 -0
  164. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cdromtarget.json +0 -0
  165. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephblockpool.json +0 -0
  166. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephblockpoollist.json +0 -0
  167. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephblockpoolradosnamespace.json +0 -0
  168. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephblockpoolradosnamespacelist.json +0 -0
  169. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephbucketnotification.json +0 -0
  170. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephbucketnotificationlist.json +0 -0
  171. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephbuckettopic.json +0 -0
  172. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephbuckettopiclist.json +0 -0
  173. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephclient.json +0 -0
  174. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephclientlist.json +0 -0
  175. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephcluster.json +0 -0
  176. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephclusterlist.json +0 -0
  177. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephconnection.json +0 -0
  178. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephconnectionlist.json +0 -0
  179. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephcosidriver.json +0 -0
  180. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephcosidriverlist.json +0 -0
  181. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystem.json +0 -0
  182. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystemlist.json +0 -0
  183. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystemmirror.json +0 -0
  184. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystemmirrorlist.json +0 -0
  185. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystemsubvolumegroup.json +0 -0
  186. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfilesystemsubvolumegrouplist.json +0 -0
  187. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfspersistentvolumesource.json +0 -0
  188. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfsvolumesource.json +0 -0
  189. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfsvolumesource_v2.json +0 -0
  190. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephfsvolumesource_v3.json +0 -0
  191. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephnfs.json +0 -0
  192. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephnfslist.json +0 -0
  193. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectrealm.json +0 -0
  194. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectrealmlist.json +0 -0
  195. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectstore.json +0 -0
  196. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectstorelist.json +0 -0
  197. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectstoreuser.json +0 -0
  198. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectstoreuserlist.json +0 -0
  199. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectzone.json +0 -0
  200. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectzonegroup.json +0 -0
  201. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectzonegrouplist.json +0 -0
  202. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephobjectzonelist.json +0 -0
  203. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephrbdmirror.json +0 -0
  204. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cephrbdmirrorlist.json +0 -0
  205. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificate.json +0 -0
  206. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatelist.json +0 -0
  207. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatesigningrequest.json +0 -0
  208. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatesigningrequestcondition.json +0 -0
  209. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatesigningrequestlist.json +0 -0
  210. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatesigningrequestspec.json +0 -0
  211. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/certificatesigningrequeststatus.json +0 -0
  212. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/channelentry.json +0 -0
  213. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cinderpersistentvolumesource.json +0 -0
  214. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cindervolumesource.json +0 -0
  215. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/claimsource.json +0 -0
  216. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clientipconfig.json +0 -0
  217. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clientprofile.json +0 -0
  218. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clientprofilelist.json +0 -0
  219. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clientprofilemapping.json +0 -0
  220. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clientprofilemappinglist.json +0 -0
  221. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cloudcredential.json +0 -0
  222. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cloudcredentiallist.json +0 -0
  223. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cloudprivateipconfig.json +0 -0
  224. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cloudprivateipconfiglist.json +0 -0
  225. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterautoscaler.json +0 -0
  226. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterautoscalerlist.json +0 -0
  227. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustercsidriver.json +0 -0
  228. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustercsidriverlist.json +0 -0
  229. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterdomainclaim.json +0 -0
  230. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterdomainclaimlist.json +0 -0
  231. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterinterceptor.json +0 -0
  232. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterinterceptorlist.json +0 -0
  233. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusteroperator.json +0 -0
  234. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusteroperatorlist.json +0 -0
  235. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterpolicy.json +0 -0
  236. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterpolicylist.json +0 -0
  237. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterqueue.json +0 -0
  238. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterqueuelist.json +0 -0
  239. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterresourcequota.json +0 -0
  240. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterresourcequotalist.json +0 -0
  241. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterresourcequotaselector.json +0 -0
  242. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterresourcequotaspec.json +0 -0
  243. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterresourcequotastatus.json +0 -0
  244. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterrole.json +0 -0
  245. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterrolebinding.json +0 -0
  246. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterrolebindinglist.json +0 -0
  247. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterrolelist.json +0 -0
  248. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterrolescoperestriction.json +0 -0
  249. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterserviceversion.json +0 -0
  250. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterserviceversionlist.json +0 -0
  251. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterstoragecontainer.json +0 -0
  252. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterstoragecontainerlist.json +0 -0
  253. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustertask.json +0 -0
  254. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustertasklist.json +0 -0
  255. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustertriggerbinding.json +0 -0
  256. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustertriggerbindinglist.json +0 -0
  257. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clustertrustbundleprojection.json +0 -0
  258. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterversion.json +0 -0
  259. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterversionlist.json +0 -0
  260. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterworkflowtemplate.json +0 -0
  261. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/clusterworkflowtemplatelist.json +0 -0
  262. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/componentcondition.json +0 -0
  263. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/componentstatus.json +0 -0
  264. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/componentstatuslist.json +0 -0
  265. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/condition.json +0 -0
  266. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/config.json +0 -0
  267. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configlist.json +0 -0
  268. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmap.json +0 -0
  269. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapbuildsource.json +0 -0
  270. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapenvsource.json +0 -0
  271. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapenvsource_v2.json +0 -0
  272. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapkeyselector.json +0 -0
  273. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapkeyselector_v2.json +0 -0
  274. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmaplist.json +0 -0
  275. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapnodeconfigsource.json +0 -0
  276. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapprojection.json +0 -0
  277. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapprojection_v2.json +0 -0
  278. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapvolumesource.json +0 -0
  279. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configmapvolumesource_v2.json +0 -0
  280. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configuration.json +0 -0
  281. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/configurationlist.json +0 -0
  282. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/connection.json +0 -0
  283. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/connectionlist.json +0 -0
  284. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/console.json +0 -0
  285. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleclidownload.json +0 -0
  286. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleclidownloadlist.json +0 -0
  287. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleexternalloglink.json +0 -0
  288. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleexternalloglinklist.json +0 -0
  289. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolelink.json +0 -0
  290. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolelinklist.json +0 -0
  291. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolelist.json +0 -0
  292. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolenotification.json +0 -0
  293. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolenotificationlist.json +0 -0
  294. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleplugin.json +0 -0
  295. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolepluginlist.json +0 -0
  296. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolequickstart.json +0 -0
  297. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolequickstartlist.json +0 -0
  298. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolesample.json +0 -0
  299. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consolesamplelist.json +0 -0
  300. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleyamlsample.json +0 -0
  301. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/consoleyamlsamplelist.json +0 -0
  302. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/container.json +0 -0
  303. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/container_v2.json +0 -0
  304. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/container_v3.json +0 -0
  305. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerimage.json +0 -0
  306. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containermetrics.json +0 -0
  307. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerport.json +0 -0
  308. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerresizepolicy.json +0 -0
  309. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerresourcemetricsource.json +0 -0
  310. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerresourcemetricstatus.json +0 -0
  311. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerruntimeconfig.json +0 -0
  312. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerruntimeconfiglist.json +0 -0
  313. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerstate.json +0 -0
  314. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerstaterunning.json +0 -0
  315. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerstateterminated.json +0 -0
  316. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerstatewaiting.json +0 -0
  317. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/containerstatus.json +0 -0
  318. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controllerconfig.json +0 -0
  319. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controllerconfiglist.json +0 -0
  320. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controllerrevision.json +0 -0
  321. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controllerrevisionlist.json +0 -0
  322. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controlplanemachineset.json +0 -0
  323. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/controlplanemachinesetlist.json +0 -0
  324. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/crddescription.json +0 -0
  325. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/credentialsrequest.json +0 -0
  326. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/credentialsrequestlist.json +0 -0
  327. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronjob.json +0 -0
  328. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronjoblist.json +0 -0
  329. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronjobspec.json +0 -0
  330. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronjobstatus.json +0 -0
  331. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronworkflow.json +0 -0
  332. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/cronworkflowlist.json +0 -0
  333. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/crossversionobjectreference.json +0 -0
  334. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csiaddonsnode.json +0 -0
  335. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csiaddonsnodelist.json +0 -0
  336. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csidriver.json +0 -0
  337. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csidriverlist.json +0 -0
  338. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csidriverspec.json +0 -0
  339. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csinode.json +0 -0
  340. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csinodedriver.json +0 -0
  341. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csinodelist.json +0 -0
  342. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csinodespec.json +0 -0
  343. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csipersistentvolumesource.json +0 -0
  344. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csisnapshotcontroller.json +0 -0
  345. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csisnapshotcontrollerlist.json +0 -0
  346. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csistoragecapacity.json +0 -0
  347. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csistoragecapacitylist.json +0 -0
  348. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csivolumesource.json +0 -0
  349. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/csvdescription.json +0 -0
  350. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customblocksize.json +0 -0
  351. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/custombuildstrategy.json +0 -0
  352. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customdeploymentstrategyparams.json +0 -0
  353. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcecolumndefinition.json +0 -0
  354. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourceconversion.json +0 -0
  355. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinition.json +0 -0
  356. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitioncondition.json +0 -0
  357. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitionlist.json +0 -0
  358. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitionnames.json +0 -0
  359. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitions.json +0 -0
  360. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitionspec.json +0 -0
  361. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitionstatus.json +0 -0
  362. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcedefinitionversion.json +0 -0
  363. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcesubresources.json +0 -0
  364. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcesubresourcescale.json +0 -0
  365. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcesubresourcestatus.json +0 -0
  366. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customresourcevalidation.json +0 -0
  367. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customrun.json +0 -0
  368. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/customrunlist.json +0 -0
  369. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonendpoint.json +0 -0
  370. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonset.json +0 -0
  371. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonsetcondition.json +0 -0
  372. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonsetlist.json +0 -0
  373. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonsetspec.json +0 -0
  374. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonsetstatus.json +0 -0
  375. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/daemonsetupdatestrategy.json +0 -0
  376. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/database.json +0 -0
  377. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/databaselist.json +0 -0
  378. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dataimage.json +0 -0
  379. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dataimagelist.json +0 -0
  380. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dataimportcron.json +0 -0
  381. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dataimportcronlist.json +0 -0
  382. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datasciencecluster.json +0 -0
  383. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datascienceclusterlist.json +0 -0
  384. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datasciencepipelinesapplication.json +0 -0
  385. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datasciencepipelinesapplicationlist.json +0 -0
  386. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datasource.json +0 -0
  387. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datasourcelist.json +0 -0
  388. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datavolume.json +0 -0
  389. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datavolumelist.json +0 -0
  390. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/datavolumesource.json +0 -0
  391. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deleteoptions.json +0 -0
  392. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deleteoptions_v2.json +0 -0
  393. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deployment.json +0 -0
  394. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentcause.json +0 -0
  395. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentcauseimagetrigger.json +0 -0
  396. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentcondition.json +0 -0
  397. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfig.json +0 -0
  398. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfiglist.json +0 -0
  399. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfigrollback.json +0 -0
  400. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfigrollbackspec.json +0 -0
  401. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfigspec.json +0 -0
  402. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentconfigstatus.json +0 -0
  403. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentdetails.json +0 -0
  404. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentlist.json +0 -0
  405. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentlog.json +0 -0
  406. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentrequest.json +0 -0
  407. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentspec.json +0 -0
  408. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentstatus.json +0 -0
  409. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymentstrategy.json +0 -0
  410. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymenttriggerimagechangeparams.json +0 -0
  411. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deploymenttriggerpolicy.json +0 -0
  412. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/deprecation.json +0 -0
  413. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/destinationrule.json +0 -0
  414. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/destinationrulelist.json +0 -0
  415. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/disk.json +0 -0
  416. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/disktarget.json +0 -0
  417. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dns.json +0 -0
  418. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dnslist.json +0 -0
  419. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dnsrecord.json +0 -0
  420. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dnsrecordlist.json +0 -0
  421. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dockerbuildstrategy.json +0 -0
  422. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dockerstrategyoptions.json +0 -0
  423. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/domainmapping.json +0 -0
  424. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/domainmappinglist.json +0 -0
  425. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapiprojection.json +0 -0
  426. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapiprojection_v2.json +0 -0
  427. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapiprojection_v3.json +0 -0
  428. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapivolumefile.json +0 -0
  429. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapivolumefile_v2.json +0 -0
  430. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapivolumesource.json +0 -0
  431. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapivolumesource_v2.json +0 -0
  432. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/downwardapivolumesource_v3.json +0 -0
  433. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/driver.json +0 -0
  434. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/driverlist.json +0 -0
  435. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dscinitialization.json +0 -0
  436. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/dscinitializationlist.json +0 -0
  437. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/duration.json +0 -0
  438. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressfirewall.json +0 -0
  439. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressfirewalllist.json +0 -0
  440. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressip.json +0 -0
  441. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressiplist.json +0 -0
  442. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressqos.json +0 -0
  443. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressqoslist.json +0 -0
  444. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressrouter.json +0 -0
  445. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressrouterlist.json +0 -0
  446. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressservice.json +0 -0
  447. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/egressservicelist.json +0 -0
  448. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/emptydirvolumesource.json +0 -0
  449. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/encryptionkeyrotationcronjob.json +0 -0
  450. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/encryptionkeyrotationcronjoblist.json +0 -0
  451. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/encryptionkeyrotationjob.json +0 -0
  452. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/encryptionkeyrotationjoblist.json +0 -0
  453. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpoint.json +0 -0
  454. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointaddress.json +0 -0
  455. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointconditions.json +0 -0
  456. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointhints.json +0 -0
  457. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointport.json +0 -0
  458. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpoints.json +0 -0
  459. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointslice.json +0 -0
  460. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointslicelist.json +0 -0
  461. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointslist.json +0 -0
  462. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/endpointsubset.json +0 -0
  463. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/envfromsource.json +0 -0
  464. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/envoyfilter.json +0 -0
  465. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/envoyfilterlist.json +0 -0
  466. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/envvar.json +0 -0
  467. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/envvarsource.json +0 -0
  468. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ephemeralcontainer.json +0 -0
  469. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ephemeralcontainer_v2.json +0 -0
  470. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ephemeralcontainer_v3.json +0 -0
  471. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ephemeralvolumesource.json +0 -0
  472. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/etcd.json +0 -0
  473. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/etcdlist.json +0 -0
  474. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/event.json +0 -0
  475. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eventlist.json +0 -0
  476. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eventlistener.json +0 -0
  477. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eventlistenerlist.json +0 -0
  478. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eventseries.json +0 -0
  479. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eventsource.json +0 -0
  480. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/eviction.json +0 -0
  481. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/execaction.json +0 -0
  482. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/execaction_v2.json +0 -0
  483. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/execnewpodhook.json +0 -0
  484. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/exemptprioritylevelconfiguration.json +0 -0
  485. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/exportedserviceset.json +0 -0
  486. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/exportedservicesetlist.json +0 -0
  487. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/expressionwarning.json +0 -0
  488. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/externaldocumentation.json +0 -0
  489. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/externalmetricsource.json +0 -0
  490. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/externalmetricstatus.json +0 -0
  491. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fcvolumesource.json +0 -0
  492. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fcvolumesource_v2.json +0 -0
  493. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/featuregate.json +0 -0
  494. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/featuregatelist.json +0 -0
  495. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/featurestate.json +0 -0
  496. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/featuretracker.json +0 -0
  497. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/featuretrackerlist.json +0 -0
  498. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fenceagentsremediation.json +0 -0
  499. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fenceagentsremediationlist.json +0 -0
  500. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fenceagentsremediationtemplate.json +0 -0
  501. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fenceagentsremediationtemplatelist.json +0 -0
  502. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/fieldsv1.json +0 -0
  503. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/firmwareschema.json +0 -0
  504. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/firmwareschemalist.json +0 -0
  505. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flexpersistentvolumesource.json +0 -0
  506. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flexvolumesource.json +0 -0
  507. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flockervolumesource.json +0 -0
  508. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowdistinguishermethod.json +0 -0
  509. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowschema.json +0 -0
  510. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowschemacondition.json +0 -0
  511. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowschemalist.json +0 -0
  512. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowschemaspec.json +0 -0
  513. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/flowschemastatus.json +0 -0
  514. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/forkliftcontroller.json +0 -0
  515. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/forkliftcontrollerlist.json +0 -0
  516. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/forzone.json +0 -0
  517. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/freezeunfreezetimeout.json +0 -0
  518. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gateway.json +0 -0
  519. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gatewaylist.json +0 -0
  520. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gcepersistentdiskvolumesource.json +0 -0
  521. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/genericwebhookcause.json +0 -0
  522. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gitbuildsource.json +0 -0
  523. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/githubwebhookcause.json +0 -0
  524. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gitlabwebhookcause.json +0 -0
  525. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gitrepovolumesource.json +0 -0
  526. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/gitsourcerevision.json +0 -0
  527. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/glusterfspersistentvolumesource.json +0 -0
  528. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/glusterfsvolumesource.json +0 -0
  529. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/grant.json +0 -0
  530. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/grantlist.json +0 -0
  531. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/group.json +0 -0
  532. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/grouplist.json +0 -0
  533. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/groupsubject.json +0 -0
  534. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/groupversionfordiscovery.json +0 -0
  535. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/groupversionkind.json +0 -0
  536. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/grpcaction.json +0 -0
  537. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/guestagentcommandinfo.json +0 -0
  538. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hardwaredata.json +0 -0
  539. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hardwaredatalist.json +0 -0
  540. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/helmchartrepository.json +0 -0
  541. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/helmchartrepositorylist.json +0 -0
  542. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hook.json +0 -0
  543. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hooklist.json +0 -0
  544. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscaler.json +0 -0
  545. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscalerbehavior.json +0 -0
  546. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscalercondition.json +0 -0
  547. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscalerlist.json +0 -0
  548. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscalerspec.json +0 -0
  549. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/horizontalpodautoscalerstatus.json +0 -0
  550. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/host.json +0 -0
  551. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostalias.json +0 -0
  552. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostalias_v2.json +0 -0
  553. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostfirmwarecomponents.json +0 -0
  554. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostfirmwarecomponentslist.json +0 -0
  555. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostfirmwaresettings.json +0 -0
  556. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostfirmwaresettingslist.json +0 -0
  557. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostip.json +0 -0
  558. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostlist.json +0 -0
  559. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostpathprovisioner.json +0 -0
  560. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostpathprovisionerlist.json +0 -0
  561. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hostpathvolumesource.json +0 -0
  562. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hotplugvolumesource.json +0 -0
  563. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hpascalingpolicy.json +0 -0
  564. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hpascalingrules.json +0 -0
  565. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/httpgetaction.json +0 -0
  566. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/httpgetaction_v2.json +0 -0
  567. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/httpheader.json +0 -0
  568. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/httpingresspath.json +0 -0
  569. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/httpingressrulevalue.json +0 -0
  570. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hyperconverged.json +0 -0
  571. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/hyperconvergedlist.json +0 -0
  572. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/icon.json +0 -0
  573. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/identity.json +0 -0
  574. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/identitylist.json +0 -0
  575. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/image.json +0 -0
  576. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imageblobreferences.json +0 -0
  577. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagechangecause.json +0 -0
  578. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagechangetrigger.json +0 -0
  579. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagechangetriggerstatus.json +0 -0
  580. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagecontentpolicy.json +0 -0
  581. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagecontentpolicylist.json +0 -0
  582. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagecontentsourcepolicy.json +0 -0
  583. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagecontentsourcepolicylist.json +0 -0
  584. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagedigestmirrorset.json +0 -0
  585. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagedigestmirrorsetlist.json +0 -0
  586. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imageimportspec.json +0 -0
  587. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imageimportstatus.json +0 -0
  588. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagelabel.json +0 -0
  589. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagelayer.json +0 -0
  590. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagelayerdata.json +0 -0
  591. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagelist.json +0 -0
  592. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagelookuppolicy.json +0 -0
  593. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagemanifest.json +0 -0
  594. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagepruner.json +0 -0
  595. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imageprunerlist.json +0 -0
  596. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagesignature.json +0 -0
  597. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagesource.json +0 -0
  598. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagesourcepath.json +0 -0
  599. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestream.json +0 -0
  600. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamimage.json +0 -0
  601. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamimport.json +0 -0
  602. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamimportspec.json +0 -0
  603. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamimportstatus.json +0 -0
  604. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamlayers.json +0 -0
  605. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamlist.json +0 -0
  606. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreammapping.json +0 -0
  607. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamspec.json +0 -0
  608. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamstatus.json +0 -0
  609. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamtag.json +0 -0
  610. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamtaglist.json +0 -0
  611. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagestreamtagreference.json +0 -0
  612. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagetag.json +0 -0
  613. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagetaglist.json +0 -0
  614. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagetagmirrorset.json +0 -0
  615. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/imagetagmirrorsetlist.json +0 -0
  616. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/importedserviceset.json +0 -0
  617. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/importedservicesetlist.json +0 -0
  618. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/inferencegraph.json +0 -0
  619. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/inferencegraphlist.json +0 -0
  620. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/inferenceservice.json +0 -0
  621. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/inferenceservicelist.json +0 -0
  622. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/info.json +0 -0
  623. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/infrastructure.json +0 -0
  624. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/infrastructurelist.json +0 -0
  625. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingress.json +0 -0
  626. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressbackend.json +0 -0
  627. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressclass.json +0 -0
  628. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressclasslist.json +0 -0
  629. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressclassparametersreference.json +0 -0
  630. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressclassspec.json +0 -0
  631. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingresscontroller.json +0 -0
  632. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingresscontrollerlist.json +0 -0
  633. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingresslist.json +0 -0
  634. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressloadbalanceringress.json +0 -0
  635. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressloadbalancerstatus.json +0 -0
  636. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressportstatus.json +0 -0
  637. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressrule.json +0 -0
  638. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressservicebackend.json +0 -0
  639. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressspec.json +0 -0
  640. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingressstatus.json +0 -0
  641. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ingresstls.json +0 -0
  642. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/insightsoperator.json +0 -0
  643. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/insightsoperatorlist.json +0 -0
  644. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/installmode.json +0 -0
  645. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/installplan.json +0 -0
  646. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/installplanlist.json +0 -0
  647. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/interceptor.json +0 -0
  648. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/interceptorlist.json +0 -0
  649. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/intorstring.json +0 -0
  650. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ipaddress.json +0 -0
  651. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ipaddressclaim.json +0 -0
  652. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ipaddressclaimlist.json +0 -0
  653. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ipaddresslist.json +0 -0
  654. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ipblock.json +0 -0
  655. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ippool.json +0 -0
  656. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ippoollist.json +0 -0
  657. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/iscsipersistentvolumesource.json +0 -0
  658. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/iscsivolumesource.json +0 -0
  659. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/iscsivolumesource_v2.json +0 -0
  660. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/iscsivolumesource_v3.json +0 -0
  661. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jenkinspipelinebuildstrategy.json +0 -0
  662. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/job.json +0 -0
  663. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jobcondition.json +0 -0
  664. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/joblist.json +0 -0
  665. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jobspec.json +0 -0
  666. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jobstatus.json +0 -0
  667. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jobtemplatespec.json +0 -0
  668. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/json.json +0 -0
  669. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jsonschemaprops.json +0 -0
  670. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jsonschemapropsorarray.json +0 -0
  671. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jsonschemapropsorbool.json +0 -0
  672. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/jsonschemapropsorstringarray.json +0 -0
  673. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/keytopath.json +0 -0
  674. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativeeventing.json +0 -0
  675. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativeeventinglist.json +0 -0
  676. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativekafka.json +0 -0
  677. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativekafkalist.json +0 -0
  678. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativeserving.json +0 -0
  679. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/knativeservinglist.json +0 -0
  680. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubeapiserver.json +0 -0
  681. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubeapiserverlist.json +0 -0
  682. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubecontrollermanager.json +0 -0
  683. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubecontrollermanagerlist.json +0 -0
  684. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubedescheduler.json +0 -0
  685. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubedeschedulerlist.json +0 -0
  686. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubeletconfig.json +0 -0
  687. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubeletconfiglist.json +0 -0
  688. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubescheduler.json +0 -0
  689. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubeschedulerlist.json +0 -0
  690. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubestorageversionmigrator.json +0 -0
  691. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubestorageversionmigratorlist.json +0 -0
  692. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubevirt.json +0 -0
  693. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/kubevirtlist.json +0 -0
  694. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselector.json +0 -0
  695. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselector_v2.json +0 -0
  696. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselector_v3.json +0 -0
  697. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselector_v4.json +0 -0
  698. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselector_v5.json +0 -0
  699. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselectorrequirement.json +0 -0
  700. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/labelselectorrequirement_v2.json +0 -0
  701. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/lease.json +0 -0
  702. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/leaselist.json +0 -0
  703. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/leasespec.json +0 -0
  704. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/lifecycle.json +0 -0
  705. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/lifecyclehandler.json +0 -0
  706. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/lifecyclehook.json +0 -0
  707. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitedprioritylevelconfiguration.json +0 -0
  708. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitrange.json +0 -0
  709. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitrangeitem.json +0 -0
  710. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitrangelist.json +0 -0
  711. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitrangespec.json +0 -0
  712. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/limitresponse.json +0 -0
  713. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/listmeta.json +0 -0
  714. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/loadbalanceringress.json +0 -0
  715. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/loadbalancerstatus.json +0 -0
  716. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localobjectreference.json +0 -0
  717. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localobjectreference_v2.json +0 -0
  718. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localqueue.json +0 -0
  719. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localqueuelist.json +0 -0
  720. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localresourceaccessreview.json +0 -0
  721. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localsubjectaccessreview.json +0 -0
  722. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolume.json +0 -0
  723. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumediscovery.json +0 -0
  724. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumediscoverylist.json +0 -0
  725. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumediscoveryresult.json +0 -0
  726. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumediscoveryresultlist.json +0 -0
  727. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumelist.json +0 -0
  728. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumeset.json +0 -0
  729. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumesetlist.json +0 -0
  730. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/localvolumesource.json +0 -0
  731. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/luntarget.json +0 -0
  732. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machine.json +0 -0
  733. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineautoscaler.json +0 -0
  734. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineautoscalerlist.json +0 -0
  735. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfig.json +0 -0
  736. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfiglist.json +0 -0
  737. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfigpool.json +0 -0
  738. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfigpoollist.json +0 -0
  739. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfiguration.json +0 -0
  740. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineconfigurationlist.json +0 -0
  741. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machinehealthcheck.json +0 -0
  742. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machinehealthchecklist.json +0 -0
  743. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machinelist.json +0 -0
  744. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machineset.json +0 -0
  745. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/machinesetlist.json +0 -0
  746. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/maintainer.json +0 -0
  747. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/managedfieldsentry.json +0 -0
  748. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/manualapprovalgate.json +0 -0
  749. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/manualapprovalgatelist.json +0 -0
  750. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mariadb.json +0 -0
  751. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mariadblist.json +0 -0
  752. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mariadboperator.json +0 -0
  753. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mariadboperatorlist.json +0 -0
  754. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/matchcondition.json +0 -0
  755. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/matchresources.json +0 -0
  756. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/maxscale.json +0 -0
  757. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/maxscalelist.json +0 -0
  758. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metal3remediation.json +0 -0
  759. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metal3remediationlist.json +0 -0
  760. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metal3remediationtemplate.json +0 -0
  761. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metal3remediationtemplatelist.json +0 -0
  762. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metric.json +0 -0
  763. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metricidentifier.json +0 -0
  764. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metriclist.json +0 -0
  765. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metricspec.json +0 -0
  766. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metricstatus.json +0 -0
  767. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metrictarget.json +0 -0
  768. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/metricvaluestatus.json +0 -0
  769. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/microtime.json +0 -0
  770. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/migrateoptions.json +0 -0
  771. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/migration.json +0 -0
  772. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/migrationlist.json +0 -0
  773. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/migrationpolicy.json +0 -0
  774. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/migrationpolicylist.json +0 -0
  775. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/modifyvolumestatus.json +0 -0
  776. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/multikueuecluster.json +0 -0
  777. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/multikueueclusterlist.json +0 -0
  778. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/multikueueconfig.json +0 -0
  779. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/multikueueconfiglist.json +0 -0
  780. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mutatingwebhook.json +0 -0
  781. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mutatingwebhookconfiguration.json +0 -0
  782. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/mutatingwebhookconfigurationlist.json +0 -0
  783. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namedrulewithoperations.json +0 -0
  784. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namedtageventlist.json +0 -0
  785. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespace.json +0 -0
  786. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacecondition.json +0 -0
  787. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacelist.json +0 -0
  788. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacespec.json +0 -0
  789. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacestatus.json +0 -0
  790. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacestore.json +0 -0
  791. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/namespacestorelist.json +0 -0
  792. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/network.json +0 -0
  793. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkaddonsconfig.json +0 -0
  794. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkaddonsconfiglist.json +0 -0
  795. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkattachmentdefinition.json +0 -0
  796. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkattachmentdefinitionlist.json +0 -0
  797. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkfence.json +0 -0
  798. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkfencelist.json +0 -0
  799. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networklist.json +0 -0
  800. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkmap.json +0 -0
  801. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkmaplist.json +0 -0
  802. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicy.json +0 -0
  803. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicyegressrule.json +0 -0
  804. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicyingressrule.json +0 -0
  805. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicylist.json +0 -0
  806. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicypeer.json +0 -0
  807. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicyport.json +0 -0
  808. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/networkpolicyspec.json +0 -0
  809. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nfsvolumesource.json +0 -0
  810. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nmstate.json +0 -0
  811. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nmstatelist.json +0 -0
  812. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/node.json +0 -0
  813. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeaddress.json +0 -0
  814. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeaffinity.json +0 -0
  815. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeaffinity_v2.json +0 -0
  816. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeaffinity_v3.json +0 -0
  817. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodecondition.json +0 -0
  818. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeconfigsource.json +0 -0
  819. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeconfigstatus.json +0 -0
  820. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodedaemonendpoints.json +0 -0
  821. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeature.json +0 -0
  822. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeaturediscovery.json +0 -0
  823. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeaturediscoverylist.json +0 -0
  824. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeaturelist.json +0 -0
  825. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeaturerule.json +0 -0
  826. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodefeaturerulelist.json +0 -0
  827. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodehealthcheck.json +0 -0
  828. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodehealthchecklist.json +0 -0
  829. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodelist.json +0 -0
  830. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodemetrics.json +0 -0
  831. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodemetricslist.json +0 -0
  832. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkconfigurationenactment.json +0 -0
  833. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkconfigurationenactmentlist.json +0 -0
  834. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkconfigurationpolicy.json +0 -0
  835. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkconfigurationpolicylist.json +0 -0
  836. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkstate.json +0 -0
  837. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodenetworkstatelist.json +0 -0
  838. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noderesourcetopology.json +0 -0
  839. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noderesourcetopologylist.json +0 -0
  840. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noderuntimehandler.json +0 -0
  841. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noderuntimehandlerfeatures.json +0 -0
  842. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselector.json +0 -0
  843. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselector_v2.json +0 -0
  844. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselector_v3.json +0 -0
  845. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselectorrequirement.json +0 -0
  846. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselectorrequirement_v2.json +0 -0
  847. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselectorterm.json +0 -0
  848. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselectorterm_v2.json +0 -0
  849. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodeselectorterm_v3.json +0 -0
  850. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodespec.json +0 -0
  851. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodestatus.json +0 -0
  852. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nodesysteminfo.json +0 -0
  853. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nonresourceattributes.json +0 -0
  854. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nonresourcepolicyrule.json +0 -0
  855. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nonresourcerule.json +0 -0
  856. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noobaa.json +0 -0
  857. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noobaaaccount.json +0 -0
  858. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noobaaaccountlist.json +0 -0
  859. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/noobaalist.json +0 -0
  860. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/notebook.json +0 -0
  861. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/notebooklist.json +0 -0
  862. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nvidiadriver.json +0 -0
  863. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/nvidiadriverlist.json +0 -0
  864. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauth.json +0 -0
  865. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthaccesstoken.json +0 -0
  866. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthaccesstokenlist.json +0 -0
  867. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthauthorizetoken.json +0 -0
  868. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthauthorizetokenlist.json +0 -0
  869. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthclient.json +0 -0
  870. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthclientauthorization.json +0 -0
  871. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthclientauthorizationlist.json +0 -0
  872. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthclientlist.json +0 -0
  873. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/oauthlist.json +0 -0
  874. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectbucket.json +0 -0
  875. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectbucketclaim.json +0 -0
  876. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectbucketclaimlist.json +0 -0
  877. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectbucketlist.json +0 -0
  878. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectfieldselector.json +0 -0
  879. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectmeta.json +0 -0
  880. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectmeta_v2.json +0 -0
  881. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectmetricsource.json +0 -0
  882. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectmetricstatus.json +0 -0
  883. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objectreference.json +0 -0
  884. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objecttransfer.json +0 -0
  885. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/objecttransferlist.json +0 -0
  886. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ocsinitialization.json +0 -0
  887. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ocsinitializationlist.json +0 -0
  888. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhapplication.json +0 -0
  889. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhapplicationlist.json +0 -0
  890. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhdashboardconfig.json +0 -0
  891. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhdashboardconfiglist.json +0 -0
  892. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhdocument.json +0 -0
  893. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhdocumentlist.json +0 -0
  894. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhquickstart.json +0 -0
  895. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/odhquickstartlist.json +0 -0
  896. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/olmconfig.json +0 -0
  897. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/olmconfiglist.json +0 -0
  898. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftapiserver.json +0 -0
  899. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftapiserverlist.json +0 -0
  900. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftcontrollermanager.json +0 -0
  901. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftcontrollermanagerlist.json +0 -0
  902. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftpipelinesascode.json +0 -0
  903. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openshiftpipelinesascodelist.json +0 -0
  904. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openstackvolumepopulator.json +0 -0
  905. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/openstackvolumepopulatorlist.json +0 -0
  906. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operator.json +0 -0
  907. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorcondition.json +0 -0
  908. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorconditionlist.json +0 -0
  909. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorconfig.json +0 -0
  910. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorconfiglist.json +0 -0
  911. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorgroup.json +0 -0
  912. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorgrouplist.json +0 -0
  913. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorhub.json +0 -0
  914. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorhublist.json +0 -0
  915. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorlist.json +0 -0
  916. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorpki.json +0 -0
  917. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorpkilist.json +0 -0
  918. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/operatorversion.json +0 -0
  919. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/overhead.json +0 -0
  920. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/overlappingrangeipreservation.json +0 -0
  921. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/overlappingrangeipreservationlist.json +0 -0
  922. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ovirtvolumepopulator.json +0 -0
  923. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ovirtvolumepopulatorlist.json +0 -0
  924. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ownerreference.json +0 -0
  925. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/packagechannel.json +0 -0
  926. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/packagemanifest.json +0 -0
  927. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/packagemanifestlist.json +0 -0
  928. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/packagemanifestspec.json +0 -0
  929. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/packagemanifeststatus.json +0 -0
  930. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/parameter.json +0 -0
  931. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/paramkind.json +0 -0
  932. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/paramref.json +0 -0
  933. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/patch.json +0 -0
  934. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pauseoptions.json +0 -0
  935. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/peerauthentication.json +0 -0
  936. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/peerauthenticationlist.json +0 -0
  937. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/performanceprofile.json +0 -0
  938. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/performanceprofilelist.json +0 -0
  939. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolume.json +0 -0
  940. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaim.json +0 -0
  941. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimcondition.json +0 -0
  942. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimlist.json +0 -0
  943. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimspec.json +0 -0
  944. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimspec_v2.json +0 -0
  945. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimspec_v3.json +0 -0
  946. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimstatus.json +0 -0
  947. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimtemplate.json +0 -0
  948. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumeclaimvolumesource.json +0 -0
  949. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumelist.json +0 -0
  950. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumespec.json +0 -0
  951. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/persistentvolumestatus.json +0 -0
  952. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/photonpersistentdiskvolumesource.json +0 -0
  953. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pipeline.json +0 -0
  954. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pipelinelist.json +0 -0
  955. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pipelinerun.json +0 -0
  956. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pipelinerunlist.json +0 -0
  957. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/plan.json +0 -0
  958. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/planlist.json +0 -0
  959. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/pod.json +0 -0
  960. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinity.json +0 -0
  961. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinity_v2.json +0 -0
  962. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinity_v3.json +0 -0
  963. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinityterm.json +0 -0
  964. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinityterm_v2.json +0 -0
  965. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podaffinityterm_v3.json +0 -0
  966. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podantiaffinity.json +0 -0
  967. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podantiaffinity_v2.json +0 -0
  968. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podantiaffinity_v3.json +0 -0
  969. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podautoscaler.json +0 -0
  970. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podautoscalerlist.json +0 -0
  971. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podcondition.json +0 -0
  972. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddisruptionbudget.json +0 -0
  973. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddisruptionbudgetlist.json +0 -0
  974. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddisruptionbudgetspec.json +0 -0
  975. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddisruptionbudgetstatus.json +0 -0
  976. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddnsconfig.json +0 -0
  977. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddnsconfig_v2.json +0 -0
  978. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/poddnsconfigoption.json +0 -0
  979. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podfailurepolicy.json +0 -0
  980. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podfailurepolicyonexitcodesrequirement.json +0 -0
  981. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podfailurepolicyonpodconditionspattern.json +0 -0
  982. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podfailurepolicyrule.json +0 -0
  983. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podip.json +0 -0
  984. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podlist.json +0 -0
  985. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podmetrics.json +0 -0
  986. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podmetricslist.json +0 -0
  987. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podmonitor.json +0 -0
  988. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podmonitorlist.json +0 -0
  989. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podnetworkconnectivitycheck.json +0 -0
  990. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podnetworkconnectivitychecklist.json +0 -0
  991. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podos.json +0 -0
  992. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podreadinessgate.json +0 -0
  993. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podresourceclaim.json +0 -0
  994. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podresourceclaimstatus.json +0 -0
  995. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podschedulinggate.json +0 -0
  996. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritycontext.json +0 -0
  997. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritycontext_v2.json +0 -0
  998. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicyreview.json +0 -0
  999. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicyreviewspec.json +0 -0
  1000. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicyreviewstatus.json +0 -0
  1001. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicyselfsubjectreview.json +0 -0
  1002. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicyselfsubjectreviewspec.json +0 -0
  1003. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicysubjectreview.json +0 -0
  1004. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicysubjectreviewspec.json +0 -0
  1005. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsecuritypolicysubjectreviewstatus.json +0 -0
  1006. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsmetricsource.json +0 -0
  1007. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podsmetricstatus.json +0 -0
  1008. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podspec.json +0 -0
  1009. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podspec_v2.json +0 -0
  1010. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podspec_v3.json +0 -0
  1011. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podstatus.json +0 -0
  1012. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podtemplate.json +0 -0
  1013. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podtemplatelist.json +0 -0
  1014. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/podtemplatespec.json +0 -0
  1015. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/policyrule.json +0 -0
  1016. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/policyruleswithsubjects.json +0 -0
  1017. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/portstatus.json +0 -0
  1018. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/portworxvolumesource.json +0 -0
  1019. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/preconditions.json +0 -0
  1020. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/predictor.json +0 -0
  1021. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/predictorlist.json +0 -0
  1022. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/preferredschedulingterm.json +0 -0
  1023. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/preprovisioningimage.json +0 -0
  1024. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/preprovisioningimagelist.json +0 -0
  1025. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/priorityclass.json +0 -0
  1026. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/priorityclasslist.json +0 -0
  1027. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfiguration.json +0 -0
  1028. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfigurationcondition.json +0 -0
  1029. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfigurationlist.json +0 -0
  1030. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfigurationreference.json +0 -0
  1031. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfigurationspec.json +0 -0
  1032. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prioritylevelconfigurationstatus.json +0 -0
  1033. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/probe.json +0 -0
  1034. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/probelist.json +0 -0
  1035. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/profile.json +0 -0
  1036. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/profilelist.json +0 -0
  1037. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/project.json +0 -0
  1038. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectedvolumesource.json +0 -0
  1039. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectedvolumesource_v2.json +0 -0
  1040. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projecthelmchartrepository.json +0 -0
  1041. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projecthelmchartrepositorylist.json +0 -0
  1042. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectlist.json +0 -0
  1043. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectrequest.json +0 -0
  1044. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectspec.json +0 -0
  1045. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/projectstatus.json +0 -0
  1046. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prometheus.json +0 -0
  1047. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prometheuslist.json +0 -0
  1048. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prometheusrule.json +0 -0
  1049. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/prometheusrulelist.json +0 -0
  1050. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/provider.json +0 -0
  1051. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/providerlist.json +0 -0
  1052. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/provisioning.json +0 -0
  1053. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/provisioninglist.json +0 -0
  1054. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/provisioningrequestconfig.json +0 -0
  1055. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/provisioningrequestconfiglist.json +0 -0
  1056. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/proxy.json +0 -0
  1057. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/proxyconfig.json +0 -0
  1058. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/proxyconfiglist.json +0 -0
  1059. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/proxylist.json +0 -0
  1060. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/quantity.json +0 -0
  1061. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/queuingconfiguration.json +0 -0
  1062. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/quobytevolumesource.json +0 -0
  1063. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rangeallocation.json +0 -0
  1064. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rangeallocationlist.json +0 -0
  1065. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rawextension.json +0 -0
  1066. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/raycluster.json +0 -0
  1067. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rayclusterlist.json +0 -0
  1068. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rayjob.json +0 -0
  1069. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rayjoblist.json +0 -0
  1070. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rayservice.json +0 -0
  1071. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rayservicelist.json +0 -0
  1072. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rbdpersistentvolumesource.json +0 -0
  1073. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rbdvolumesource.json +0 -0
  1074. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rbdvolumesource_v2.json +0 -0
  1075. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rbdvolumesource_v3.json +0 -0
  1076. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/recipe.json +0 -0
  1077. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/recipelist.json +0 -0
  1078. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/reclaimspacecronjob.json +0 -0
  1079. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/reclaimspacecronjoblist.json +0 -0
  1080. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/reclaimspacejob.json +0 -0
  1081. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/reclaimspacejoblist.json +0 -0
  1082. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/recreatedeploymentstrategyparams.json +0 -0
  1083. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/removevolumeoptions.json +0 -0
  1084. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicaset.json +0 -0
  1085. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicasetcondition.json +0 -0
  1086. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicasetlist.json +0 -0
  1087. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicasetspec.json +0 -0
  1088. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicasetstatus.json +0 -0
  1089. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicationcontroller.json +0 -0
  1090. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicationcontrollercondition.json +0 -0
  1091. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicationcontrollerlist.json +0 -0
  1092. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicationcontrollerspec.json +0 -0
  1093. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/replicationcontrollerstatus.json +0 -0
  1094. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/repository.json +0 -0
  1095. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/repositoryimportspec.json +0 -0
  1096. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/repositoryimportstatus.json +0 -0
  1097. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/repositorylist.json +0 -0
  1098. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/requestauthentication.json +0 -0
  1099. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/requestauthenticationlist.json +0 -0
  1100. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resolutionrequest.json +0 -0
  1101. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resolutionrequestlist.json +0 -0
  1102. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourceaccessreview.json +0 -0
  1103. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourceattributes.json +0 -0
  1104. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourceclaim.json +0 -0
  1105. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcefieldselector.json +0 -0
  1106. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourceflavor.json +0 -0
  1107. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourceflavorlist.json +0 -0
  1108. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcemetricsource.json +0 -0
  1109. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcemetricstatus.json +0 -0
  1110. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcepolicyrule.json +0 -0
  1111. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequota.json +0 -0
  1112. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequotalist.json +0 -0
  1113. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequotaspec.json +0 -0
  1114. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequotaspec_v2.json +0 -0
  1115. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequotastatus.json +0 -0
  1116. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcequotastatusbynamespace.json +0 -0
  1117. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcerequirements.json +0 -0
  1118. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/resourcerule.json +0 -0
  1119. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/restartoptions.json +0 -0
  1120. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/restore.json +0 -0
  1121. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/restorelist.json +0 -0
  1122. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/revision.json +0 -0
  1123. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/revisionlist.json +0 -0
  1124. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/role.json +0 -0
  1125. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rolebinding.json +0 -0
  1126. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rolebindinglist.json +0 -0
  1127. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rolebindingrestriction.json +0 -0
  1128. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rolebindingrestrictionlist.json +0 -0
  1129. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rolelist.json +0 -0
  1130. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/roleref.json +0 -0
  1131. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rollingdeploymentstrategyparams.json +0 -0
  1132. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rollingupdatedaemonset.json +0 -0
  1133. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rollingupdatedeployment.json +0 -0
  1134. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rollingupdatestatefulsetstrategy.json +0 -0
  1135. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/route.json +0 -0
  1136. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routehttpheader.json +0 -0
  1137. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routehttpheaderactions.json +0 -0
  1138. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routehttpheaderactionunion.json +0 -0
  1139. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routehttpheaders.json +0 -0
  1140. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routeingress.json +0 -0
  1141. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routeingresscondition.json +0 -0
  1142. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routelist.json +0 -0
  1143. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routeport.json +0 -0
  1144. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routesethttpheader.json +0 -0
  1145. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routespec.json +0 -0
  1146. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routestatus.json +0 -0
  1147. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/routetargetreference.json +0 -0
  1148. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/rulewithoperations.json +0 -0
  1149. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/runtimeclass.json +0 -0
  1150. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/runtimeclasslist.json +0 -0
  1151. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scale.json +0 -0
  1152. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scaleiopersistentvolumesource.json +0 -0
  1153. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scaleiovolumesource.json +0 -0
  1154. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scalespec.json +0 -0
  1155. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scalestatus.json +0 -0
  1156. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scheduledworkflow.json +0 -0
  1157. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scheduledworkflowlist.json +0 -0
  1158. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scheduler.json +0 -0
  1159. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/schedulerlist.json +0 -0
  1160. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scheduling.json +0 -0
  1161. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scopedresourceselectorrequirement.json +0 -0
  1162. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scopedresourceselectorrequirement_v2.json +0 -0
  1163. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scoperestriction.json +0 -0
  1164. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scopeselector.json +0 -0
  1165. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/scopeselector_v2.json +0 -0
  1166. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/seccompprofile.json +0 -0
  1167. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secret.json +0 -0
  1168. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretbuildsource.json +0 -0
  1169. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretenvsource.json +0 -0
  1170. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretenvsource_v2.json +0 -0
  1171. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretkeyselector.json +0 -0
  1172. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretkeyselector_v2.json +0 -0
  1173. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretlist.json +0 -0
  1174. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretlocalreference.json +0 -0
  1175. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretprojection.json +0 -0
  1176. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretprojection_v2.json +0 -0
  1177. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretreference.json +0 -0
  1178. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretspec.json +0 -0
  1179. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretvolumesource.json +0 -0
  1180. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/secretvolumesource_v2.json +0 -0
  1181. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/securitycontext.json +0 -0
  1182. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/securitycontext_v2.json +0 -0
  1183. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/securitycontext_v3.json +0 -0
  1184. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/securitycontextconstraints.json +0 -0
  1185. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/securitycontextconstraintslist.json +0 -0
  1186. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selectablefield.json +0 -0
  1187. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediation.json +0 -0
  1188. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediationconfig.json +0 -0
  1189. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediationconfiglist.json +0 -0
  1190. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediationlist.json +0 -0
  1191. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediationtemplate.json +0 -0
  1192. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfnoderemediationtemplatelist.json +0 -0
  1193. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectaccessreview.json +0 -0
  1194. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectaccessreviewspec.json +0 -0
  1195. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectreview.json +0 -0
  1196. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectreviewstatus.json +0 -0
  1197. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectrulesreview.json +0 -0
  1198. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selfsubjectrulesreviewspec.json +0 -0
  1199. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/selinuxoptions.json +0 -0
  1200. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serveraddressbyclientcidr.json +0 -0
  1201. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serverlessservice.json +0 -0
  1202. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serverlessservicelist.json +0 -0
  1203. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/service.json +0 -0
  1204. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceaccount.json +0 -0
  1205. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceaccountlist.json +0 -0
  1206. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceaccountpodsecuritypolicyreviewstatus.json +0 -0
  1207. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceaccountsubject.json +0 -0
  1208. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceaccounttokenprojection.json +0 -0
  1209. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicebackendport.json +0 -0
  1210. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceca.json +0 -0
  1211. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicecalist.json +0 -0
  1212. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceentry.json +0 -0
  1213. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceentrylist.json +0 -0
  1214. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicelist.json +0 -0
  1215. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshcontrolplane.json +0 -0
  1216. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshcontrolplanelist.json +0 -0
  1217. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshmember.json +0 -0
  1218. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshmemberlist.json +0 -0
  1219. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshmemberroll.json +0 -0
  1220. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshmemberrolllist.json +0 -0
  1221. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshpeer.json +0 -0
  1222. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshpeerlist.json +0 -0
  1223. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshpolicy.json +0 -0
  1224. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshpolicylist.json +0 -0
  1225. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshrbacconfig.json +0 -0
  1226. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemeshrbacconfiglist.json +0 -0
  1227. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemonitor.json +0 -0
  1228. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicemonitorlist.json +0 -0
  1229. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/serviceport.json +0 -0
  1230. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicereference.json +0 -0
  1231. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicespec.json +0 -0
  1232. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servicestatus.json +0 -0
  1233. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servingruntime.json +0 -0
  1234. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/servingruntimelist.json +0 -0
  1235. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sessionaffinityconfig.json +0 -0
  1236. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sevmeasurementinfo.json +0 -0
  1237. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sevplatforminfo.json +0 -0
  1238. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sevsecretoptions.json +0 -0
  1239. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sevsessionoptions.json +0 -0
  1240. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sidecar.json +0 -0
  1241. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sidecarlist.json +0 -0
  1242. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/signaturecondition.json +0 -0
  1243. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/signatureissuer.json +0 -0
  1244. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/signaturesubject.json +0 -0
  1245. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sleepaction.json +0 -0
  1246. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sourcebuildstrategy.json +0 -0
  1247. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sourcecontroluser.json +0 -0
  1248. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sourcerevision.json +0 -0
  1249. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sourcestrategyoptions.json +0 -0
  1250. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/specdescriptor.json +0 -0
  1251. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sqljob.json +0 -0
  1252. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sqljoblist.json +0 -0
  1253. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ssp.json +0 -0
  1254. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/ssplist.json +0 -0
  1255. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/stageinfo.json +0 -0
  1256. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/startoptions.json +0 -0
  1257. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulset.json +0 -0
  1258. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetcondition.json +0 -0
  1259. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetlist.json +0 -0
  1260. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetordinals.json +0 -0
  1261. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetpersistentvolumeclaimretentionpolicy.json +0 -0
  1262. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetspec.json +0 -0
  1263. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetstatus.json +0 -0
  1264. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statefulsetupdatestrategy.json +0 -0
  1265. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status.json +0 -0
  1266. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v10.json +0 -0
  1267. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v11.json +0 -0
  1268. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v2.json +0 -0
  1269. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v3.json +0 -0
  1270. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v4.json +0 -0
  1271. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v5.json +0 -0
  1272. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v6.json +0 -0
  1273. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v7.json +0 -0
  1274. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v8.json +0 -0
  1275. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/status_v9.json +0 -0
  1276. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statuscause.json +0 -0
  1277. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statusdescriptor.json +0 -0
  1278. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statusdetails.json +0 -0
  1279. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/statusdetails_v2.json +0 -0
  1280. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/stepaction.json +0 -0
  1281. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/stepactionlist.json +0 -0
  1282. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/stepinfo.json +0 -0
  1283. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/stopoptions.json +0 -0
  1284. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storage.json +0 -0
  1285. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclaim.json +0 -0
  1286. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclaimlist.json +0 -0
  1287. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclass.json +0 -0
  1288. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclasslist.json +0 -0
  1289. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclient.json +0 -0
  1290. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclientlist.json +0 -0
  1291. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagecluster.json +0 -0
  1292. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclusterlist.json +0 -0
  1293. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclusterpeer.json +0 -0
  1294. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageclusterpeerlist.json +0 -0
  1295. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageconsumer.json +0 -0
  1296. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageconsumerlist.json +0 -0
  1297. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagelist.json +0 -0
  1298. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagemap.json +0 -0
  1299. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagemaplist.json +0 -0
  1300. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageospersistentvolumesource.json +0 -0
  1301. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageosvolumesource.json +0 -0
  1302. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageprofile.json +0 -0
  1303. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageprofilelist.json +0 -0
  1304. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagerequest.json +0 -0
  1305. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagerequestlist.json +0 -0
  1306. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagestate.json +0 -0
  1307. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagestatelist.json +0 -0
  1308. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagesystem.json +0 -0
  1309. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storagesystemlist.json +0 -0
  1310. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageversionmigration.json +0 -0
  1311. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/storageversionmigrationlist.json +0 -0
  1312. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subject.json +0 -0
  1313. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectaccessreview.json +0 -0
  1314. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectaccessreviewspec.json +0 -0
  1315. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectaccessreviewstatus.json +0 -0
  1316. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectrulesreview.json +0 -0
  1317. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectrulesreviewspec.json +0 -0
  1318. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subjectrulesreviewstatus.json +0 -0
  1319. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subscription.json +0 -0
  1320. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/subscriptionlist.json +0 -0
  1321. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/successpolicy.json +0 -0
  1322. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/successpolicyrule.json +0 -0
  1323. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/sysctl.json +0 -0
  1324. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tagevent.json +0 -0
  1325. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tageventcondition.json +0 -0
  1326. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tagimagehook.json +0 -0
  1327. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tagimportpolicy.json +0 -0
  1328. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tagreference.json +0 -0
  1329. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tagreferencepolicy.json +0 -0
  1330. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/taint.json +0 -0
  1331. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/task.json +0 -0
  1332. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tasklist.json +0 -0
  1333. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/taskrun.json +0 -0
  1334. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/taskrunlist.json +0 -0
  1335. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tcpsocketaction.json +0 -0
  1336. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonaddon.json +0 -0
  1337. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonaddonlist.json +0 -0
  1338. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonchain.json +0 -0
  1339. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonchainlist.json +0 -0
  1340. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonconfig.json +0 -0
  1341. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonconfiglist.json +0 -0
  1342. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonhub.json +0 -0
  1343. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonhublist.json +0 -0
  1344. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektoninstallerset.json +0 -0
  1345. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektoninstallersetlist.json +0 -0
  1346. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonpipeline.json +0 -0
  1347. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonpipelinelist.json +0 -0
  1348. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonresult.json +0 -0
  1349. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektonresultlist.json +0 -0
  1350. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektontrigger.json +0 -0
  1351. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tektontriggerlist.json +0 -0
  1352. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/telemetry.json +0 -0
  1353. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/telemetrylist.json +0 -0
  1354. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/template.json +0 -0
  1355. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstance.json +0 -0
  1356. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstancecondition.json +0 -0
  1357. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstancelist.json +0 -0
  1358. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstanceobject.json +0 -0
  1359. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstancerequester.json +0 -0
  1360. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstancespec.json +0 -0
  1361. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templateinstancestatus.json +0 -0
  1362. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/templatelist.json +0 -0
  1363. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/thanosruler.json +0 -0
  1364. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/thanosrulerlist.json +0 -0
  1365. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/time.json +0 -0
  1366. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tlsconfig.json +0 -0
  1367. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenrequest.json +0 -0
  1368. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenrequestspec.json +0 -0
  1369. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenrequeststatus.json +0 -0
  1370. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenreview.json +0 -0
  1371. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenreviewspec.json +0 -0
  1372. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenreviewspec_v2.json +0 -0
  1373. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenreviewstatus.json +0 -0
  1374. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tokenreviewstatus_v2.json +0 -0
  1375. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/toleration.json +0 -0
  1376. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/topologyselectorlabelrequirement.json +0 -0
  1377. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/topologyselectorterm.json +0 -0
  1378. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/topologyspreadconstraint.json +0 -0
  1379. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/topologyspreadconstraint_v2.json +0 -0
  1380. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/topologyspreadconstraint_v3.json +0 -0
  1381. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/trainedmodel.json +0 -0
  1382. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/trainedmodellist.json +0 -0
  1383. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/trigger.json +0 -0
  1384. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/triggerbinding.json +0 -0
  1385. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/triggerbindinglist.json +0 -0
  1386. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/triggerlist.json +0 -0
  1387. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/triggertemplate.json +0 -0
  1388. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/triggertemplatelist.json +0 -0
  1389. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/trustyaiservice.json +0 -0
  1390. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/trustyaiservicelist.json +0 -0
  1391. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tuned.json +0 -0
  1392. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/tunedlist.json +0 -0
  1393. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/typechecking.json +0 -0
  1394. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/typedlocalobjectreference.json +0 -0
  1395. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/typedobjectreference.json +0 -0
  1396. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/uncountedterminatedpods.json +0 -0
  1397. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/unpauseoptions.json +0 -0
  1398. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/user.json +0 -0
  1399. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/useridentitymapping.json +0 -0
  1400. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/userinfo.json +0 -0
  1401. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/userinfo_v2.json +0 -0
  1402. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/userlist.json +0 -0
  1403. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/useroauthaccesstoken.json +0 -0
  1404. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/useroauthaccesstokenlist.json +0 -0
  1405. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/usersubject.json +0 -0
  1406. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicy.json +0 -0
  1407. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicybinding.json +0 -0
  1408. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicybindinglist.json +0 -0
  1409. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicybindingspec.json +0 -0
  1410. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicylist.json +0 -0
  1411. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicyspec.json +0 -0
  1412. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingadmissionpolicystatus.json +0 -0
  1413. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingwebhook.json +0 -0
  1414. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingwebhookconfiguration.json +0 -0
  1415. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validatingwebhookconfigurationlist.json +0 -0
  1416. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validation.json +0 -0
  1417. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/validationrule.json +0 -0
  1418. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/variable.json +0 -0
  1419. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/verificationpolicy.json +0 -0
  1420. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/verificationpolicylist.json +0 -0
  1421. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/viewer.json +0 -0
  1422. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/viewerlist.json +0 -0
  1423. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachine.json +0 -0
  1424. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclone.json +0 -0
  1425. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclonelist.json +0 -0
  1426. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclusterinstancetype.json +0 -0
  1427. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclusterinstancetypelist.json +0 -0
  1428. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclusterpreference.json +0 -0
  1429. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineclusterpreferencelist.json +0 -0
  1430. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineexport.json +0 -0
  1431. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineexportlist.json +0 -0
  1432. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstance.json +0 -0
  1433. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancefilesystem.json +0 -0
  1434. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancefilesystemdisk.json +0 -0
  1435. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancefilesysteminfo.json +0 -0
  1436. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancefilesystemlist.json +0 -0
  1437. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstanceguestagentinfo.json +0 -0
  1438. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstanceguestosinfo.json +0 -0
  1439. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstanceguestosuser.json +0 -0
  1440. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstanceguestosuserlist.json +0 -0
  1441. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancelist.json +0 -0
  1442. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancemigration.json +0 -0
  1443. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancemigrationlist.json +0 -0
  1444. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancepreset.json +0 -0
  1445. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancepresetlist.json +0 -0
  1446. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancereplicaset.json +0 -0
  1447. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancereplicasetlist.json +0 -0
  1448. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancetype.json +0 -0
  1449. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachineinstancetypelist.json +0 -0
  1450. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinelist.json +0 -0
  1451. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinememorydumprequest.json +0 -0
  1452. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinepool.json +0 -0
  1453. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinepoollist.json +0 -0
  1454. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinepreference.json +0 -0
  1455. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinepreferencelist.json +0 -0
  1456. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinerestore.json +0 -0
  1457. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinerestorelist.json +0 -0
  1458. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinesnapshot.json +0 -0
  1459. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinesnapshotcontent.json +0 -0
  1460. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinesnapshotcontentlist.json +0 -0
  1461. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualmachinesnapshotlist.json +0 -0
  1462. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualservice.json +0 -0
  1463. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/virtualservicelist.json +0 -0
  1464. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volume.json +0 -0
  1465. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeattachment.json +0 -0
  1466. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeattachmentlist.json +0 -0
  1467. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeattachmentsource.json +0 -0
  1468. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeattachmentspec.json +0 -0
  1469. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeattachmentstatus.json +0 -0
  1470. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeclonesource.json +0 -0
  1471. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeclonesourcelist.json +0 -0
  1472. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumedevice.json +0 -0
  1473. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeerror.json +0 -0
  1474. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplication.json +0 -0
  1475. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplicationclass.json +0 -0
  1476. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplicationclasslist.json +0 -0
  1477. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplicationcontent.json +0 -0
  1478. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplicationcontentlist.json +0 -0
  1479. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumegroupreplicationlist.json +0 -0
  1480. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeimportsource.json +0 -0
  1481. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeimportsourcelist.json +0 -0
  1482. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumemount.json +0 -0
  1483. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumemount_v2.json +0 -0
  1484. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumemountstatus.json +0 -0
  1485. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumenodeaffinity.json +0 -0
  1486. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumenoderesources.json +0 -0
  1487. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeprojection.json +0 -0
  1488. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumereplication.json +0 -0
  1489. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumereplicationclass.json +0 -0
  1490. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumereplicationclasslist.json +0 -0
  1491. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumereplicationlist.json +0 -0
  1492. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeresourcerequirements.json +0 -0
  1493. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshot.json +0 -0
  1494. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshotclass.json +0 -0
  1495. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshotclasslist.json +0 -0
  1496. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshotcontent.json +0 -0
  1497. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshotcontentlist.json +0 -0
  1498. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumesnapshotlist.json +0 -0
  1499. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeuploadsource.json +0 -0
  1500. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/volumeuploadsourcelist.json +0 -0
  1501. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/vspherevirtualdiskvolumesource.json +0 -0
  1502. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/wasmplugin.json +0 -0
  1503. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/wasmpluginlist.json +0 -0
  1504. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/watchevent.json +0 -0
  1505. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/webhookclientconfig.json +0 -0
  1506. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/webhookconversion.json +0 -0
  1507. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/webhooktrigger.json +0 -0
  1508. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/weightedpodaffinityterm.json +0 -0
  1509. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/windowssecuritycontextoptions.json +0 -0
  1510. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflow.json +0 -0
  1511. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workfloweventbinding.json +0 -0
  1512. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workfloweventbindinglist.json +0 -0
  1513. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowlist.json +0 -0
  1514. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtaskresult.json +0 -0
  1515. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtaskresultlist.json +0 -0
  1516. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtaskset.json +0 -0
  1517. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtasksetlist.json +0 -0
  1518. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtemplate.json +0 -0
  1519. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workflowtemplatelist.json +0 -0
  1520. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workload.json +0 -0
  1521. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadentry.json +0 -0
  1522. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadentrylist.json +0 -0
  1523. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadgroup.json +0 -0
  1524. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadgrouplist.json +0 -0
  1525. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadlist.json +0 -0
  1526. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadpriorityclass.json +0 -0
  1527. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/schema/workloadpriorityclasslist.json +0 -0
  1528. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/scripts/tools.py +0 -0
  1529. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
  1530. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
  1531. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
  1532. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
  1533. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
  1534. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
  1535. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Image/image_caching_internal_knative_dev.py +0 -0
  1536. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Image/image_config_openshift_io.py +0 -0
  1537. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Image/image_image_openshift_io.py +0 -0
  1538. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
  1539. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Machine/machine.py +0 -0
  1540. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
  1541. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
  1542. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Pipeline/pipeline.py +0 -0
  1543. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Pod/pod.py +0 -0
  1544. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/Secret/secret.py +0 -0
  1545. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
  1546. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
  1547. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
  1548. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/test_camelcase_to_snake.py +0 -0
  1549. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/class_generator/tests/test_class_generator.py +0 -0
  1550. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/docs/Makefile +0 -0
  1551. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/docs/conf.py +0 -0
  1552. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/docs/index.rst +0 -0
  1553. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/docs/modules.rst +0 -0
  1554. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/docs/ocp_resources.rst +0 -0
  1555. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/general.py +0 -0
  1556. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/node_network_configuration_policy.py +0 -0
  1557. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/pod_example.gif +0 -0
  1558. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/pods.py +0 -0
  1559. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/role.py +0 -0
  1560. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/special_cases.py +0 -0
  1561. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/examples/virtual_machine.py +0 -0
  1562. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/__init__.py +0 -0
  1563. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/aaq.py +0 -0
  1564. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/api_server.py +0 -0
  1565. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/api_service.py +0 -0
  1566. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
  1567. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
  1568. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/application_aware_resource_quota.py +0 -0
  1569. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/authorino.py +0 -0
  1570. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/backup.py +0 -0
  1571. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/benchmark.py +0 -0
  1572. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/catalog_source.py +0 -0
  1573. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cdi.py +0 -0
  1574. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cdi_config.py +0 -0
  1575. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/chaos_engine.py +0 -0
  1576. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/chaos_result.py +0 -0
  1577. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_claim.py +0 -0
  1578. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_deployment.py +0 -0
  1579. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_operator.py +0 -0
  1580. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_pool.py +0 -0
  1581. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_role.py +0 -0
  1582. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_role_binding.py +0 -0
  1583. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_service_version.py +0 -0
  1584. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cluster_version.py +0 -0
  1585. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/config_map.py +0 -0
  1586. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/console_cli_download.py +0 -0
  1587. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/console_plugin.py +0 -0
  1588. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/console_quick_start.py +0 -0
  1589. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/constants.py +0 -0
  1590. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/controller_revision.py +0 -0
  1591. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/cron_job.py +0 -0
  1592. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/csi_driver.py +0 -0
  1593. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/csi_storage_capacity.py +0 -0
  1594. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/custom_resource_definition.py +0 -0
  1595. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/daemonset.py +0 -0
  1596. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/data_import_cron.py +0 -0
  1597. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/data_science_cluster.py +0 -0
  1598. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/data_source.py +0 -0
  1599. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/datavolume.py +0 -0
  1600. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/deployment.py +0 -0
  1601. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/destination_rule.py +0 -0
  1602. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/dns_config_openshift_io.py +0 -0
  1603. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/dns_operator_openshift_io.py +0 -0
  1604. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/dsc_initialization.py +0 -0
  1605. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/endpoint_slice.py +0 -0
  1606. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/endpoints.py +0 -0
  1607. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/event.py +0 -0
  1608. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/exceptions.py +0 -0
  1609. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/fence_agent_remediation_templates.py +0 -0
  1610. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/forklift_controller.py +0 -0
  1611. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/gateway.py +0 -0
  1612. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/group.py +0 -0
  1613. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/hook.py +0 -0
  1614. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/host.py +0 -0
  1615. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/hostpath_provisioner.py +0 -0
  1616. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/hyperconverged.py +0 -0
  1617. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
  1618. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_config_openshift_io.py +0 -0
  1619. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_content_source_policy.py +0 -0
  1620. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_digest_mirror_set.py +0 -0
  1621. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_image_openshift_io.py +0 -0
  1622. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/image_stream.py +0 -0
  1623. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/imagestreamtag.py +0 -0
  1624. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/inference_service.py +0 -0
  1625. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/infrastructure.py +0 -0
  1626. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/ingress_controller.py +0 -0
  1627. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/installplan.py +0 -0
  1628. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/ip_address_pool.py +0 -0
  1629. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/job.py +0 -0
  1630. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/kube_descheduler.py +0 -0
  1631. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/kubevirt.py +0 -0
  1632. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/l2_advertisement.py +0 -0
  1633. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/lease.py +0 -0
  1634. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/limit_range.py +0 -0
  1635. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/lm_eval_job.py +0 -0
  1636. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/machine.py +0 -0
  1637. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/machine_config.py +0 -0
  1638. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/machine_config_pool.py +0 -0
  1639. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/machine_health_check.py +0 -0
  1640. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/machine_set.py +0 -0
  1641. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/managed_cluster.py +0 -0
  1642. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/maria_db.py +0 -0
  1643. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/mariadb_operator.py +0 -0
  1644. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/metallb.py +0 -0
  1645. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/migration.py +0 -0
  1646. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/migration_policy.py +0 -0
  1647. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/mtq.py +0 -0
  1648. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/mtv.py +0 -0
  1649. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/multi_cluster_hub.py +0 -0
  1650. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/multi_cluster_observability.py +0 -0
  1651. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/multi_network_policy.py +0 -0
  1652. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/mutating_webhook_config.py +0 -0
  1653. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/namespace.py +0 -0
  1654. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_addons_config.py +0 -0
  1655. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_attachment_definition.py +0 -0
  1656. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_config_openshift_io.py +0 -0
  1657. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_map.py +0 -0
  1658. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_operator_openshift_io.py +0 -0
  1659. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/network_policy.py +0 -0
  1660. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/nm_state.py +0 -0
  1661. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node.py +0 -0
  1662. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_config_openshift_io.py +0 -0
  1663. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_health_check.py +0 -0
  1664. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_maintenance.py +0 -0
  1665. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_network_configuration_enactment.py +0 -0
  1666. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_network_configuration_policy.py +0 -0
  1667. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/node_network_state.py +0 -0
  1668. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/oauth.py +0 -0
  1669. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/ocs_initialization.py +0 -0
  1670. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/operator.py +0 -0
  1671. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/operator_condition.py +0 -0
  1672. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/operator_group.py +0 -0
  1673. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/operator_hub.py +0 -0
  1674. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/operator_source.py +0 -0
  1675. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/package_manifest.py +0 -0
  1676. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/peer_authentication.py +0 -0
  1677. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/performance_profile.py +0 -0
  1678. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/persistent_volume.py +0 -0
  1679. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/persistent_volume_claim.py +0 -0
  1680. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/pipeline.py +0 -0
  1681. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/pipelineruns.py +0 -0
  1682. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/plan.py +0 -0
  1683. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/pod.py +0 -0
  1684. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/pod_disruption_budget.py +0 -0
  1685. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/pod_metrics.py +0 -0
  1686. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/priority_class.py +0 -0
  1687. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/project_config_openshift_io.py +0 -0
  1688. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/project_project_openshift_io.py +0 -0
  1689. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/project_request.py +0 -0
  1690. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/prometheus.py +0 -0
  1691. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/prometheus_rule.py +0 -0
  1692. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/provider.py +0 -0
  1693. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/proxy.py +0 -0
  1694. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/reclaim_space_cron_job.py +0 -0
  1695. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/reclaim_space_job.py +0 -0
  1696. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/replica_set.py +0 -0
  1697. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/resource_quota.py +0 -0
  1698. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/restore.py +0 -0
  1699. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/rhmi.py +0 -0
  1700. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/role.py +0 -0
  1701. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/role_binding.py +0 -0
  1702. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/route.py +0 -0
  1703. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/scheduler.py +0 -0
  1704. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/secret.py +0 -0
  1705. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/security_context_constraints.py +0 -0
  1706. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/self_node_remediation_templates.py +0 -0
  1707. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service.py +0 -0
  1708. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_account.py +0 -0
  1709. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_mesh_control_plane.py +0 -0
  1710. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_mesh_member.py +0 -0
  1711. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_mesh_member_roll.py +0 -0
  1712. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_monitor.py +0 -0
  1713. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/service_serving_knative_dev.py +0 -0
  1714. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/serving_runtime.py +0 -0
  1715. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/sriov_network.py +0 -0
  1716. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/sriov_network_node_policy.py +0 -0
  1717. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/sriov_network_node_state.py +0 -0
  1718. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/ssp.py +0 -0
  1719. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/storage_class.py +0 -0
  1720. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/storage_map.py +0 -0
  1721. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/storage_profile.py +0 -0
  1722. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/subscription.py +0 -0
  1723. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/task.py +0 -0
  1724. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/task_run.py +0 -0
  1725. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/tekton_tasks.py +0 -0
  1726. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/template.py +0 -0
  1727. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/trustyai_service.py +0 -0
  1728. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/upload_token_request.py +0 -0
  1729. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/user_defined_network.py +0 -0
  1730. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/utils.py +0 -0
  1731. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/validating_webhook_config.py +0 -0
  1732. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_clone.py +0 -0
  1733. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
  1734. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
  1735. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_export.py +0 -0
  1736. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_import.py +0 -0
  1737. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_instance.py +0 -0
  1738. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_instance_migration.py +0 -0
  1739. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_instance_preset.py +0 -0
  1740. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
  1741. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_instancetype.py +0 -0
  1742. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
  1743. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_preference.py +0 -0
  1744. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_restore.py +0 -0
  1745. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_machine_snapshot.py +0 -0
  1746. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/virtual_service.py +0 -0
  1747. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/vm_import_config.py +0 -0
  1748. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/volume_snapshot.py +0 -0
  1749. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/ocp_resources/volume_snapshot_class.py +0 -0
  1750. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/pypi-dist/.gitignore +0 -0
  1751. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/renovate.json +0 -0
  1752. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/scripts/__init__.py +0 -0
  1753. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/scripts/diff-from-latest-release.sh +0 -0
  1754. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/scripts/diff-from-tag.sh +0 -0
  1755. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/scripts/get-latest-release.sh +0 -0
  1756. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/scripts/k3d-runner.sh +0 -0
  1757. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/sonar-project.properties +0 -0
  1758. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/__init__.py +0 -0
  1759. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/conftest.py +0 -0
  1760. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/manifests/vm.yaml +0 -0
  1761. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/scripts/__init__.py +0 -0
  1762. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/scripts/validate_resources.py +0 -0
  1763. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/test_api_group_order.py +0 -0
  1764. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/test_resources.py +0 -0
  1765. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/test_validate_resources.py +0 -0
  1766. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/test_validate_resources_script.py +0 -0
  1767. {openshift_python_wrapper-11.0.3 → openshift_python_wrapper-11.0.4}/tests/utils.py +0 -0
@@ -39,13 +39,13 @@ repos:
39
39
  ]
40
40
 
41
41
  - repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.7.3
42
+ rev: v0.8.0
43
43
  hooks:
44
44
  - id: ruff
45
45
  - id: ruff-format
46
46
 
47
47
  - repo: https://github.com/renovatebot/pre-commit-hooks
48
- rev: 39.9.3
48
+ rev: 39.29.0
49
49
  hooks:
50
50
  - id: renovate-config-validator
51
51
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openshift-python-wrapper
3
- Version: 11.0.3
3
+ Version: 11.0.4
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/
@@ -134,9 +134,78 @@ def sub_resource_level(current_class: Any, owner_class: Any, parent_class: Any)
134
134
  return None
135
135
 
136
136
 
137
- # Exceptions classes
137
+ def replace_key_with_hashed_value(resource_dict: Dict[Any, Any], key_name: str) -> Dict[Any, Any]:
138
+ """
139
+ Recursively search a nested dictionary for a given key and changes its value to "******" if found.
140
+
141
+ The function supports two key formats:
142
+ 1. Regular dictionary path:
143
+ A key to be hashed can be found directly in a dictionary, e.g. "a>b>c", would hash the value associated with
144
+ key "c", where dictionary format is:
145
+ input = {
146
+ "a": {
147
+ "b": {
148
+ "c": "sensitive data"
149
+ }
150
+ }
151
+ }
152
+ output = {
153
+ "a": {
154
+ "b": {
155
+ "c": "*******"
156
+ }
157
+ }
158
+ }
159
+ 2. List path:
160
+ A key to be hashed can be found in a dictionary that is in list somewhere in a dictionary, e.g. "a>b[]>c",
161
+ would hash the value associated with key "c", where dictionary format is:
162
+ input = {
163
+ "a": {
164
+ "b": [
165
+ {"d": "not sensitive data"},
166
+ {"c": "sensitive data"}
167
+ ]
168
+ }
169
+ }
170
+ output = {
171
+ "a": {
172
+ "b": [
173
+ {"d": "not sensitive data"},
174
+ {"c": "*******"}
175
+ ]
176
+ }
177
+ }
178
+
179
+ Args:
180
+ resource_dict: The nested dictionary to search.
181
+ key_name: The key path to find.
182
+
183
+ Returns:
184
+ Dict[Any, Any]: A copy of the input dictionary with the specified key's value replaced with "*******".
185
+
186
+ """
187
+ result = copy.deepcopy(resource_dict)
188
+
189
+ benedict_resource_dict = benedict(result, keypath_separator=">")
190
+
191
+ if "[]" not in key_name:
192
+ if benedict_resource_dict.get(key_name):
193
+ benedict_resource_dict[key_name] = "*******"
194
+ return dict(benedict_resource_dict)
195
+
196
+ key_prefix, remaining_key = key_name.split("[]>", 1)
197
+ if not benedict_resource_dict.get(key_prefix):
198
+ return dict(benedict_resource_dict)
199
+
200
+ resource_data = benedict_resource_dict[key_prefix]
201
+ if not isinstance(resource_data, list):
202
+ return dict(benedict_resource_dict)
138
203
 
139
- # End Exceptions classes
204
+ for index, element in enumerate(resource_data):
205
+ if isinstance(element, dict):
206
+ resource_data[index] = replace_key_with_hashed_value(resource_dict=element, key_name=remaining_key)
207
+
208
+ return dict(benedict_resource_dict)
140
209
 
141
210
 
142
211
  class KubeAPIVersion(Version):
@@ -1173,21 +1242,18 @@ class Resource:
1173
1242
 
1174
1243
  Example:
1175
1244
  given a dict: {"spec": {"data": <value_to_hash>}}
1176
- To hash spec['data'] key pass: ["spec..data"]
1245
+ To hash spec['data'] key pass: ["spec>data"]
1177
1246
  """
1178
1247
  return []
1179
1248
 
1180
1249
  def hash_resource_dict(self, resource_dict: Dict[Any, Any]) -> Dict[Any, Any]:
1250
+ if not isinstance(resource_dict, dict):
1251
+ raise ValueError("Expected a dictionary as the first argument")
1252
+
1181
1253
  if self.keys_to_hash and self.hash_log_data:
1182
1254
  resource_dict = copy.deepcopy(resource_dict)
1183
- resource_dict = benedict(resource_dict, keypath_separator="..")
1184
-
1185
- for key in self.keys_to_hash:
1186
- if key in resource_dict:
1187
- resource_dict[key] = "***"
1188
-
1189
- return resource_dict
1190
-
1255
+ for key_name in self.keys_to_hash:
1256
+ resource_dict = replace_key_with_hashed_value(resource_dict=resource_dict, key_name=key_name)
1191
1257
  return resource_dict
1192
1258
 
1193
1259
  def get_condition_message(self, condition_type: str, condition_status: str = "") -> str:
@@ -50,4 +50,4 @@ class SealedSecret(NamespacedResource):
50
50
 
51
51
  @property
52
52
  def keys_to_hash(self):
53
- return ["spec..data", "spec..encryptedData"]
53
+ return ["spec>data", "spec>encryptedData"]
@@ -175,3 +175,7 @@ class VirtualMachine(NamespacedResource):
175
175
  ):
176
176
  if sample is None:
177
177
  return
178
+
179
+ @property
180
+ def keys_to_hash(self):
181
+ return ["spec>template>spec>volumes[]>cloudInitNoCloud>userData"]
@@ -27,7 +27,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]
27
27
  [project]
28
28
  requires-python = ">=3.9"
29
29
  name = "openshift-python-wrapper"
30
- version = "11.0.3"
30
+ version = "11.0.4"
31
31
  description = "Wrapper around https://github.com/kubernetes-client/python"
32
32
  readme = "README.md"
33
33
  license = "Apache-2.0"
@@ -0,0 +1,88 @@
1
+ import pytest
2
+ from benedict import benedict
3
+ from ocp_resources.resource import replace_key_with_hashed_value
4
+
5
+
6
+ @pytest.fixture()
7
+ def vm_spec():
8
+ return {
9
+ "spec": {
10
+ "template": {
11
+ "features": {"someNewFeature": {"someNewData": "sensitive information"}},
12
+ "spec": {
13
+ "volumes": [
14
+ {"name": "volume1", "userData": "sensitive-data"},
15
+ ]
16
+ },
17
+ }
18
+ }
19
+ }
20
+
21
+
22
+ @pytest.mark.parametrize(
23
+ "key_name, expected_key",
24
+ [
25
+ pytest.param(
26
+ "spec>template>features>someNewFeature>someNewData",
27
+ "spec>template>features>someNewFeature>someNewData",
28
+ id="test_replace_key_with_hashed_value_replace_key",
29
+ ),
30
+ pytest.param(
31
+ "spec>template>spec>volumes[]>userData",
32
+ "spec>template>spec>volumes[0]>userData",
33
+ id="test_replace_key_with_hashed_value_replace_key_in_list",
34
+ ),
35
+ ],
36
+ )
37
+ def test_replace_key_with_hashed_value(vm_spec, key_name, expected_key):
38
+ result = benedict(replace_key_with_hashed_value(resource_dict=vm_spec, key_name=key_name), keypath_separator=">")
39
+ assert result[expected_key] == "*******"
40
+ vm_spec_benedict = benedict(vm_spec, keypath_separator=">")
41
+ result_benedict = benedict(result, keypath_separator=">")
42
+ del vm_spec_benedict[expected_key]
43
+ del result_benedict[expected_key]
44
+ assert result_benedict == vm_spec_benedict
45
+
46
+
47
+ @pytest.mark.parametrize(
48
+ "resource, key_name, expected_result",
49
+ [
50
+ # Empty dictionary
51
+ pytest.param({}, "a>b", {}, id="test_replace_key_with_hashed_value_empty_dict"),
52
+ # Non-existent key
53
+ pytest.param(
54
+ {"x": {"y": "z"}}, "a>b", {"x": {"y": "z"}}, id="test_replace_key_with_hashed_value_key_doesnt_exist"
55
+ ),
56
+ # Malformed key
57
+ pytest.param(
58
+ {"x": {"y": "z"}}, "x>y>", {"x": {"y": "z"}}, id="test_replace_key_with_hashed_value_malformed_key"
59
+ ),
60
+ # empty key path
61
+ pytest.param({"x": {"y": "z"}}, "", {"x": {"y": "z"}}, id="test_replace_key_with_hashed_value_empty_key"),
62
+ ],
63
+ )
64
+ def test_replace_key_with_hashed_value_edge_cases(resource, key_name, expected_result):
65
+ """Test edge cases for replace_key_with_hashed_value function."""
66
+ assert replace_key_with_hashed_value(resource_dict=resource, key_name=key_name) == expected_result
67
+
68
+
69
+ def test_replace_key_with_hashed_value_multiple_occurances(vm_spec):
70
+ vm_spec["spec"]["template"]["spec"]["volumes"].append({"name": "volume2", "userData": "more sensitive-data"})
71
+ result = replace_key_with_hashed_value(resource_dict=vm_spec, key_name="spec>template>spec>volumes[]>userData")
72
+ for volume in result["spec"]["template"]["spec"]["volumes"]:
73
+ assert volume["userData"] == "*******"
74
+
75
+
76
+ @pytest.mark.parametrize(
77
+ "resource, key_name, exception_type",
78
+ [
79
+ pytest.param(None, "a>b", TypeError, id="test_replace_key_with_hashed_value_empty_dict_valid_key"),
80
+ pytest.param({}, None, TypeError, id="test_replace_key_with_hashed_value_empty_dict_no_key"),
81
+ pytest.param({}, 123, TypeError, id="test_replace_key_with_hashed_value_empty_dict_invalid_key"),
82
+ pytest.param("not_a_dict", "a>b", ValueError, id="test_replace_key_with_hashed_value_invalid_dict_valid_key"),
83
+ ],
84
+ )
85
+ def test_replace_key_with_hashed_value_invalid_inputs(resource, key_name, exception_type):
86
+ """Test that the function handles invalid inputs appropriately."""
87
+ with pytest.raises(exception_type):
88
+ replace_key_with_hashed_value(resource_dict=resource, key_name=key_name)
@@ -5,6 +5,7 @@ env_list = [
5
5
  "class-generator",
6
6
  "resource-tests",
7
7
  "api-group-order",
8
+ "validate-unittests"
8
9
  ]
9
10
 
10
11
  [env.resource-tests]
@@ -57,3 +58,8 @@ commands = [
57
58
  description = "Run API group order tests"
58
59
  deps = ["uv"]
59
60
  commands = [["uv", "run", "pytest", "tests/test_api_group_order.py"]]
61
+
62
+ [env.unittests]
63
+ description = "Run unittests"
64
+ deps = ["uv"]
65
+ commands = [["uv", "run", "pytest", "tests/test_unittests.py", "-svv"]]
@@ -19,36 +19,34 @@ wheels = [
19
19
 
20
20
  [[package]]
21
21
  name = "bcrypt"
22
- version = "4.2.0"
23
- source = { registry = "https://pypi.org/simple" }
24
- sdist = { url = "https://files.pythonhosted.org/packages/e4/7e/d95e7d96d4828e965891af92e43b52a4cd3395dc1c1ef4ee62748d0471d0/bcrypt-4.2.0.tar.gz", hash = "sha256:cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221", size = 24294 }
25
- wheels = [
26
- { url = "https://files.pythonhosted.org/packages/a9/81/4e8f5bc0cd947e91fb720e1737371922854da47a94bc9630454e7b2845f8/bcrypt-4.2.0-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:096a15d26ed6ce37a14c1ac1e48119660f21b24cba457f160a4b830f3fe6b5cb", size = 471568 },
27
- { url = "https://files.pythonhosted.org/packages/05/d2/1be1e16aedec04bcf8d0156e01b987d16a2063d38e64c3f28030a3427d61/bcrypt-4.2.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c02d944ca89d9b1922ceb8a46460dd17df1ba37ab66feac4870f6862a1533c00", size = 277372 },
28
- { url = "https://files.pythonhosted.org/packages/e3/96/7a654027638ad9b7589effb6db77eb63eba64319dfeaf9c0f4ca953e5f76/bcrypt-4.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d84cf6d877918620b687b8fd1bf7781d11e8a0998f576c7aa939776b512b98d", size = 273488 },
29
- { url = "https://files.pythonhosted.org/packages/46/54/dc7b58abeb4a3d95bab653405935e27ba32f21b812d8ff38f271fb6f7f55/bcrypt-4.2.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:1bb429fedbe0249465cdd85a58e8376f31bb315e484f16e68ca4c786dcc04291", size = 277759 },
30
- { url = "https://files.pythonhosted.org/packages/ac/be/da233c5f11fce3f8adec05e8e532b299b64833cc962f49331cdd0e614fa9/bcrypt-4.2.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:655ea221910bcac76ea08aaa76df427ef8625f92e55a8ee44fbf7753dbabb328", size = 273796 },
31
- { url = "https://files.pythonhosted.org/packages/b0/b8/8b4add88d55a263cf1c6b8cf66c735280954a04223fcd2880120cc767ac3/bcrypt-4.2.0-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:1ee38e858bf5d0287c39b7a1fc59eec64bbf880c7d504d3a06a96c16e14058e7", size = 311082 },
32
- { url = "https://files.pythonhosted.org/packages/7b/76/2aa660679abbdc7f8ee961552e4bb6415a81b303e55e9374533f22770203/bcrypt-4.2.0-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:0da52759f7f30e83f1e30a888d9163a81353ef224d82dc58eb5bb52efcabc399", size = 305912 },
33
- { url = "https://files.pythonhosted.org/packages/00/03/2af7c45034aba6002d4f2b728c1a385676b4eab7d764410e34fd768009f2/bcrypt-4.2.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:3698393a1b1f1fd5714524193849d0c6d524d33523acca37cd28f02899285060", size = 325185 },
34
- { url = "https://files.pythonhosted.org/packages/dc/5d/6843443ce4ab3af40bddb6c7c085ed4a8418b3396f7a17e60e6d9888416c/bcrypt-4.2.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:762a2c5fb35f89606a9fde5e51392dad0cd1ab7ae64149a8b935fe8d79dd5ed7", size = 335188 },
35
- { url = "https://files.pythonhosted.org/packages/cb/4c/ff8ca83d816052fba36def1d24e97d9a85739b9bbf428c0d0ecd296a07c8/bcrypt-4.2.0-cp37-abi3-win32.whl", hash = "sha256:5a1e8aa9b28ae28020a3ac4b053117fb51c57a010b9f969603ed885f23841458", size = 156481 },
36
- { url = "https://files.pythonhosted.org/packages/65/f1/e09626c88a56cda488810fb29d5035f1662873777ed337880856b9d204ae/bcrypt-4.2.0-cp37-abi3-win_amd64.whl", hash = "sha256:8f6ede91359e5df88d1f5c1ef47428a4420136f3ce97763e31b86dd8280fbdf5", size = 151336 },
37
- { url = "https://files.pythonhosted.org/packages/96/86/8c6a84daed4dd878fbab094400c9174c43d9b838ace077a2f8ee8bc3ae12/bcrypt-4.2.0-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:c52aac18ea1f4a4f65963ea4f9530c306b56ccd0c6f8c8da0c06976e34a6e841", size = 472414 },
38
- { url = "https://files.pythonhosted.org/packages/f6/05/e394515f4e23c17662e5aeb4d1859b11dc651be01a3bd03c2e919a155901/bcrypt-4.2.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3bbbfb2734f0e4f37c5136130405332640a1e46e6b23e000eeff2ba8d005da68", size = 277599 },
39
- { url = "https://files.pythonhosted.org/packages/4b/3b/ad784eac415937c53da48983756105d267b91e56aa53ba8a1b2014b8d930/bcrypt-4.2.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3413bd60460f76097ee2e0a493ccebe4a7601918219c02f503984f0a7ee0aebe", size = 273491 },
40
- { url = "https://files.pythonhosted.org/packages/cc/14/b9ff8e0218bee95e517b70e91130effb4511e8827ac1ab00b4e30943a3f6/bcrypt-4.2.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:8d7bb9c42801035e61c109c345a28ed7e84426ae4865511eb82e913df18f58c2", size = 277934 },
41
- { url = "https://files.pythonhosted.org/packages/3e/d0/31938bb697600a04864246acde4918c4190a938f891fd11883eaaf41327a/bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3d3a6d28cb2305b43feac298774b997e372e56c7c7afd90a12b3dc49b189151c", size = 273804 },
42
- { url = "https://files.pythonhosted.org/packages/e7/c3/dae866739989e3f04ae304e1201932571708cb292a28b2f1b93283e2dcd8/bcrypt-4.2.0-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:9c1c4ad86351339c5f320ca372dfba6cb6beb25e8efc659bedd918d921956bae", size = 311275 },
43
- { url = "https://files.pythonhosted.org/packages/5d/2c/019bc2c63c6125ddf0483ee7d914a405860327767d437913942b476e9c9b/bcrypt-4.2.0-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:27fe0f57bb5573104b5a6de5e4153c60814c711b29364c10a75a54bb6d7ff48d", size = 306355 },
44
- { url = "https://files.pythonhosted.org/packages/75/fe/9e137727f122bbe29771d56afbf4e0dbc85968caa8957806f86404a5bfe1/bcrypt-4.2.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:8ac68872c82f1add6a20bd489870c71b00ebacd2e9134a8aa3f98a0052ab4b0e", size = 325381 },
45
- { url = "https://files.pythonhosted.org/packages/1a/d4/586b9c18a327561ea4cd336ff4586cca1a7aa0f5ee04e23a8a8bb9ca64f1/bcrypt-4.2.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:cb2a8ec2bc07d3553ccebf0746bbf3d19426d1c6d1adbd4fa48925f66af7b9e8", size = 335685 },
46
- { url = "https://files.pythonhosted.org/packages/24/55/1a7127faf4576138bb278b91e9c75307490178979d69c8e6e273f74b974f/bcrypt-4.2.0-cp39-abi3-win32.whl", hash = "sha256:77800b7147c9dc905db1cba26abe31e504d8247ac73580b4aa179f98e6608f34", size = 155857 },
47
- { url = "https://files.pythonhosted.org/packages/1c/2a/c74052e54162ec639266d91539cca7cbf3d1d3b8b36afbfeaee0ea6a1702/bcrypt-4.2.0-cp39-abi3-win_amd64.whl", hash = "sha256:61ed14326ee023917ecd093ee6ef422a72f3aec6f07e21ea5f10622b735538a9", size = 151717 },
48
- { url = "https://files.pythonhosted.org/packages/09/97/01026e7b1b7f8aeb41514408eca1137c0f8aef9938335e3bc713f82c282e/bcrypt-4.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:39e1d30c7233cfc54f5c3f2c825156fe044efdd3e0b9d309512cc514a263ec2a", size = 275924 },
49
- { url = "https://files.pythonhosted.org/packages/ca/46/03eb26ea3e9c12ca18d1f3bf06199f7d72ce52e68f2a1ebcfd8acff9c472/bcrypt-4.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f4f4acf526fcd1c34e7ce851147deedd4e26e6402369304220250598b26448db", size = 272242 },
50
- { url = "https://files.pythonhosted.org/packages/73/5a/811c3c7af3be99888f39ee8845ddf849d2a03a83049d63ece5dfb4612f4d/bcrypt-4.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:1ff39b78a52cf03fdf902635e4c81e544714861ba3f0efc56558979dd4f09170", size = 278107 },
51
- { url = "https://files.pythonhosted.org/packages/8b/79/76a139d1b9f11aa4afcb7ceb882d2e81003667681711f2fe8a302c4c10ca/bcrypt-4.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:373db9abe198e8e2c70d12b479464e0d5092cc122b20ec504097b5f2297ed184", size = 274081 },
22
+ version = "4.2.1"
23
+ source = { registry = "https://pypi.org/simple" }
24
+ sdist = { url = "https://files.pythonhosted.org/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c/bcrypt-4.2.1.tar.gz", hash = "sha256:6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe", size = 24427 }
25
+ wheels = [
26
+ { url = "https://files.pythonhosted.org/packages/bc/ca/e17b08c523adb93d5f07a226b2bd45a7c6e96b359e31c1e99f9db58cb8c3/bcrypt-4.2.1-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:1340411a0894b7d3ef562fb233e4b6ed58add185228650942bdc885362f32c17", size = 489982 },
27
+ { url = "https://files.pythonhosted.org/packages/6a/be/e7c6e0fd6087ee8fc6d77d8d9e817e9339d879737509019b9a9012a1d96f/bcrypt-4.2.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1ee315739bc8387aa36ff127afc99120ee452924e0df517a8f3e4c0187a0f5f", size = 273108 },
28
+ { url = "https://files.pythonhosted.org/packages/d6/53/ac084b7d985aee1a5f2b086d501f550862596dbf73220663b8c17427e7f2/bcrypt-4.2.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8dbd0747208912b1e4ce730c6725cb56c07ac734b3629b60d4398f082ea718ad", size = 278733 },
29
+ { url = "https://files.pythonhosted.org/packages/8e/ab/b8710a3d6231c587e575ead0b1c45bb99f5454f9f579c9d7312c17b069cc/bcrypt-4.2.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:aaa2e285be097050dba798d537b6efd9b698aa88eef52ec98d23dcd6d7cf6fea", size = 273856 },
30
+ { url = "https://files.pythonhosted.org/packages/9d/e5/2fd1ea6395358ffdfd4afe370d5b52f71408f618f781772a48971ef3b92b/bcrypt-4.2.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:76d3e352b32f4eeb34703370e370997065d28a561e4a18afe4fef07249cb4396", size = 279067 },
31
+ { url = "https://files.pythonhosted.org/packages/4e/ef/f2cb7a0f7e1ed800a604f8ab256fb0afcf03c1540ad94ff771ce31e794aa/bcrypt-4.2.1-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:b7703ede632dc945ed1172d6f24e9f30f27b1b1a067f32f68bf169c5f08d0425", size = 306851 },
32
+ { url = "https://files.pythonhosted.org/packages/de/cb/578b0023c6a5ca16a177b9044ba6bd6032277bd3ef020fb863eccd22e49b/bcrypt-4.2.1-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:89df2aea2c43be1e1fa066df5f86c8ce822ab70a30e4c210968669565c0f4685", size = 310793 },
33
+ { url = "https://files.pythonhosted.org/packages/98/bc/9d501ee9d754f63d4b1086b64756c284facc3696de9b556c146279a124a5/bcrypt-4.2.1-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:04e56e3fe8308a88b77e0afd20bec516f74aecf391cdd6e374f15cbed32783d6", size = 320957 },
34
+ { url = "https://files.pythonhosted.org/packages/a1/25/2ec4ce5740abc43182bfc064b9acbbf5a493991246985e8b2bfe231ead64/bcrypt-4.2.1-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:cfdf3d7530c790432046c40cda41dfee8c83e29482e6a604f8930b9930e94139", size = 339958 },
35
+ { url = "https://files.pythonhosted.org/packages/6d/64/fd67788f64817727897d31e9cdeeeba3941eaad8540733c05c7eac4aa998/bcrypt-4.2.1-cp37-abi3-win32.whl", hash = "sha256:adadd36274510a01f33e6dc08f5824b97c9580583bd4487c564fc4617b328005", size = 160912 },
36
+ { url = "https://files.pythonhosted.org/packages/00/8f/fe834eaa54abbd7cab8607e5020fa3a0557e929555b9e4ca404b4adaab06/bcrypt-4.2.1-cp37-abi3-win_amd64.whl", hash = "sha256:8c458cd103e6c5d1d85cf600e546a639f234964d0228909d8f8dbeebff82d526", size = 152981 },
37
+ { url = "https://files.pythonhosted.org/packages/4a/57/23b46933206daf5384b5397d9878746d2249fe9d45efaa8e1467c87d3048/bcrypt-4.2.1-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:8ad2f4528cbf0febe80e5a3a57d7a74e6635e41af1ea5675282a33d769fba413", size = 489842 },
38
+ { url = "https://files.pythonhosted.org/packages/fd/28/3ea8a39ddd4938b6c6b6136816d72ba5e659e2d82b53d843c8c53455ac4d/bcrypt-4.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:909faa1027900f2252a9ca5dfebd25fc0ef1417943824783d1c8418dd7d6df4a", size = 272500 },
39
+ { url = "https://files.pythonhosted.org/packages/77/7f/b43622999f5d4de06237a195ac5501ac83516adf571b907228cd14bac8fe/bcrypt-4.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cde78d385d5e93ece5479a0a87f73cd6fa26b171c786a884f955e165032b262c", size = 278368 },
40
+ { url = "https://files.pythonhosted.org/packages/50/68/f2e3959014b4d8874c747e6e171d46d3e63a3a39aaca8417a8d837eda0a8/bcrypt-4.2.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:533e7f3bcf2f07caee7ad98124fab7499cb3333ba2274f7a36cf1daee7409d99", size = 273335 },
41
+ { url = "https://files.pythonhosted.org/packages/d6/c3/4b4bad4da852924427c651589d464ad1aa624f94dd904ddda8493b0a35e5/bcrypt-4.2.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:687cf30e6681eeda39548a93ce9bfbb300e48b4d445a43db4298d2474d2a1e54", size = 278614 },
42
+ { url = "https://files.pythonhosted.org/packages/6e/5a/ee107961e84c41af2ac201d0460f962b6622ff391255ffd46429e9e09dc1/bcrypt-4.2.1-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:041fa0155c9004eb98a232d54da05c0b41d4b8e66b6fc3cb71b4b3f6144ba837", size = 306464 },
43
+ { url = "https://files.pythonhosted.org/packages/5c/72/916e14fa12d2b1d1fc6c26ea195337419da6dd23d0bf53ac61ef3739e5c5/bcrypt-4.2.1-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f85b1ffa09240c89aa2e1ae9f3b1c687104f7b2b9d2098da4e923f1b7082d331", size = 310674 },
44
+ { url = "https://files.pythonhosted.org/packages/97/92/3dc76d8bfa23300591eec248e950f85bd78eb608c96bd4747ce4cc06acdb/bcrypt-4.2.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c6f5fa3775966cca251848d4d5393ab016b3afed251163c1436fefdec3b02c84", size = 320577 },
45
+ { url = "https://files.pythonhosted.org/packages/5d/ab/a6c0da5c2cf86600f74402a72b06dfe365e1a1d30783b1bbeec460fd57d1/bcrypt-4.2.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:807261df60a8b1ccd13e6599c779014a362ae4e795f5c59747f60208daddd96d", size = 339836 },
46
+ { url = "https://files.pythonhosted.org/packages/b4/b4/e75b6e9a72a030a04362034022ebe317c5b735d04db6ad79237101ae4a5c/bcrypt-4.2.1-cp39-abi3-win32.whl", hash = "sha256:b588af02b89d9fad33e5f98f7838bf590d6d692df7153647724a7f20c186f6bf", size = 160911 },
47
+ { url = "https://files.pythonhosted.org/packages/76/b9/d51d34e6cd6d887adddb28a8680a1d34235cc45b9d6e238ce39b98199ca0/bcrypt-4.2.1-cp39-abi3-win_amd64.whl", hash = "sha256:e84e0e6f8e40a242b11bce56c313edc2be121cec3e0ec2d76fce01f6af33c07c", size = 153078 },
48
+ { url = "https://files.pythonhosted.org/packages/4e/6e/7193067042de23af3d71882f898c8c0bd2b18e6ee44a4f76e395dfadb5a8/bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:76132c176a6d9953cdc83c296aeaed65e1a708485fd55abf163e0d9f8f16ce0e", size = 270069 },
49
+ { url = "https://files.pythonhosted.org/packages/3b/05/2546085c6dc07a45627460a39e6291b82382b434fff2bd0167ff3bc31eb1/bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:e158009a54c4c8bc91d5e0da80920d048f918c61a581f0a63e4e93bb556d362f", size = 274652 },
52
50
  ]
53
51
 
54
52
  [[package]]
@@ -422,14 +420,14 @@ wheels = [
422
420
 
423
421
  [[package]]
424
422
  name = "jedi"
425
- version = "0.19.1"
423
+ version = "0.19.2"
426
424
  source = { registry = "https://pypi.org/simple" }
427
425
  dependencies = [
428
426
  { name = "parso" },
429
427
  ]
430
- sdist = { url = "https://files.pythonhosted.org/packages/d6/99/99b493cec4bf43176b678de30f81ed003fd6a647a301b9c927280c600f0a/jedi-0.19.1.tar.gz", hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd", size = 1227821 }
428
+ sdist = { url = "https://files.pythonhosted.org/packages/72/3a/79a912fbd4d8dd6fbb02bf69afd3bb72cf0c729bb3063c6f4498603db17a/jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0", size = 1231287 }
431
429
  wheels = [
432
- { url = "https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0", size = 1569361 },
430
+ { url = "https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278 },
433
431
  ]
434
432
 
435
433
  [[package]]
@@ -587,7 +585,7 @@ wheels = [
587
585
 
588
586
  [[package]]
589
587
  name = "openshift-python-wrapper"
590
- version = "11.0.3"
588
+ version = "11.0.4"
591
589
  source = { editable = "." }
592
590
  dependencies = [
593
591
  { name = "click" },
@@ -1007,27 +1005,27 @@ wheels = [
1007
1005
 
1008
1006
  [[package]]
1009
1007
  name = "ruff"
1010
- version = "0.7.3"
1011
- source = { registry = "https://pypi.org/simple" }
1012
- sdist = { url = "https://files.pythonhosted.org/packages/4b/06/09d1276df977eece383d0ed66052fc24ec4550a61f8fbc0a11200e690496/ruff-0.7.3.tar.gz", hash = "sha256:e1d1ba2e40b6e71a61b063354d04be669ab0d39c352461f3d789cac68b54a313", size = 3243664 }
1013
- wheels = [
1014
- { url = "https://files.pythonhosted.org/packages/c0/56/933d433c2489e4642487b835f53dd9ff015fb3d8fa459b09bb2ce42d7c4b/ruff-0.7.3-py3-none-linux_armv6l.whl", hash = "sha256:34f2339dc22687ec7e7002792d1f50712bf84a13d5152e75712ac08be565d344", size = 10372090 },
1015
- { url = "https://files.pythonhosted.org/packages/20/ea/1f0a22a6bcdd3fc26c73f63a025d05bd565901b729d56bcb093c722a6c4c/ruff-0.7.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:fb397332a1879b9764a3455a0bb1087bda876c2db8aca3a3cbb67b3dbce8cda0", size = 10190037 },
1016
- { url = "https://files.pythonhosted.org/packages/16/74/aca75666e0d481fe394e76a8647c44ea919087748024924baa1a17371e3e/ruff-0.7.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:37d0b619546103274e7f62643d14e1adcbccb242efda4e4bdb9544d7764782e9", size = 9811998 },
1017
- { url = "https://files.pythonhosted.org/packages/20/a1/cf446a0d7f78ea1f0bd2b9171c11dfe746585c0c4a734b25966121eb4f5d/ruff-0.7.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d59f0c3ee4d1a6787614e7135b72e21024875266101142a09a61439cb6e38a5", size = 10620626 },
1018
- { url = "https://files.pythonhosted.org/packages/cd/c1/82b27d09286ae855f5d03b1ad37cf243f21eb0081732d4d7b0d658d439cb/ruff-0.7.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:44eb93c2499a169d49fafd07bc62ac89b1bc800b197e50ff4633aed212569299", size = 10177598 },
1019
- { url = "https://files.pythonhosted.org/packages/b9/42/c0acac22753bf74013d035a5ef6c5c4c40ad4d6686bfb3fda7c6f37d9b37/ruff-0.7.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6d0242ce53f3a576c35ee32d907475a8d569944c0407f91d207c8af5be5dae4e", size = 11171963 },
1020
- { url = "https://files.pythonhosted.org/packages/43/18/bb0befb7fb9121dd9009e6a72eb98e24f1bacb07c6f3ecb55f032ba98aed/ruff-0.7.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:6b6224af8b5e09772c2ecb8dc9f3f344c1aa48201c7f07e7315367f6dd90ac29", size = 11856157 },
1021
- { url = "https://files.pythonhosted.org/packages/5e/91/04e98d7d6e32eca9d1372be595f9abc7b7f048795e32eb2edbd8794d50bd/ruff-0.7.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c50f95a82b94421c964fae4c27c0242890a20fe67d203d127e84fbb8013855f5", size = 11440331 },
1022
- { url = "https://files.pythonhosted.org/packages/f5/dc/3fe99f2ce10b76d389041a1b9f99e7066332e479435d4bebcceea16caff5/ruff-0.7.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7f3eff9961b5d2644bcf1616c606e93baa2d6b349e8aa8b035f654df252c8c67", size = 12725354 },
1023
- { url = "https://files.pythonhosted.org/packages/43/7b/1daa712de1c5bc6cbbf9fa60e9c41cc48cda962dc6d2c4f2a224d2c3007e/ruff-0.7.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8963cab06d130c4df2fd52c84e9f10d297826d2e8169ae0c798b6221be1d1d2", size = 11010091 },
1024
- { url = "https://files.pythonhosted.org/packages/b6/db/1227a903587432eb569e57a95b15a4f191a71fe315cde4c0312df7bc85da/ruff-0.7.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:61b46049d6edc0e4317fb14b33bd693245281a3007288b68a3f5b74a22a0746d", size = 10610687 },
1025
- { url = "https://files.pythonhosted.org/packages/db/e2/dc41ee90c3085aadad4da614d310d834f641aaafddf3dfbba08210c616ce/ruff-0.7.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:10ebce7696afe4644e8c1a23b3cf8c0f2193a310c18387c06e583ae9ef284de2", size = 10254843 },
1026
- { url = "https://files.pythonhosted.org/packages/6f/09/5f6cac1c91542bc5bd33d40b4c13b637bf64d7bb29e091dadb01b62527fe/ruff-0.7.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:3f36d56326b3aef8eeee150b700e519880d1aab92f471eefdef656fd57492aa2", size = 10730962 },
1027
- { url = "https://files.pythonhosted.org/packages/d3/42/89a4b9a24ef7d00269e24086c417a006f9a3ffeac2c80f2629eb5ce140ee/ruff-0.7.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5d024301109a0007b78d57ab0ba190087b43dce852e552734ebf0b0b85e4fb16", size = 11101907 },
1028
- { url = "https://files.pythonhosted.org/packages/b0/5c/efdb4777686683a8edce94ffd812783bddcd3d2454d38c5ac193fef7c500/ruff-0.7.3-py3-none-win32.whl", hash = "sha256:4ba81a5f0c5478aa61674c5a2194de8b02652f17addf8dfc40c8937e6e7d79fc", size = 8611095 },
1029
- { url = "https://files.pythonhosted.org/packages/bb/b8/28fbc6a4efa50178f973972d1c84b2d0a33cdc731588522ab751ac3da2f5/ruff-0.7.3-py3-none-win_amd64.whl", hash = "sha256:588a9ff2fecf01025ed065fe28809cd5a53b43505f48b69a1ac7707b1b7e4088", size = 9418283 },
1030
- { url = "https://files.pythonhosted.org/packages/3f/77/b587cba6febd5e2003374f37eb89633f79f161e71084f94057c8653b7fb3/ruff-0.7.3-py3-none-win_arm64.whl", hash = "sha256:1713e2c5545863cdbfe2cbce21f69ffaf37b813bfd1fb3b90dc9a6f1963f5a8c", size = 8725228 },
1008
+ version = "0.8.0"
1009
+ source = { registry = "https://pypi.org/simple" }
1010
+ sdist = { url = "https://files.pythonhosted.org/packages/b2/d6/a2373f3ba7180ddb44420d2a9d1f1510e1a4d162b3d27282bedcb09c8da9/ruff-0.8.0.tar.gz", hash = "sha256:a7ccfe6331bf8c8dad715753e157457faf7351c2b69f62f32c165c2dbcbacd44", size = 3276537 }
1011
+ wheels = [
1012
+ { url = "https://files.pythonhosted.org/packages/ec/77/e889ee3ce7fd8baa3ed1b77a03b9fb8ec1be68be1418261522fd6a5405e0/ruff-0.8.0-py3-none-linux_armv6l.whl", hash = "sha256:fcb1bf2cc6706adae9d79c8d86478677e3bbd4ced796ccad106fd4776d395fea", size = 10518283 },
1013
+ { url = "https://files.pythonhosted.org/packages/da/c8/0a47de01edf19fb22f5f9b7964f46a68d0bdff20144d134556ffd1ba9154/ruff-0.8.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:295bb4c02d58ff2ef4378a1870c20af30723013f441c9d1637a008baaf928c8b", size = 10317691 },
1014
+ { url = "https://files.pythonhosted.org/packages/41/17/9885e4a0eeae07abd2a4ebabc3246f556719f24efa477ba2739146c4635a/ruff-0.8.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7b1f1c76b47c18fa92ee78b60d2d20d7e866c55ee603e7d19c1e991fad933a9a", size = 9940999 },
1015
+ { url = "https://files.pythonhosted.org/packages/3e/cd/46b6f7043597eb318b5f5482c8ae8f5491cccce771e85f59d23106f2d179/ruff-0.8.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eb0d4f250a7711b67ad513fde67e8870109e5ce590a801c3722580fe98c33a99", size = 10772437 },
1016
+ { url = "https://files.pythonhosted.org/packages/5d/87/afc95aeb8bc78b1d8a3461717a4419c05aa8aa943d4c9cbd441630f85584/ruff-0.8.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0e55cce9aa93c5d0d4e3937e47b169035c7e91c8655b0974e61bb79cf398d49c", size = 10299156 },
1017
+ { url = "https://files.pythonhosted.org/packages/65/fa/04c647bb809c4d65e8eae1ed1c654d9481b21dd942e743cd33511687b9f9/ruff-0.8.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3f4cd64916d8e732ce6b87f3f5296a8942d285bbbc161acee7fe561134af64f9", size = 11325819 },
1018
+ { url = "https://files.pythonhosted.org/packages/90/26/7dad6e7d833d391a8a1afe4ee70ca6f36c4a297d3cca83ef10e83e9aacf3/ruff-0.8.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c5c1466be2a2ebdf7c5450dd5d980cc87c8ba6976fb82582fea18823da6fa362", size = 12023927 },
1019
+ { url = "https://files.pythonhosted.org/packages/24/a0/be5296dda6428ba8a13bda8d09fbc0e14c810b485478733886e61597ae2b/ruff-0.8.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2dabfd05b96b7b8f2da00d53c514eea842bff83e41e1cceb08ae1966254a51df", size = 11589702 },
1020
+ { url = "https://files.pythonhosted.org/packages/26/3f/7602eb11d2886db545834182a9dbe500b8211fcbc9b4064bf9d358bbbbb4/ruff-0.8.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:facebdfe5a5af6b1588a1d26d170635ead6892d0e314477e80256ef4a8470cf3", size = 12782936 },
1021
+ { url = "https://files.pythonhosted.org/packages/4c/5d/083181bdec4ec92a431c1291d3fff65eef3ded630a4b55eb735000ef5f3b/ruff-0.8.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87a8e86bae0dbd749c815211ca11e3a7bd559b9710746c559ed63106d382bd9c", size = 11138488 },
1022
+ { url = "https://files.pythonhosted.org/packages/b7/23/c12cdef58413cee2436d6a177aa06f7a366ebbca916cf10820706f632459/ruff-0.8.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:85e654f0ded7befe2d61eeaf3d3b1e4ef3894469cd664ffa85006c7720f1e4a2", size = 10744474 },
1023
+ { url = "https://files.pythonhosted.org/packages/29/61/a12f3b81520083cd7c5caa24ba61bb99fd1060256482eff0ef04cc5ccd1b/ruff-0.8.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:83a55679c4cb449fa527b8497cadf54f076603cc36779b2170b24f704171ce70", size = 10369029 },
1024
+ { url = "https://files.pythonhosted.org/packages/08/2a/c013f4f3e4a54596c369cee74c24870ed1d534f31a35504908b1fc97017a/ruff-0.8.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:812e2052121634cf13cd6fddf0c1871d0ead1aad40a1a258753c04c18bb71bbd", size = 10867481 },
1025
+ { url = "https://files.pythonhosted.org/packages/d5/f7/685b1e1d42a3e94ceb25eab23c70bdd8c0ab66a43121ef83fe6db5a58756/ruff-0.8.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:780d5d8523c04202184405e60c98d7595bdb498c3c6abba3b6d4cdf2ca2af426", size = 11237117 },
1026
+ { url = "https://files.pythonhosted.org/packages/03/20/401132c0908e8837625e3b7e32df9962e7cd681a4df1e16a10e2a5b4ecda/ruff-0.8.0-py3-none-win32.whl", hash = "sha256:5fdb6efecc3eb60bba5819679466471fd7d13c53487df7248d6e27146e985468", size = 8783511 },
1027
+ { url = "https://files.pythonhosted.org/packages/1d/5c/4d800fca7854f62ad77f2c0d99b4b585f03e2d87a6ec1ecea85543a14a3c/ruff-0.8.0-py3-none-win_amd64.whl", hash = "sha256:582891c57b96228d146725975fbb942e1f30a0c4ba19722e692ca3eb25cc9b4f", size = 9559876 },
1028
+ { url = "https://files.pythonhosted.org/packages/5b/bc/cc8a6a5ca4960b226dc15dd8fb511dd11f2014ff89d325c0b9b9faa9871f/ruff-0.8.0-py3-none-win_arm64.whl", hash = "sha256:ba93e6294e9a737cd726b74b09a6972e36bb511f9a102f1d9a7e1ce94dd206a6", size = 8939733 },
1031
1029
  ]
1032
1030
 
1033
1031
  [[package]]
@@ -1073,11 +1071,11 @@ sdist = { url = "https://files.pythonhosted.org/packages/14/60/aed1f86a3742c14f1
1073
1071
 
1074
1072
  [[package]]
1075
1073
  name = "tomli"
1076
- version = "2.0.2"
1074
+ version = "2.1.0"
1077
1075
  source = { registry = "https://pypi.org/simple" }
1078
- sdist = { url = "https://files.pythonhosted.org/packages/35/b9/de2a5c0144d7d75a57ff355c0c24054f965b2dc3036456ae03a51ea6264b/tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed", size = 16096 }
1076
+ sdist = { url = "https://files.pythonhosted.org/packages/1e/e4/1b6cbcc82d8832dd0ce34767d5c560df8a3547ad8cbc427f34601415930a/tomli-2.1.0.tar.gz", hash = "sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8", size = 16622 }
1079
1077
  wheels = [
1080
- { url = "https://files.pythonhosted.org/packages/cf/db/ce8eda256fa131af12e0a76d481711abe4681b6923c27efb9a255c9e4594/tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38", size = 13237 },
1078
+ { url = "https://files.pythonhosted.org/packages/de/f7/4da0ffe1892122c9ea096c57f64c2753ae5dd3ce85488802d11b0992cc6d/tomli-2.1.0-py3-none-any.whl", hash = "sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391", size = 13750 },
1081
1079
  ]
1082
1080
 
1083
1081
  [[package]]