openshift-python-wrapper 10.0.101__tar.gz → 10.0.102__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.pre-commit-config.yaml +4 -4
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/PKG-INFO +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/exceptions.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine_set.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/mtv.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/resource.py +3 -3
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/sriov_network_node_state.py +1 -1
- openshift_python_wrapper-10.0.102/ocp_resources/user_defined_network.py +191 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_import.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_instance.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_snapshot.py +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/pyproject.toml +1 -1
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/renovate.json +6 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/test_api_group_order.py +3 -3
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/uv.lock +33 -33
- openshift_python_wrapper-10.0.101/ocp_resources/user_defined_network.py +0 -68
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.dockerignore +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.flake8 +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/pull_request_template.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/weekly-digest.yml +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/workflows/close-stale-issues.yml +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/workflows/code-check.yml.old +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.gitignore +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.gitleaks.toml +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.readthedocs.yaml +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.release-it.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.sonarcloud.properties +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/CONTRIBUTING.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/LICENSE +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/Makefile +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/OWNERS +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/README.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/VERSION +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/README.md +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/__init__.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/__k8s-openapi-v1.29.8__.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/class_generator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/manifests/class_generator_template.j2 +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/__not-kind.txt +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/__resources-mappings.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/_definitions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/aaq.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/aaqlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/acceleratorprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/acceleratorprofilelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/actiondescriptor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/addvolumeoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/adminnetworkpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/adminnetworkpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/adminpolicybasedexternalroute.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/adminpolicybasedexternalroutelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/admissioncheck.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/admissionchecklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/affinity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/aggregationrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/aggregationrule_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertingrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertingrulelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertmanager.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertmanagerconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertmanagerconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertmanagerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertrelabelconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/alertrelabelconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/all.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apigroup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apigrouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apirequestcount.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apirequestcountlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v10.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v11.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v12.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v13.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v4.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v5.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v6.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v7.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v8.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcelist_v9.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiresourcereference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiserver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiserverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicecondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicedefinitions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicedescription.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiservicestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apiversions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/apparmorprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/application.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/applicationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/appliedclusterresourcequota.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/appliedclusterresourcequotalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/applink.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/appwrapper.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/appwrapperlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/attachedvolume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/auditannotation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authentication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authenticationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authorino.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authorinolist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authorizationpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/authorizationpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/awselasticblockstorevolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/azurediskvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/azurefilepersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/azurefilevolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/backingstore.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/backingstorelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/backup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/backuplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/baremetalhost.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/baremetalhostlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/baselineadminnetworkpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/baselineadminnetworkpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/binarybuildsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/binding.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/bitbucketwebhookcause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/blocksize.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/bmceventsubscription.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/bmceventsubscriptionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/boundobjectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/brokertemplateinstance.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/brokertemplateinstancelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/brokertemplateinstancespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/bucketclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/bucketclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/build.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildconfigspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildconfigstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildlog.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildoutput.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildpostcommitspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildstatusoutput.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildstatusoutputto.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildtriggercause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildtriggerpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildvolume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildvolumemount.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/buildvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/capabilities.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/capabilities_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/catalogsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/catalogsourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cdi.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cdiconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cdiconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cdilist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cdromtarget.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephblockpool.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephblockpoollist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephblockpoolradosnamespace.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephblockpoolradosnamespacelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephbucketnotification.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephbucketnotificationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephbuckettopic.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephbuckettopiclist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephclient.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephclientlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephcluster.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephclusterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephconnection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephconnectionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephcosidriver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephcosidriverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystem.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystemlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystemmirror.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystemmirrorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystemsubvolumegroup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfilesystemsubvolumegrouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfspersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfsvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfsvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephfsvolumesource_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephnfs.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephnfslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectrealm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectrealmlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectstore.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectstorelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectstoreuser.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectstoreuserlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectzone.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectzonegroup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectzonegrouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephobjectzonelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephrbdmirror.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cephrbdmirrorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatesigningrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatesigningrequestcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatesigningrequestlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatesigningrequestspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/certificatesigningrequeststatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/channelentry.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cinderpersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cindervolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/claimsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clientipconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clientprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clientprofilelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clientprofilemapping.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clientprofilemappinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cloudcredential.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cloudcredentiallist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cloudprivateipconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cloudprivateipconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterautoscaler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterautoscalerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clustercsidriver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clustercsidriverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterdomainclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterdomainclaimlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusteroperator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusteroperatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterqueue.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterqueuelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterresourcequota.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterresourcequotalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterresourcequotaselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterresourcequotaspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterresourcequotastatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterrole.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterrolebinding.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterrolebindinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterrolelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterrolescoperestriction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterserviceversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterserviceversionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterstoragecontainer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterstoragecontainerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clustertrustbundleprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterversionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterworkflowtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/clusterworkflowtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/componentcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/componentstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/componentstatuslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/condition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/config.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmap.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapbuildsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapenvsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapenvsource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapkeyselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapkeyselector_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmaplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapnodeconfigsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapprojection_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configmapvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configuration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/configurationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/connection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/connectionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/console.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleclidownload.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleclidownloadlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleexternalloglink.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleexternalloglinklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolelink.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolelinklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolenotification.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolenotificationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleplugin.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolepluginlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolequickstart.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolequickstartlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolesample.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consolesamplelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleyamlsample.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/consoleyamlsamplelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/container.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/container_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/container_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerimage.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containermetrics.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerresizepolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerresourcemetricsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerresourcemetricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerruntimeconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerruntimeconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerstate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerstaterunning.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerstateterminated.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerstatewaiting.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/containerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controllerconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controllerconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controllerrevision.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controllerrevisionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controlplanemachineset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/controlplanemachinesetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/crddescription.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/credentialsrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/credentialsrequestlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronjob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronjoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronjobspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronjobstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronworkflow.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/cronworkflowlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/crossversionobjectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csiaddonsnode.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csiaddonsnodelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csidriver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csidriverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csidriverspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csinode.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csinodedriver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csinodelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csinodespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csipersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csisnapshotcontroller.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csisnapshotcontrollerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csistoragecapacity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csistoragecapacitylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csivolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/csvdescription.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customblocksize.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/custombuildstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customdeploymentstrategyparams.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcecolumndefinition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourceconversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitioncondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitionnames.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitionspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitionstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcedefinitionversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcesubresources.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcesubresourcescale.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcesubresourcestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/customresourcevalidation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonendpoint.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonsetcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonsetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonsetspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonsetstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/daemonsetupdatestrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/database.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/databaselist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dataimage.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dataimagelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dataimportcron.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dataimportcronlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datasciencecluster.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datascienceclusterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datasciencepipelinesapplication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datasciencepipelinesapplicationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datasource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datasourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datavolume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datavolumelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/datavolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deleteoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deleteoptions_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deployment.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentcause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentcauseimagetrigger.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfigrollback.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfigrollbackspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfigspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentconfigstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentdetails.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentlog.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymentstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymenttriggerimagechangeparams.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deploymenttriggerpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/deprecation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/destinationrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/destinationrulelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/disk.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/disktarget.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dns.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dnslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dnsrecord.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dnsrecordlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dockerbuildstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dockerstrategyoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/domainmapping.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/domainmappinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapiprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapiprojection_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapiprojection_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapivolumefile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapivolumefile_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapivolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapivolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/downwardapivolumesource_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/driver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/driverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dscinitialization.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/dscinitializationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/duration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressfirewall.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressfirewalllist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressip.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressiplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressqos.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressqoslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressrouter.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressrouterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/egressservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/emptydirvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/encryptionkeyrotationcronjob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/encryptionkeyrotationcronjoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/encryptionkeyrotationjob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/encryptionkeyrotationjoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpoint.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointaddress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointconditions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointhints.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpoints.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointslice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointslicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/endpointsubset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/envfromsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/envoyfilter.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/envoyfilterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/envvar.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/envvarsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ephemeralcontainer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ephemeralcontainer_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ephemeralcontainer_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ephemeralvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/etcd.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/etcdlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/event.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/eventlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/eventseries.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/eventsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/eviction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/execaction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/execaction_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/execnewpodhook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/exemptprioritylevelconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/exportedserviceset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/exportedservicesetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/expressionwarning.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/externaldocumentation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/externalmetricsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/externalmetricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fcvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fcvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/featuregate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/featuregatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/featurestate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/featuretracker.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/featuretrackerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fenceagentsremediation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fenceagentsremediationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fenceagentsremediationtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fenceagentsremediationtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/fieldsv1.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/firmwareschema.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/firmwareschemalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flexpersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flexvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flockervolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowdistinguishermethod.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowschema.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowschemacondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowschemalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowschemaspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/flowschemastatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/forzone.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/freezeunfreezetimeout.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gateway.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gatewaylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gcepersistentdiskvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/genericwebhookcause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gitbuildsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/githubwebhookcause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gitlabwebhookcause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gitrepovolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/gitsourcerevision.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/glusterfspersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/glusterfsvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/grant.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/grantlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/group.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/grouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/groupsubject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/groupversionfordiscovery.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/groupversionkind.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/grpcaction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/guestagentcommandinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hardwaredata.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hardwaredatalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/helmchartrepository.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/helmchartrepositorylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscaler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscalerbehavior.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscalercondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscalerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscalerspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/horizontalpodautoscalerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostalias.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostalias_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostfirmwarecomponents.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostfirmwarecomponentslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostfirmwaresettings.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostfirmwaresettingslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostip.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostpathprovisioner.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostpathprovisionerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hostpathvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hotplugvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hpascalingpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hpascalingrules.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/httpgetaction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/httpgetaction_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/httpheader.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/httpingresspath.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/httpingressrulevalue.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hyperconverged.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/hyperconvergedlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/icon.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/identity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/identitylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/image.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imageblobreferences.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagechangecause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagechangetrigger.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagechangetriggerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagecontentpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagecontentpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagecontentsourcepolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagecontentsourcepolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagedigestmirrorset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagedigestmirrorsetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imageimportspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imageimportstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagelabel.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagelayer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagelayerdata.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagelookuppolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagemanifest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagepruner.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imageprunerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagesignature.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagesourcepath.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestream.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamimage.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamimport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamimportspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamimportstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamlayers.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreammapping.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamtag.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamtaglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagestreamtagreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagetag.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagetaglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagetagmirrorset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/imagetagmirrorsetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/importedserviceset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/importedservicesetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/inferencegraph.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/inferencegraphlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/inferenceservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/inferenceservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/info.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/infrastructure.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/infrastructurelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressbackend.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressclassparametersreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressclassspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingresscontroller.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingresscontrollerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingresslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressloadbalanceringress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressloadbalancerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressportstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressservicebackend.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingressstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ingresstls.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/insightsoperator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/insightsoperatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/installmode.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/installplan.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/installplanlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/intorstring.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ipaddress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ipaddressclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ipaddressclaimlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ipaddresslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ipblock.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ippool.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ippoollist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/iscsipersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/iscsivolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/iscsivolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/iscsivolumesource_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jenkinspipelinebuildstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/job.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jobcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/joblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jobspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jobstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jobtemplatespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/json.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jsonschemaprops.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jsonschemapropsorarray.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jsonschemapropsorbool.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/jsonschemapropsorstringarray.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/keytopath.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativeeventing.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativeeventinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativekafka.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativekafkalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativeserving.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/knativeservinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubeapiserver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubeapiserverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubecontrollermanager.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubecontrollermanagerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubedescheduler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubedeschedulerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubeletconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubeletconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubescheduler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubeschedulerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubestorageversionmigrator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubestorageversionmigratorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubevirt.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/kubevirtlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselector_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselector_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselector_v4.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselector_v5.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselectorrequirement.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/labelselectorrequirement_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/lease.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/leaselist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/leasespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/lifecycle.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/lifecyclehandler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/lifecyclehook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitedprioritylevelconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitrange.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitrangeitem.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitrangelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitrangespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/limitresponse.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/listmeta.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/loadbalanceringress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/loadbalancerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localobjectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localobjectreference_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localqueue.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localqueuelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localresourceaccessreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localsubjectaccessreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumediscovery.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumediscoverylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumediscoveryresult.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumediscoveryresultlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumeset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumesetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/localvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/luntarget.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machine.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineautoscaler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineautoscalerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfigpool.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfigpoollist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineconfigurationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machinehealthcheck.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machinehealthchecklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machinelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machineset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/machinesetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/maintainer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/managedfieldsentry.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mariadb.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mariadblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mariadboperator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mariadboperatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/matchcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/matchresources.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/maxscale.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/maxscalelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metal3remediation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metal3remediationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metal3remediationtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metal3remediationtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metric.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metricidentifier.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metriclist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metricspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metrictarget.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/metricvaluestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/microtime.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/migrateoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/migrationpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/migrationpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/modifyvolumestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/multikueuecluster.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/multikueueclusterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/multikueueconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/multikueueconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mutatingwebhook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mutatingwebhookconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/mutatingwebhookconfigurationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namedrulewithoperations.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namedtageventlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespace.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacecondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacestore.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/namespacestorelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/network.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkaddonsconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkaddonsconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkattachmentdefinition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkattachmentdefinitionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkfence.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkfencelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicyegressrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicyingressrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicypeer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicyport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/networkpolicyspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nfsvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nmstate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nmstatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/node.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeaddress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeaffinity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeaffinity_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeaffinity_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodecondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeconfigsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeconfigstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodedaemonendpoints.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeature.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeaturediscovery.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeaturediscoverylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeaturelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeaturerule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodefeaturerulelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodehealthcheck.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodehealthchecklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodemetrics.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodemetricslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkconfigurationenactment.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkconfigurationenactmentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkconfigurationpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkconfigurationpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkstate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodenetworkstatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noderesourcetopology.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noderesourcetopologylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noderuntimehandler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noderuntimehandlerfeatures.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselector_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselector_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselectorrequirement.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselectorrequirement_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselectorterm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselectorterm_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodeselectorterm_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nodesysteminfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nonresourceattributes.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nonresourcepolicyrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nonresourcerule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noobaa.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noobaaaccount.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noobaaaccountlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/noobaalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/notebook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/notebooklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nvidiadriver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/nvidiadriverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauth.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthaccesstoken.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthaccesstokenlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthauthorizetoken.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthauthorizetokenlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthclient.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthclientauthorization.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthclientauthorizationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthclientlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/oauthlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectbucket.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectbucketclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectbucketclaimlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectbucketlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectfieldselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectmeta.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectmeta_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectmetricsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectmetricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objecttransfer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/objecttransferlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ocsinitialization.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ocsinitializationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhapplication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhapplicationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhdashboardconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhdashboardconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhdocument.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhdocumentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhquickstart.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/odhquickstartlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/olmconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/olmconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openshiftapiserver.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openshiftapiserverlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openshiftcontrollermanager.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openshiftcontrollermanagerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openstackvolumepopulator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/openstackvolumepopulatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorconditionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorgroup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorgrouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorhub.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorhublist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorpki.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorpkilist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/operatorversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/overhead.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/overlappingrangeipreservation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/overlappingrangeipreservationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ovirtvolumepopulator.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ovirtvolumepopulatorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ownerreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/packagechannel.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/packagemanifest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/packagemanifestlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/packagemanifestspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/packagemanifeststatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/parameter.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/paramkind.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/paramref.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/patch.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/pauseoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/peerauthentication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/peerauthenticationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/performanceprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/performanceprofilelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimspec_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimspec_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumeclaimvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/persistentvolumestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/photonpersistentdiskvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/pod.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinity_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinity_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinityterm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinityterm_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podaffinityterm_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podantiaffinity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podantiaffinity_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podantiaffinity_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podautoscaler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podautoscalerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddisruptionbudget.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddisruptionbudgetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddisruptionbudgetspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddisruptionbudgetstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddnsconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddnsconfig_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/poddnsconfigoption.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podfailurepolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podfailurepolicyonexitcodesrequirement.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podfailurepolicyonpodconditionspattern.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podfailurepolicyrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podip.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podmetrics.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podmetricslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podmonitor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podmonitorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podnetworkconnectivitycheck.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podnetworkconnectivitychecklist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podos.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podreadinessgate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podresourceclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podresourceclaimstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podschedulinggate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritycontext.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritycontext_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicyreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicyreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicyreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicyselfsubjectreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicyselfsubjectreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicysubjectreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicysubjectreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsecuritypolicysubjectreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsmetricsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podsmetricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podspec_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podspec_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/podtemplatespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/policyrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/policyruleswithsubjects.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/portstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/portworxvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/preconditions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/predictor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/predictorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/preferredschedulingterm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/preprovisioningimage.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/preprovisioningimagelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/priorityclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/priorityclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfigurationcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfigurationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfigurationreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfigurationspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prioritylevelconfigurationstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/probe.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/probelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/profile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/profilelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/project.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectedvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectedvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projecthelmchartrepository.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projecthelmchartrepositorylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/projectstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prometheus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prometheuslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prometheusrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/prometheusrulelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/provisioning.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/provisioninglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/provisioningrequestconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/provisioningrequestconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/proxy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/proxyconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/proxyconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/proxylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/quantity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/queuingconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/quobytevolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rangeallocation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rangeallocationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rawextension.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/raycluster.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rayclusterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rayjob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rayjoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rayservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rayservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rbdpersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rbdvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rbdvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rbdvolumesource_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/recipe.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/recipelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/reclaimspacecronjob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/reclaimspacecronjoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/reclaimspacejob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/reclaimspacejoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/recreatedeploymentstrategyparams.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/removevolumeoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicaset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicasetcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicasetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicasetspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicasetstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicationcontroller.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicationcontrollercondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicationcontrollerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicationcontrollerspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/replicationcontrollerstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/repositoryimportspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/repositoryimportstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/requestauthentication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/requestauthenticationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourceaccessreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourceattributes.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourceclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcefieldselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourceflavor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourceflavorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcemetricsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcemetricstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcepolicyrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequota.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequotalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequotaspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequotaspec_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequotastatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcequotastatusbynamespace.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcerequirements.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/resourcerule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/restartoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/restore.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/restorelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/revision.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/revisionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/role.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rolebinding.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rolebindinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rolebindingrestriction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rolebindingrestrictionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rolelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/roleref.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rollingdeploymentstrategyparams.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rollingupdatedaemonset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rollingupdatedeployment.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rollingupdatestatefulsetstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/route.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routehttpheader.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routehttpheaderactions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routehttpheaderactionunion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routehttpheaders.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routeingress.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routeingresscondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routeport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routesethttpheader.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/routetargetreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/rulewithoperations.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/runtimeclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/runtimeclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scale.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scaleiopersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scaleiovolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scalespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scalestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scheduledworkflow.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scheduledworkflowlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scheduler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/schedulerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scheduling.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scopedresourceselectorrequirement.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scopedresourceselectorrequirement_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scoperestriction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scopeselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/scopeselector_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/seccompprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secret.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretbuildsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretenvsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretenvsource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretkeyselector.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretkeyselector_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretlocalreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretprojection_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/secretvolumesource_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/securitycontext.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/securitycontext_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/securitycontext_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/securitycontextconstraints.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/securitycontextconstraintslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selectablefield.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediationconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediationconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediationtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfnoderemediationtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectaccessreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectaccessreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectrulesreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selfsubjectrulesreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/selinuxoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serveraddressbyclientcidr.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serverlessservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serverlessservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/service.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceaccount.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceaccountlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceaccountpodsecuritypolicyreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceaccountsubject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceaccounttokenprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicebackendport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceca.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicecalist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceentry.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceentrylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshcontrolplane.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshcontrolplanelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshmember.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshmemberlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshmemberroll.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshmemberrolllist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshpeer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshpeerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshrbacconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemeshrbacconfiglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemonitor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicemonitorlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/serviceport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicereference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servicestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servingruntime.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/servingruntimelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sessionaffinityconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sevmeasurementinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sevplatforminfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sevsecretoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sevsessionoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sidecar.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sidecarlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/signaturecondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/signatureissuer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/signaturesubject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sleepaction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sourcebuildstrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sourcecontroluser.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sourcerevision.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sourcestrategyoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/specdescriptor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sqljob.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sqljoblist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ssp.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/ssplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/stageinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/startoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetordinals.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetpersistentvolumeclaimretentionpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statefulsetupdatestrategy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v10.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v11.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v4.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v5.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v6.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v7.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v8.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/status_v9.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statuscause.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statusdescriptor.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statusdetails.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/statusdetails_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/stepinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/stopoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storage.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclaim.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclaimlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclient.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclientlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagecluster.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclusterlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclusterpeer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageclusterpeerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageconsumer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageconsumerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageospersistentvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageosvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageprofile.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageprofilelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagerequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagerequestlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagestate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagestatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagesystem.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storagesystemlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageversionmigration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/storageversionmigrationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectaccessreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectaccessreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectaccessreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectrulesreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectrulesreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subjectrulesreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subscription.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/subscriptionlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/successpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/successpolicyrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/sysctl.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tagevent.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tageventcondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tagimagehook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tagimportpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tagreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tagreferencepolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/taint.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tcpsocketaction.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/telemetry.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/telemetrylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/template.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstance.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstancecondition.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstancelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstanceobject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstancerequester.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstancespec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templateinstancestatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/templatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/thanosruler.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/thanosrulerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/time.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tlsconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenrequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenrequestspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenrequeststatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenreview.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenreviewspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenreviewspec_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenreviewstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tokenreviewstatus_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/toleration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/topologyselectorlabelrequirement.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/topologyselectorterm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/topologyspreadconstraint.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/topologyspreadconstraint_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/topologyspreadconstraint_v3.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/trainedmodel.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/trainedmodellist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/trustyaiservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/trustyaiservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tuned.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/tunedlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/typechecking.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/typedlocalobjectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/typedobjectreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/uncountedterminatedpods.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/unpauseoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/user.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/useridentitymapping.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/userinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/userinfo_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/userlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/useroauthaccesstoken.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/useroauthaccesstokenlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/usersubject.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicy.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicybinding.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicybindinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicybindingspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicyspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingadmissionpolicystatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingwebhook.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingwebhookconfiguration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validatingwebhookconfigurationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validation.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/validationrule.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/variable.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/viewer.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/viewerlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachine.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclone.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclonelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclusterinstancetype.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclusterinstancetypelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclusterpreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineclusterpreferencelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineexport.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineexportlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstance.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancefilesystem.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancefilesystemdisk.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancefilesysteminfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancefilesystemlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstanceguestagentinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstanceguestosinfo.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstanceguestosuser.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstanceguestosuserlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancemigration.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancemigrationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancepreset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancepresetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancereplicaset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancereplicasetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancetype.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachineinstancetypelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinememorydumprequest.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinepool.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinepoollist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinepreference.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinepreferencelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinerestore.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinerestorelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinesnapshot.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinesnapshotcontent.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinesnapshotcontentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualmachinesnapshotlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualservice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/virtualservicelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volume.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeattachment.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeattachmentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeattachmentsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeattachmentspec.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeattachmentstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeclonesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeclonesourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumedevice.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeerror.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplicationclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplicationclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplicationcontent.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplicationcontentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumegroupreplicationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeimportsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeimportsourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumemount.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumemount_v2.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumemountstatus.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumenodeaffinity.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumenoderesources.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeprojection.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumereplication.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumereplicationclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumereplicationclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumereplicationlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeresourcerequirements.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshot.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshotclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshotclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshotcontent.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshotcontentlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumesnapshotlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeuploadsource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/volumeuploadsourcelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/vspherevirtualdiskvolumesource.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/wasmplugin.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/wasmpluginlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/watchevent.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/webhookclientconfig.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/webhookconversion.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/webhooktrigger.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/weightedpodaffinityterm.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/windowssecuritycontextoptions.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflow.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workfloweventbinding.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workfloweventbindinglist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtaskresult.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtaskresultlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtaskset.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtasksetlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtemplate.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workflowtemplatelist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workload.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadentry.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadentrylist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadgroup.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadgrouplist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadlist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadpriorityclass.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/schema/workloadpriorityclasslist.json +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/scripts/tools.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/APIServer/api_server.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/ClusterOperator/cluster_operator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/ConfigMap/config_map.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/DNS/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/DNS/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Deployment/deployment.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Image/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Image/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Image/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Machine/machine.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/NMState/nm_state.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/OAuth/oauth.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Pod/pod.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/Secret/secret.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/ServiceMeshMember/service_mesh_member.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/ServingRuntime/serving_runtime.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/manifests/test_parse_explain.j2 +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/test_camelcase_to_snake.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/tests/test_class_generator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/docs/Makefile +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/docs/conf.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/docs/index.rst +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/docs/modules.rst +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/docs/ocp_resources.rst +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/general.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/pod_example.gif +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/pods.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/role.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/special_cases.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/examples/virtual_machine.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/__init__.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/api_server.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/authorino.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cdi.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/config_map.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/constants.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/deployment.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/dns_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/dns_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/dsc_initialization.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_caching_internal_knative_dev.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_content_source_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_image_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/kubevirt.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/maria_db.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/mariadb_operator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/namespace.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_operator_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/nm_state.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/operator.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/pipelineruns.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/pod.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/project_config_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/project_project_openshift_io.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/project_request.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/prometheus.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/replica_set.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/scheduler.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/security_context_constraints.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_mesh_member.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/service_serving_knative_dev.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/ssp.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/task.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/utils.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_cluster_instancetype.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_cluster_preference.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_instance_migration.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_instance_preset.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_instance_replica_set.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_instancetype.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_preference.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/volume_snapshot_class.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/pypi-dist/.gitignore +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/scripts/__init__.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/scripts/diff-from-latest-release.sh +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/scripts/diff-from-tag.sh +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/scripts/get-latest-release.sh +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/scripts/k3d-runner.sh +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/sonar-project.properties +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/__init__.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/conftest.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/manifests/vm.yaml +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/scripts/__init__.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/scripts/validate_resources.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/test_resources.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/test_validate_resources.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/test_validate_resources_script.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tests/utils.py +0 -0
- {openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/tox.toml +0 -0
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.pre-commit-config.yaml
RENAMED
|
@@ -39,23 +39,23 @@ repos:
|
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
42
|
-
rev: v0.7.
|
|
42
|
+
rev: v0.7.1
|
|
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: 38.
|
|
48
|
+
rev: 38.133.1
|
|
49
49
|
hooks:
|
|
50
50
|
- id: renovate-config-validator
|
|
51
51
|
|
|
52
52
|
- repo: https://github.com/gitleaks/gitleaks
|
|
53
|
-
rev: v8.21.
|
|
53
|
+
rev: v8.21.2
|
|
54
54
|
hooks:
|
|
55
55
|
- id: gitleaks
|
|
56
56
|
|
|
57
57
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
58
|
-
rev: v1.
|
|
58
|
+
rev: v1.13.0
|
|
59
59
|
hooks:
|
|
60
60
|
- id: mypy
|
|
61
61
|
exclude: ^(tests/|examples/|docs/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: openshift-python-wrapper
|
|
3
|
-
Version: 10.0.
|
|
3
|
+
Version: 10.0.102
|
|
4
4
|
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
5
|
Project-URL: homepage, https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
6
|
Project-URL: documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/exceptions.py
RENAMED
|
@@ -34,7 +34,7 @@ class ExecOnPodError(Exception):
|
|
|
34
34
|
self.err = err
|
|
35
35
|
|
|
36
36
|
def __str__(self):
|
|
37
|
-
return "Command execution failure:
|
|
37
|
+
return f"Command execution failure: {self.cmd}, RC: {self.rc}, OUT: {self.out}, ERR: {self.err}"
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
class NNCPConfigurationFailed(Exception):
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/machine_set.py
RENAMED
|
@@ -178,7 +178,7 @@ class MachineSet(NamespacedResource):
|
|
|
178
178
|
super().to_dict()
|
|
179
179
|
self.res.update({"spec": {"replicas": replicas}})
|
|
180
180
|
|
|
181
|
-
self.logger.info(f"Scale machine-set from {self.desired_replicas} replicas to
|
|
181
|
+
self.logger.info(f"Scale machine-set from {self.desired_replicas} replicas to {replicas} replicas")
|
|
182
182
|
self.update(resource_dict=self.res)
|
|
183
183
|
if wait:
|
|
184
184
|
return self.wait_for_replicas(timeout=wait_timeout, sleep=sleep)
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/mtv.py
RENAMED
|
@@ -112,7 +112,7 @@ class MTV:
|
|
|
112
112
|
return
|
|
113
113
|
|
|
114
114
|
except TimeoutExpiredError:
|
|
115
|
-
self.logger.error(msg=(f"Last Status Condition of {self.kind} {self.name} was:
|
|
115
|
+
self.logger.error(msg=(f"Last Status Condition of {self.kind} {self.name} was: {last_condition}"))
|
|
116
116
|
raise
|
|
117
117
|
|
|
118
118
|
def wait_for_condition_ready(self, wait_timeout=360):
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/ocp_resources/resource.py
RENAMED
|
@@ -1007,7 +1007,7 @@ class Resource:
|
|
|
1007
1007
|
Raises:
|
|
1008
1008
|
TimeoutExpiredError: If Resource condition in not in desire status.
|
|
1009
1009
|
"""
|
|
1010
|
-
self.logger.info(f"Wait for {self.kind}/{self.name}'s '{condition}' condition to be
|
|
1010
|
+
self.logger.info(f"Wait for {self.kind}/{self.name}'s '{condition}' condition to be '{status}'")
|
|
1011
1011
|
|
|
1012
1012
|
timeout_watcher = TimeoutWatch(timeout=timeout)
|
|
1013
1013
|
for sample in TimeoutSampler(
|
|
@@ -1414,7 +1414,7 @@ class ResourceEditor:
|
|
|
1414
1414
|
resource_to_patch.append(resource)
|
|
1415
1415
|
self._backups[resource] = backup
|
|
1416
1416
|
else:
|
|
1417
|
-
LOGGER.warning("ResourceEdit: no diff found in patch for
|
|
1417
|
+
LOGGER.warning(f"ResourceEdit: no diff found in patch for {resource.name} -- skipping")
|
|
1418
1418
|
if not resource_to_patch:
|
|
1419
1419
|
return
|
|
1420
1420
|
else:
|
|
@@ -1509,7 +1509,7 @@ class ResourceEditor:
|
|
|
1509
1509
|
"""
|
|
1510
1510
|
|
|
1511
1511
|
for resource, patch in patches.items():
|
|
1512
|
-
LOGGER.info(f"ResourceEdits: {action_text} data for
|
|
1512
|
+
LOGGER.info(f"ResourceEdits: {action_text} data for resource {resource.kind} {resource.name}")
|
|
1513
1513
|
|
|
1514
1514
|
# add name to patch
|
|
1515
1515
|
if "metadata" not in patch:
|
|
@@ -48,5 +48,5 @@ class SriovNetworkNodeState(NamespacedResource):
|
|
|
48
48
|
if sample == wanted_status:
|
|
49
49
|
return
|
|
50
50
|
except TimeoutExpiredError:
|
|
51
|
-
self.logger.error(f"after {timeout} seconds, {self.name} status is
|
|
51
|
+
self.logger.error(f"after {timeout} seconds, {self.name} status is {self.instance.status.syncStatus}")
|
|
52
52
|
raise
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
+
|
|
3
|
+
from typing import Any, Dict, Optional
|
|
4
|
+
from ocp_resources.resource import NamespacedResource, MissingRequiredArgumentError
|
|
5
|
+
from typing import List
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class UserDefinedNetwork(NamespacedResource):
|
|
9
|
+
"""
|
|
10
|
+
UserDefinedNetwork describes network request for a Namespace.
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
api_group: str = NamespacedResource.ApiGroup.K8S_OVN_ORG
|
|
14
|
+
|
|
15
|
+
def __init__(
|
|
16
|
+
self,
|
|
17
|
+
layer2: Optional[Dict[str, Any]] = None,
|
|
18
|
+
layer3: Optional[Dict[str, Any]] = None,
|
|
19
|
+
local_net: Optional[Dict[str, Any]] = None,
|
|
20
|
+
topology: Optional[str] = "",
|
|
21
|
+
**kwargs: Any,
|
|
22
|
+
) -> None:
|
|
23
|
+
"""
|
|
24
|
+
Args:
|
|
25
|
+
layer2 (Dict[str, Any]): Layer2 is the Layer2 topology configuration.
|
|
26
|
+
|
|
27
|
+
layer3 (Dict[str, Any]): Layer3 is the Layer3 topology configuration.
|
|
28
|
+
|
|
29
|
+
local_net (Dict[str, Any]): LocalNet is the LocalNet topology configuration.
|
|
30
|
+
|
|
31
|
+
topology (str): Topology describes network configuration. Allowed values are
|
|
32
|
+
"Layer3", "Layer2", "LocalNet". Layer3 topology creates a layer 2
|
|
33
|
+
segment per node, each with a different subnet. Layer 3 routing is
|
|
34
|
+
used to interconnect node subnets. Layer2 topology creates one
|
|
35
|
+
logical switch shared by all nodes. LocalNet topology creates a
|
|
36
|
+
cluster-wide logical switch connected to a physical network.
|
|
37
|
+
|
|
38
|
+
"""
|
|
39
|
+
super().__init__(**kwargs)
|
|
40
|
+
|
|
41
|
+
self.layer2 = layer2
|
|
42
|
+
self.layer3 = layer3
|
|
43
|
+
self.local_net = local_net
|
|
44
|
+
self.topology = topology
|
|
45
|
+
|
|
46
|
+
def to_dict(self) -> None:
|
|
47
|
+
super().to_dict()
|
|
48
|
+
|
|
49
|
+
if not self.kind_dict and not self.yaml_file:
|
|
50
|
+
if not all([
|
|
51
|
+
self.topology,
|
|
52
|
+
]):
|
|
53
|
+
raise MissingRequiredArgumentError(argument="topology")
|
|
54
|
+
|
|
55
|
+
self.res["spec"] = {}
|
|
56
|
+
_spec = self.res["spec"]
|
|
57
|
+
|
|
58
|
+
_spec["topology"] = self.topology
|
|
59
|
+
|
|
60
|
+
if self.layer2:
|
|
61
|
+
_spec["layer2"] = self.layer2
|
|
62
|
+
|
|
63
|
+
if self.layer3:
|
|
64
|
+
_spec["layer3"] = self.layer3
|
|
65
|
+
|
|
66
|
+
if self.local_net:
|
|
67
|
+
_spec["localNet"] = self.local_net
|
|
68
|
+
|
|
69
|
+
# End of generated code
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
class Layer2UserDefinedNetwork(UserDefinedNetwork):
|
|
73
|
+
"""
|
|
74
|
+
UserDefinedNetwork layer2 object.
|
|
75
|
+
|
|
76
|
+
API reference:
|
|
77
|
+
https://ovn-kubernetes.io/api-reference/userdefinednetwork-api-spec/#layer2config
|
|
78
|
+
"""
|
|
79
|
+
|
|
80
|
+
LAYER2: str = "Layer2"
|
|
81
|
+
|
|
82
|
+
def __init__(
|
|
83
|
+
self,
|
|
84
|
+
role: Optional[str] = None,
|
|
85
|
+
mtu: Optional[int] = None,
|
|
86
|
+
subnets: Optional[List[str]] = None,
|
|
87
|
+
join_subnets: Optional[List[str]] = None,
|
|
88
|
+
ipam_lifecycle: Optional[str] = None,
|
|
89
|
+
**kwargs,
|
|
90
|
+
):
|
|
91
|
+
"""
|
|
92
|
+
Create and manage UserDefinedNetwork with layer2 configuration
|
|
93
|
+
|
|
94
|
+
Args:
|
|
95
|
+
role (Optional[str]): role describes the network role in the pod.
|
|
96
|
+
mtu (Optional[int]): mtu is the maximum transmission unit for a network.
|
|
97
|
+
subnets (Optional[List[str]]): subnets are used for the pod network across the cluster.
|
|
98
|
+
join_subnets (Optional[List[str]]): join_subnets are used inside the OVN network topology.
|
|
99
|
+
ipam_lifecycle (Optional[str]): ipam_lifecycle controls IP addresses management lifecycle.
|
|
100
|
+
"""
|
|
101
|
+
super().__init__(
|
|
102
|
+
topology=self.LAYER2,
|
|
103
|
+
**kwargs,
|
|
104
|
+
)
|
|
105
|
+
self.role = role
|
|
106
|
+
self.mtu = mtu
|
|
107
|
+
self.subnets = subnets
|
|
108
|
+
self.join_subnets = join_subnets
|
|
109
|
+
self.ipam_lifecycle = ipam_lifecycle
|
|
110
|
+
|
|
111
|
+
def to_dict(self) -> None:
|
|
112
|
+
super().to_dict()
|
|
113
|
+
if not self.kind_dict and not self.yaml_file:
|
|
114
|
+
if not self.role:
|
|
115
|
+
raise MissingRequiredArgumentError(argument="role")
|
|
116
|
+
|
|
117
|
+
self.res["spec"][self.LAYER2.lower()] = {"role": self.role}
|
|
118
|
+
_layer2 = self.res["spec"][self.LAYER2.lower()]
|
|
119
|
+
|
|
120
|
+
if self.mtu:
|
|
121
|
+
_layer2["mtu"] = self.mtu
|
|
122
|
+
|
|
123
|
+
if self.subnets:
|
|
124
|
+
_layer2["subnets"] = self.subnets
|
|
125
|
+
|
|
126
|
+
if self.join_subnets:
|
|
127
|
+
_layer2["joinSubnets"] = self.join_subnets
|
|
128
|
+
|
|
129
|
+
if self.ipam_lifecycle:
|
|
130
|
+
_layer2["ipamLifecycle"] = self.ipam_lifecycle
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
class Layer3UserDefinedNetwork(UserDefinedNetwork):
|
|
134
|
+
"""
|
|
135
|
+
UserDefinedNetwork layer3 object.
|
|
136
|
+
|
|
137
|
+
API reference:
|
|
138
|
+
https://ovn-kubernetes.io/api-reference/userdefinednetwork-api-spec/#layer3config
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
LAYER3: str = "Layer3"
|
|
142
|
+
|
|
143
|
+
def __init__(
|
|
144
|
+
self,
|
|
145
|
+
role: Optional[str] = None,
|
|
146
|
+
mtu: Optional[int] = None,
|
|
147
|
+
subnets: Optional[List[Dict[str, Any]]] = None,
|
|
148
|
+
join_subnets: Optional[List[str]] = None,
|
|
149
|
+
**kwargs,
|
|
150
|
+
):
|
|
151
|
+
"""
|
|
152
|
+
Create and manage UserDefinedNetwork with layer3 configuration
|
|
153
|
+
|
|
154
|
+
Args:
|
|
155
|
+
role (Optional[str]): role describes the network role in the pod.
|
|
156
|
+
mtu (Optional[int]): mtu is the maximum transmission unit for a network.
|
|
157
|
+
subnets (Optional[List[Dict]]): subnets are used for the pod network across the cluster, each expecting:
|
|
158
|
+
- `cidr` (str): IP range in CIDR notation.
|
|
159
|
+
- `hostSubnet` (Optional[int]): Host-specific subnet.
|
|
160
|
+
API reference:
|
|
161
|
+
https://ovn-kubernetes.io/api-reference/userdefinednetwork-api-spec/#layer3subnet
|
|
162
|
+
join_subnets (Optional[List[str]]): join_subnets are used inside the OVN network topology.
|
|
163
|
+
"""
|
|
164
|
+
super().__init__(
|
|
165
|
+
topology=self.LAYER3,
|
|
166
|
+
**kwargs,
|
|
167
|
+
)
|
|
168
|
+
self.role = role
|
|
169
|
+
self.mtu = mtu
|
|
170
|
+
self.subnets = subnets
|
|
171
|
+
self.join_subnets = join_subnets
|
|
172
|
+
|
|
173
|
+
def to_dict(self) -> None:
|
|
174
|
+
super().to_dict()
|
|
175
|
+
if not self.kind_dict and not self.yaml_file:
|
|
176
|
+
if not self.role:
|
|
177
|
+
raise MissingRequiredArgumentError(argument="role")
|
|
178
|
+
if not self.subnets:
|
|
179
|
+
raise MissingRequiredArgumentError(argument="subnets")
|
|
180
|
+
|
|
181
|
+
self.res["spec"][self.LAYER3.lower()] = {"role": self.role}
|
|
182
|
+
_layer3 = self.res["spec"][self.LAYER3.lower()]
|
|
183
|
+
|
|
184
|
+
if self.mtu:
|
|
185
|
+
_layer3["mtu"] = self.mtu
|
|
186
|
+
|
|
187
|
+
if self.join_subnets:
|
|
188
|
+
_layer3["joinSubnets"] = self.join_subnets
|
|
189
|
+
|
|
190
|
+
if self.subnets:
|
|
191
|
+
_layer3["subnets"] = self.subnets
|
|
@@ -201,7 +201,7 @@ class VirtualMachineImport(NamespacedResource):
|
|
|
201
201
|
cond_status=Condition.Status.TRUE,
|
|
202
202
|
cond_type=Condition.SUCCEEDED,
|
|
203
203
|
):
|
|
204
|
-
self.logger.info(f"Wait for {self.kind} {self.name} {cond_reason} condition to be
|
|
204
|
+
self.logger.info(f"Wait for {self.kind} {self.name} {cond_reason} condition to be {cond_status}")
|
|
205
205
|
samples = TimeoutSampler(
|
|
206
206
|
wait_timeout=timeout,
|
|
207
207
|
sleep=1,
|
|
@@ -194,7 +194,7 @@ class VirtualMachineInstance(NamespacedResource):
|
|
|
194
194
|
|
|
195
195
|
def virsh_cmd(self, action):
|
|
196
196
|
return shlex.split(
|
|
197
|
-
"virsh
|
|
197
|
+
f"virsh {self.virt_launcher_pod_hypervisor_connection_uri} {action} {self.namespace}_{self.name}"
|
|
198
198
|
)
|
|
199
199
|
|
|
200
200
|
def get_xml(self):
|
|
@@ -56,7 +56,7 @@ class VirtualMachineSnapshot(NamespacedResource):
|
|
|
56
56
|
Raises:
|
|
57
57
|
TimeoutExpiredError: If timeout reached.
|
|
58
58
|
"""
|
|
59
|
-
self.logger.info(f"Wait for {self.kind} {self.name} status to be
|
|
59
|
+
self.logger.info(f"Wait for {self.kind} {self.name} status to be {'' if status else 'not '}ready to use")
|
|
60
60
|
|
|
61
61
|
timeout_watcher = TimeoutWatch(timeout=timeout)
|
|
62
62
|
for sample in TimeoutSampler(
|
|
@@ -27,7 +27,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]
|
|
|
27
27
|
[project]
|
|
28
28
|
requires-python = ">=3.8"
|
|
29
29
|
name = "openshift-python-wrapper"
|
|
30
|
-
version = "10.0.
|
|
30
|
+
version = "10.0.102"
|
|
31
31
|
description = "Wrapper around https://github.com/kubernetes-client/python"
|
|
32
32
|
readme = "README.md"
|
|
33
33
|
license = "Apache-2.0"
|
|
@@ -29,6 +29,6 @@ def test_api_group_order():
|
|
|
29
29
|
_err_diff = _diff.split(" ")[-1]
|
|
30
30
|
errors.add(_err_diff)
|
|
31
31
|
|
|
32
|
-
assert (
|
|
33
|
-
|
|
34
|
-
)
|
|
32
|
+
assert not errors, (
|
|
33
|
+
f"ApiGroup class should be sorted alphabetically. Missed places ApiGroups: {'\n'.join(list(errors))}"
|
|
34
|
+
)
|
|
@@ -621,7 +621,7 @@ wheels = [
|
|
|
621
621
|
|
|
622
622
|
[[package]]
|
|
623
623
|
name = "openshift-python-wrapper"
|
|
624
|
-
version = "10.0.
|
|
624
|
+
version = "10.0.101"
|
|
625
625
|
source = { editable = "." }
|
|
626
626
|
dependencies = [
|
|
627
627
|
{ name = "click" },
|
|
@@ -642,7 +642,7 @@ dependencies = [
|
|
|
642
642
|
{ name = "xmltodict" },
|
|
643
643
|
]
|
|
644
644
|
|
|
645
|
-
[package.
|
|
645
|
+
[package.dependency-groups]
|
|
646
646
|
dev = [
|
|
647
647
|
{ name = "ipdb" },
|
|
648
648
|
{ name = "ipython" },
|
|
@@ -668,7 +668,7 @@ requires-dist = [
|
|
|
668
668
|
{ name = "xmltodict", specifier = ">=0.13.0" },
|
|
669
669
|
]
|
|
670
670
|
|
|
671
|
-
[package.metadata.
|
|
671
|
+
[package.metadata.dependency-groups]
|
|
672
672
|
dev = [
|
|
673
673
|
{ name = "ipdb", specifier = ">=0.13.13" },
|
|
674
674
|
{ name = "ipython", specifier = ">=8.12.3" },
|
|
@@ -825,7 +825,7 @@ wheels = [
|
|
|
825
825
|
|
|
826
826
|
[[package]]
|
|
827
827
|
name = "pyhelper-utils"
|
|
828
|
-
version = "0.0.
|
|
828
|
+
version = "0.0.44"
|
|
829
829
|
source = { registry = "https://pypi.org/simple" }
|
|
830
830
|
dependencies = [
|
|
831
831
|
{ name = "ipdb" },
|
|
@@ -834,7 +834,7 @@ dependencies = [
|
|
|
834
834
|
{ name = "requests" },
|
|
835
835
|
{ name = "rich" },
|
|
836
836
|
]
|
|
837
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
837
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9f/ef/384a05ec3d49a6f7cdceedf012dba834bb760087c5e5ee7cfcd30e3ef642/pyhelper_utils-0.0.44.tar.gz", hash = "sha256:de21bc9de7eea02bc4e1b85686e18eb49dde3d7f41b45f1cfc498df0e47abc17", size = 9756 }
|
|
838
838
|
|
|
839
839
|
[[package]]
|
|
840
840
|
name = "pynacl"
|
|
@@ -922,12 +922,12 @@ sdist = { url = "https://files.pythonhosted.org/packages/45/60/571982c7af8f5453b
|
|
|
922
922
|
|
|
923
923
|
[[package]]
|
|
924
924
|
name = "python-simple-logger"
|
|
925
|
-
version = "1.0.
|
|
925
|
+
version = "1.0.42"
|
|
926
926
|
source = { registry = "https://pypi.org/simple" }
|
|
927
927
|
dependencies = [
|
|
928
928
|
{ name = "colorlog" },
|
|
929
929
|
]
|
|
930
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
930
|
+
sdist = { url = "https://files.pythonhosted.org/packages/28/64/43d256b46b8f9e2d227425b896cc8f7eb6cfc276219be8924f5d622a8038/python_simple_logger-1.0.42.tar.gz", hash = "sha256:ad8ffd2019bcf824377d4ac2ac295b29210de0572ac85b45a8e250acf9ca0053", size = 8236 }
|
|
931
931
|
|
|
932
932
|
[[package]]
|
|
933
933
|
name = "python-slugify"
|
|
@@ -1031,16 +1031,16 @@ wheels = [
|
|
|
1031
1031
|
|
|
1032
1032
|
[[package]]
|
|
1033
1033
|
name = "rich"
|
|
1034
|
-
version = "13.9.
|
|
1034
|
+
version = "13.9.3"
|
|
1035
1035
|
source = { registry = "https://pypi.org/simple" }
|
|
1036
1036
|
dependencies = [
|
|
1037
1037
|
{ name = "markdown-it-py" },
|
|
1038
1038
|
{ name = "pygments" },
|
|
1039
1039
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
1040
1040
|
]
|
|
1041
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1041
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d9/e9/cf9ef5245d835065e6673781dbd4b8911d352fb770d56cf0879cf11b7ee1/rich-13.9.3.tar.gz", hash = "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e", size = 222889 }
|
|
1042
1042
|
wheels = [
|
|
1043
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1043
|
+
{ url = "https://files.pythonhosted.org/packages/9a/e2/10e9819cf4a20bd8ea2f5dabafc2e6bf4a78d6a0965daeb60a4b34d1c11f/rich-13.9.3-py3-none-any.whl", hash = "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283", size = 242157 },
|
|
1044
1044
|
]
|
|
1045
1045
|
|
|
1046
1046
|
[[package]]
|
|
@@ -1057,27 +1057,27 @@ wheels = [
|
|
|
1057
1057
|
|
|
1058
1058
|
[[package]]
|
|
1059
1059
|
name = "ruff"
|
|
1060
|
-
version = "0.7.
|
|
1061
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1062
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1063
|
-
wheels = [
|
|
1064
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1065
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1066
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1067
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1068
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1069
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1070
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1060
|
+
version = "0.7.1"
|
|
1061
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1062
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/21/5c6e05e0fd3fbb41be4fb92edbc9a04de70baf60adb61435ce0c6b8c3d55/ruff-0.7.1.tar.gz", hash = "sha256:9d8a41d4aa2dad1575adb98a82870cf5db5f76b2938cf2206c22c940034a36f4", size = 3181670 }
|
|
1063
|
+
wheels = [
|
|
1064
|
+
{ url = "https://files.pythonhosted.org/packages/65/45/8a20a9920175c9c4892b2420f80ff3cf14949cf3067118e212f9acd9c908/ruff-0.7.1-py3-none-linux_armv6l.whl", hash = "sha256:cb1bc5ed9403daa7da05475d615739cc0212e861b7306f314379d958592aaa89", size = 10389268 },
|
|
1065
|
+
{ url = "https://files.pythonhosted.org/packages/1b/d3/2f8382db2cf4f9488e938602e33e36287f9d26cb283aa31f11c31297ce79/ruff-0.7.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:27c1c52a8d199a257ff1e5582d078eab7145129aa02721815ca8fa4f9612dc35", size = 10188348 },
|
|
1066
|
+
{ url = "https://files.pythonhosted.org/packages/a2/31/7d14e2a88da351200f844b7be889a0845d9e797162cf76b136d21b832a23/ruff-0.7.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:588a34e1ef2ea55b4ddfec26bbe76bc866e92523d8c6cdec5e8aceefeff02d99", size = 9841448 },
|
|
1067
|
+
{ url = "https://files.pythonhosted.org/packages/db/99/738cafdc768eceeca0bd26c6f03e213aa91203d2278e1d95b1c31c4ece41/ruff-0.7.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94fc32f9cdf72dc75c451e5f072758b118ab8100727168a3df58502b43a599ca", size = 10674864 },
|
|
1068
|
+
{ url = "https://files.pythonhosted.org/packages/fe/12/bcf2836b50eab53c65008383e7d55201e490d75167c474f14a16e1af47d2/ruff-0.7.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:985818742b833bffa543a84d1cc11b5e6871de1b4e0ac3060a59a2bae3969250", size = 10192105 },
|
|
1069
|
+
{ url = "https://files.pythonhosted.org/packages/2b/71/261d5d668bf98b6c44e89bfb5dfa4cb8cb6c8b490a201a3d8030e136ea4f/ruff-0.7.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:32f1e8a192e261366c702c5fb2ece9f68d26625f198a25c408861c16dc2dea9c", size = 11194144 },
|
|
1070
|
+
{ url = "https://files.pythonhosted.org/packages/90/1f/0926d18a3b566fa6e7b3b36093088e4ffef6b6ba4ea85a462d9a93f7e35c/ruff-0.7.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:699085bf05819588551b11751eff33e9ca58b1b86a6843e1b082a7de40da1565", size = 11917066 },
|
|
1071
|
+
{ url = "https://files.pythonhosted.org/packages/cd/a8/9fac41f128b6a44ab4409c1493430b4ee4b11521e8aeeca19bfe1ce851f9/ruff-0.7.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:344cc2b0814047dc8c3a8ff2cd1f3d808bb23c6658db830d25147339d9bf9ea7", size = 11458821 },
|
|
1072
|
+
{ url = "https://files.pythonhosted.org/packages/25/cd/59644168f086ab13fe4e02943b9489a0aa710171f66b178e179df5383554/ruff-0.7.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4316bbf69d5a859cc937890c7ac7a6551252b6a01b1d2c97e8fc96e45a7c8b4a", size = 12700379 },
|
|
1073
|
+
{ url = "https://files.pythonhosted.org/packages/fb/30/3bac63619eb97174661829c07fc46b2055a053dee72da29d7c304c1cd2c0/ruff-0.7.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:79d3af9dca4c56043e738a4d6dd1e9444b6d6c10598ac52d146e331eb155a8ad", size = 11019813 },
|
|
1074
|
+
{ url = "https://files.pythonhosted.org/packages/4b/af/f567b885b5cb3bcdbcca3458ebf210cc8c9c7a9f61c332d3c2a050c3b21e/ruff-0.7.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:c5c121b46abde94a505175524e51891f829414e093cd8326d6e741ecfc0a9112", size = 10662146 },
|
|
1075
|
+
{ url = "https://files.pythonhosted.org/packages/bc/ad/eb930d3ad117a9f2f7261969c21559ebd82bb13b6e8001c7caed0d44be5f/ruff-0.7.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:8422104078324ea250886954e48f1373a8fe7de59283d747c3a7eca050b4e378", size = 10256911 },
|
|
1076
|
+
{ url = "https://files.pythonhosted.org/packages/20/d5/af292ce70a016fcec792105ca67f768b403dd480a11888bc1f418fed0dd5/ruff-0.7.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:56aad830af8a9db644e80098fe4984a948e2b6fc2e73891538f43bbe478461b8", size = 10767488 },
|
|
1077
|
+
{ url = "https://files.pythonhosted.org/packages/24/85/cc04a3bd027f433bebd2a097e63b3167653c079f7f13d8f9a1178e693412/ruff-0.7.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:658304f02f68d3a83c998ad8bf91f9b4f53e93e5412b8f2388359d55869727fd", size = 11093368 },
|
|
1078
|
+
{ url = "https://files.pythonhosted.org/packages/0b/fb/c39cbf32d1f3e318674b8622f989417231794926b573f76dd4d0ca49f0f1/ruff-0.7.1-py3-none-win32.whl", hash = "sha256:b517a2011333eb7ce2d402652ecaa0ac1a30c114fbbd55c6b8ee466a7f600ee9", size = 8594180 },
|
|
1079
|
+
{ url = "https://files.pythonhosted.org/packages/5a/71/ec8cdea34ecb90c830ca60d54ac7b509a7b5eab50fae27e001d4470fe813/ruff-0.7.1-py3-none-win_amd64.whl", hash = "sha256:f38c41fcde1728736b4eb2b18850f6d1e3eedd9678c914dede554a70d5241307", size = 9419751 },
|
|
1080
|
+
{ url = "https://files.pythonhosted.org/packages/79/7b/884553415e9f0a9bf358ed52fb68b934e67ef6c5a62397ace924a1afdf9a/ruff-0.7.1-py3-none-win_arm64.whl", hash = "sha256:19aa200ec824c0f36d0c9114c8ec0087082021732979a359d6f3c390a6ff2a37", size = 8717402 },
|
|
1081
1081
|
]
|
|
1082
1082
|
|
|
1083
1083
|
[[package]]
|
|
@@ -1114,12 +1114,12 @@ wheels = [
|
|
|
1114
1114
|
|
|
1115
1115
|
[[package]]
|
|
1116
1116
|
name = "timeout-sampler"
|
|
1117
|
-
version = "0.0.
|
|
1117
|
+
version = "0.0.48"
|
|
1118
1118
|
source = { registry = "https://pypi.org/simple" }
|
|
1119
1119
|
dependencies = [
|
|
1120
1120
|
{ name = "python-simple-logger" },
|
|
1121
1121
|
]
|
|
1122
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1122
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a5/82/bd9cd416ab50d7894ff1904e1ed3d16e2959619f6567bc134b3cb6f095fc/timeout_sampler-0.0.48.tar.gz", hash = "sha256:8c878876ea90949e511a206ac7b7b1ca1a3481e7d0965b1a255f18822cce5605", size = 3672 }
|
|
1123
1123
|
|
|
1124
1124
|
[[package]]
|
|
1125
1125
|
name = "tomli"
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/scripts/resource/README.md
|
|
2
|
-
|
|
3
|
-
from typing import Any, Dict, Optional
|
|
4
|
-
from ocp_resources.resource import NamespacedResource, MissingRequiredArgumentError
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class UserDefinedNetwork(NamespacedResource):
|
|
8
|
-
"""
|
|
9
|
-
UserDefinedNetwork describes network request for a Namespace.
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
api_group: str = NamespacedResource.ApiGroup.K8S_OVN_ORG
|
|
13
|
-
|
|
14
|
-
def __init__(
|
|
15
|
-
self,
|
|
16
|
-
layer2: Optional[Dict[str, Any]] = None,
|
|
17
|
-
layer3: Optional[Dict[str, Any]] = None,
|
|
18
|
-
local_net: Optional[Dict[str, Any]] = None,
|
|
19
|
-
topology: Optional[str] = "",
|
|
20
|
-
**kwargs: Any,
|
|
21
|
-
) -> None:
|
|
22
|
-
"""
|
|
23
|
-
Args:
|
|
24
|
-
layer2 (Dict[str, Any]): Layer2 is the Layer2 topology configuration.
|
|
25
|
-
|
|
26
|
-
layer3 (Dict[str, Any]): Layer3 is the Layer3 topology configuration.
|
|
27
|
-
|
|
28
|
-
local_net (Dict[str, Any]): LocalNet is the LocalNet topology configuration.
|
|
29
|
-
|
|
30
|
-
topology (str): Topology describes network configuration. Allowed values are
|
|
31
|
-
"Layer3", "Layer2", "LocalNet". Layer3 topology creates a layer 2
|
|
32
|
-
segment per node, each with a different subnet. Layer 3 routing is
|
|
33
|
-
used to interconnect node subnets. Layer2 topology creates one
|
|
34
|
-
logical switch shared by all nodes. LocalNet topology creates a
|
|
35
|
-
cluster-wide logical switch connected to a physical network.
|
|
36
|
-
|
|
37
|
-
"""
|
|
38
|
-
super().__init__(**kwargs)
|
|
39
|
-
|
|
40
|
-
self.layer2 = layer2
|
|
41
|
-
self.layer3 = layer3
|
|
42
|
-
self.local_net = local_net
|
|
43
|
-
self.topology = topology
|
|
44
|
-
|
|
45
|
-
def to_dict(self) -> None:
|
|
46
|
-
super().to_dict()
|
|
47
|
-
|
|
48
|
-
if not self.kind_dict and not self.yaml_file:
|
|
49
|
-
if not all([
|
|
50
|
-
self.topology,
|
|
51
|
-
]):
|
|
52
|
-
raise MissingRequiredArgumentError(argument="topology")
|
|
53
|
-
|
|
54
|
-
self.res["spec"] = {}
|
|
55
|
-
_spec = self.res["spec"]
|
|
56
|
-
|
|
57
|
-
_spec["topology"] = self.topology
|
|
58
|
-
|
|
59
|
-
if self.layer2:
|
|
60
|
-
_spec["layer2"] = self.layer2
|
|
61
|
-
|
|
62
|
-
if self.layer3:
|
|
63
|
-
_spec["layer3"] = self.layer3
|
|
64
|
-
|
|
65
|
-
if self.local_net:
|
|
66
|
-
_spec["localNet"] = self.local_net
|
|
67
|
-
|
|
68
|
-
# End of generated code
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.github/weekly-digest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/.sonarcloud.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshift_python_wrapper-10.0.101 → openshift_python_wrapper-10.0.102}/class_generator/README.md
RENAMED
|
File without changes
|