openshift-python-wrapper 10.0.70__tar.gz → 10.0.72__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.72/PKG-INFO +120 -0
- openshift_python_wrapper-10.0.72/class_generator/README.md +97 -0
- openshift_python_wrapper-10.0.72/class_generator/class_generator.py +629 -0
- openshift_python_wrapper-10.0.72/class_generator/manifests/class_generator_template.j2 +90 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/__not-kind.txt +933 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/__resources-mappings.json +1 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/_definitions.json +203807 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/aaq.json +2957 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/aaqlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/actiondescriptor.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/addvolumeoptions.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/adminnetworkpolicy.json +828 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/adminnetworkpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/adminpolicybasedexternalroute.json +251 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/adminpolicybasedexternalroutelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/affinity.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/aggregationrule.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/aggregationrule_v2.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertingrule.json +140 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertingrulelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertmanager.json +6318 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertmanagerconfig.json +5846 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertmanagerconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertmanagerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertrelabelconfig.json +200 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/alertrelabelconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/all.json +4255 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apigroup.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apigrouplist.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apirequestcount.json +289 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apirequestcountlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresource.json +72 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresource_v2.json +63 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v10.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v11.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v12.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v13.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v2.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v3.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v4.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v5.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v6.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v7.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v8.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcelist_v9.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiresourcereference.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiserver.json +188 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiserverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservice.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicecondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicedefinitions.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicedescription.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicespec.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiservicestatus.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apiversions.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/apparmorprofile.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/appliedclusterresourcequota.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/appliedclusterresourcequotalist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/applink.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/attachedvolume.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/auditannotation.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/authentication.json +169 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/authenticationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/awselasticblockstorevolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/azurediskvolumesource.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/azurefilepersistentvolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/azurefilevolumesource.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/backingstore.json +365 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/backingstorelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/baremetalhost.json +888 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/baremetalhostlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/baselineadminnetworkpolicy.json +824 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/baselineadminnetworkpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/binarybuildsource.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/binding.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/bitbucketwebhookcause.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/blocksize.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/bmceventsubscription.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/bmceventsubscriptionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/boundobjectreference.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/brokertemplateinstance.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/brokertemplateinstancelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/brokertemplateinstancespec.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/bucketclass.json +230 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/bucketclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/build.json +367 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildcondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildconfig.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildconfiglist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildconfigspec.json +75 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildconfigstatus.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildlog.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildoutput.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildpostcommitspec.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildrequest.json +74 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildsource.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildspec.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildstatus.json +71 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildstatusoutput.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildstatusoutputto.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildstrategy.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildtriggercause.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildtriggerpolicy.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildvolume.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildvolumemount.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/buildvolumesource.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/capabilities.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/capabilities_v2.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/catalogsource.json +1088 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/catalogsourcelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cdi.json +2018 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cdiconfig.json +325 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cdiconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cdilist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cdromtarget.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephblockpool.json +158 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephblockpoollist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephblockpoolradosnamespace.json +58 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephblockpoolradosnamespacelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephbucketnotification.json +126 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephbucketnotificationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephbuckettopic.json +132 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephbuckettopiclist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephclient.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephclientlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephcluster.json +949 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephclusterlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephcosidriver.json +827 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephcosidriverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystem.json +324 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystemlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystemmirror.json +89 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystemmirrorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystemsubvolumegroup.json +88 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfilesystemsubvolumegrouplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfspersistentvolumesource.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfsvolumesource.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfsvolumesource_v2.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephfsvolumesource_v3.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephnfs.json +195 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephnfslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectrealm.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectrealmlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectstore.json +63 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectstorelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectstoreuser.json +48 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectstoreuserlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectzone.json +55 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectzonegroup.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectzonegrouplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephobjectzonelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephrbdmirror.json +66 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cephrbdmirrorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/certificatesigningrequest.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/certificatesigningrequestcondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/certificatesigningrequestlist.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/certificatesigningrequestspec.json +85 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/certificatesigningrequeststatus.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/channelentry.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cinderpersistentvolumesource.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cindervolumesource.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/claimsource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clientipconfig.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cloudcredential.json +161 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cloudcredentiallist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterautoscaler.json +208 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterautoscalerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clustercsidriver.json +336 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clustercsidriverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusteroperator.json +131 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusteroperatorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterpolicy.json +2564 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterresourcequota.json +151 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterresourcequotalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterresourcequotaselector.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterresourcequotaspec.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterresourcequotastatus.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterrole.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterrolebinding.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterrolebindinglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterrolelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterrolescoperestriction.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterserviceversion.json +7692 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterserviceversionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clustertrustbundleprojection.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterversion.json +552 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/clusterversionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/componentcondition.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/componentstatus.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/componentstatuslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/condition.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/config.json +159 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmap.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapbuildsource.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapenvsource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapenvsource_v2.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapkeyselector.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapkeyselector_v2.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmaplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapnodeconfigsource.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapprojection.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapprojection_v2.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapvolumesource.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/configmapvolumesource_v2.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/console.json +611 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleclidownload.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleclidownloadlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleexternalloglink.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleexternalloglinklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolelink.json +129 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolelinklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolenotification.json +74 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolenotificationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleplugin.json +146 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolepluginlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolequickstart.json +196 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolequickstartlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolesample.json +183 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consolesamplelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleyamlsample.json +75 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/consoleyamlsamplelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/container.json +168 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/container_v2.json +153 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/container_v3.json +153 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerimage.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containermetrics.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerport.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerresizepolicy.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerresourcemetricsource.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerresourcemetricstatus.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerruntimeconfig.json +152 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerruntimeconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerstate.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerstaterunning.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerstateterminated.json +40 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerstatewaiting.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/containerstatus.json +75 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controllerconfig.json +336 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controllerconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controllerrevision.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controllerrevisionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controlplanemachineset.json +769 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/controlplanemachinesetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/crddescription.json +51 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/credentialsrequest.json +159 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/credentialsrequestlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cronjob.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cronjoblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cronjobspec.json +51 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/cronjobstatus.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/crossversionobjectreference.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csiaddonsnode.json +91 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csiaddonsnodelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csidriver.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csidriverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csidriverspec.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csinode.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csinodedriver.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csinodelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csinodespec.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csipersistentvolumesource.json +54 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csisnapshotcontroller.json +151 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csisnapshotcontrollerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csistoragecapacity.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csistoragecapacitylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csivolumesource.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/csvdescription.json +93 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customblocksize.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/custombuildstrategy.json +44 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customdeploymentstrategyparams.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcecolumndefinition.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourceconversion.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinition.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitioncondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitionnames.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitions.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitionspec.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitionstatus.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcedefinitionversion.json +56 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcesubresources.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcesubresourcescale.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcesubresourcestatus.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/customresourcevalidation.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonendpoint.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonset.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonsetcondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonsetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonsetspec.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonsetstatus.json +71 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/daemonsetupdatestrategy.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dataimage.json +78 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dataimagelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dataimportcron.json +794 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dataimportcronlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/datasource.json +162 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/datasourcelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/datavolume.json +648 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/datavolumelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/datavolumesource.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deleteoptions.json +337 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deleteoptions_v2.json +346 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deployment.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentcause.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentcauseimagetrigger.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentcondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfig.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfiglist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfigrollback.json +46 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfigrollbackspec.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfigspec.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentconfigstatus.json +63 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentdetails.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentlog.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentrequest.json +51 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentspec.json +48 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentstatus.json +55 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymentstrategy.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymenttriggerimagechangeparams.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deploymenttriggerpolicy.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/deprecation.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/disk.json +63 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/disktarget.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dns.json +357 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dnslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dnsrecord.json +144 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dnsrecordlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dockerbuildstrategy.json +58 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/dockerstrategyoptions.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapiprojection.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapiprojection_v2.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapiprojection_v3.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapivolumefile.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapivolumefile_v2.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapivolumesource.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapivolumesource_v2.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/downwardapivolumesource_v3.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/duration.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressfirewall.json +159 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressfirewalllist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressip.json +161 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressiplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressqos.json +170 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressqoslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressrouter.json +202 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressrouterlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressservice.json +100 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/egressservicelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/emptydirvolumesource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/encryptionkeyrotationcronjob.json +178 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/encryptionkeyrotationcronjoblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/encryptionkeyrotationjob.json +153 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/encryptionkeyrotationjoblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpoint.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointaddress.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointconditions.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointhints.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointport.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpoints.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointslice.json +55 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointslicelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/endpointsubset.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/envfromsource.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/envvar.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/envvarsource.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ephemeralcontainer.json +172 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ephemeralcontainer_v2.json +157 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ephemeralcontainer_v3.json +157 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ephemeralvolumesource.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/etcd.json +259 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/etcdlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/event.json +86 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/eventlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/eventseries.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/eventsource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/eviction.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/execaction.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/execaction_v2.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/execnewpodhook.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/exemptprioritylevelconfiguration.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/expressionwarning.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/externaldocumentation.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/externalmetricsource.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/externalmetricstatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fcvolumesource.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fcvolumesource_v2.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/featuregate.json +181 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/featuregatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/featurestate.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fenceagentsremediation.json +149 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fenceagentsremediationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fenceagentsremediationtemplate.json +101 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fenceagentsremediationtemplatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/fieldsv1.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/firmwareschema.json +95 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/firmwareschemalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flexpersistentvolumesource.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flexvolumesource.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flockervolumesource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowdistinguishermethod.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowschema.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowschemacondition.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowschemalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowschemaspec.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/flowschemastatus.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/forzone.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/freezeunfreezetimeout.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/gcepersistentdiskvolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/genericwebhookcause.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/gitbuildsource.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/githubwebhookcause.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/gitlabwebhookcause.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/gitrepovolumesource.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/gitsourcerevision.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/glusterfspersistentvolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/glusterfsvolumesource.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/group.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/grouplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/groupsubject.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/groupversionfordiscovery.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/groupversionkind.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/grpcaction.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/guestagentcommandinfo.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hardwaredata.json +236 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hardwaredatalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/helmchartrepository.json +150 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/helmchartrepositorylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscaler.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscalerbehavior.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscalercondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscalerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscalerspec.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/horizontalpodautoscalerstatus.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostalias.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostalias_v2.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostfirmwarecomponents.json +174 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostfirmwarecomponentslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostfirmwaresettings.json +140 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostfirmwaresettingslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostip.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostpathprovisioner.json +1126 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostpathprovisionerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hostpathvolumesource.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hotplugvolumesource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hpascalingpolicy.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hpascalingrules.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/httpgetaction.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/httpgetaction_v2.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/httpheader.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/httpingresspath.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/httpingressrulevalue.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hyperconverged.json +4171 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/hyperconvergedlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/icon.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/identity.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/identitylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/image.json +127 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imageblobreferences.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagechangecause.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagechangetrigger.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagechangetriggerstatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagecontentpolicy.json +70 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagecontentpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagecontentsourcepolicy.json +59 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagecontentsourcepolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagedigestmirrorset.json +75 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagedigestmirrorsetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imageimportspec.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imageimportstatus.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagelabel.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagelayer.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagelayerdata.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagelookuppolicy.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagemanifest.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagepruner.json +925 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imageprunerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagesignature.json +76 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagesource.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagesourcepath.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestream.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamimage.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamimport.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamimportspec.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamimportstatus.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamlayers.json +44 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamlist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreammapping.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamspec.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamstatus.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamtag.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamtaglist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagestreamtagreference.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagetag.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagetaglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagetagmirrorset.json +75 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/imagetagmirrorsetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/info.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/infrastructure.json +1754 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/infrastructurelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingress.json +416 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressbackend.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressclass.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressclassparametersreference.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressclassspec.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingresscontroller.json +1342 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingresscontrollerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingresslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressloadbalanceringress.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressloadbalancerstatus.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressportstatus.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressrule.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressservicebackend.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressspec.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingressstatus.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ingresstls.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/insightsoperator.json +305 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/insightsoperatorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/installmode.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/installplan.json +323 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/installplanlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/intorstring.json +6 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ipaddress.json +84 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ipaddressclaim.json +115 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ipaddressclaimlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ipaddresslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ipblock.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ippool.json +63 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ippoollist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/iscsipersistentvolumesource.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/iscsivolumesource.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/iscsivolumesource_v2.json +60 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/iscsivolumesource_v3.json +60 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jenkinspipelinebuildstrategy.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/job.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jobcondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/joblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jobspec.json +89 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jobstatus.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jobtemplatespec.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/json.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jsonschemaprops.json +202 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jsonschemapropsorarray.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jsonschemapropsorbool.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/jsonschemapropsorstringarray.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/keytopath.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubeapiserver.json +261 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubeapiserverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubecontrollermanager.json +247 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubecontrollermanagerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubeletconfig.json +158 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubeletconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubescheduler.json +243 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubeschedulerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubestorageversionmigrator.json +149 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubestorageversionmigratorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubevirt.json +2890 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/kubevirtlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselector.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselector_v2.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselector_v3.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselector_v4.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselector_v5.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselectorrequirement.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/labelselectorrequirement_v2.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/lease.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/leaselist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/leasespec.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/lifecycle.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/lifecyclehandler.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/lifecyclehook.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitedprioritylevelconfiguration.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitrange.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitrangeitem.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitrangelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitrangespec.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/limitresponse.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/listmeta.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/loadbalanceringress.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/loadbalancerstatus.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localobjectreference.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localobjectreference_v2.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localresourceaccessreview.json +73 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localsubjectaccessreview.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolume.json +279 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumediscovery.json +183 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumediscoverylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumediscoveryresult.json +121 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumediscoveryresultlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumeset.json +250 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumesetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/localvolumesource.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/luntarget.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machine.json +373 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineautoscaler.json +103 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineautoscalerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfig.json +64 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfigpool.json +374 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfigpoollist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfiguration.json +154 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineconfigurationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machinehealthcheck.json +210 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machinehealthchecklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machinelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machineset.json +456 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/machinesetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/maintainer.json +13 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/managedfieldsentry.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/matchcondition.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/matchresources.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metal3remediation.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metal3remediationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metal3remediationtemplate.json +96 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metal3remediationtemplatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metricidentifier.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metricspec.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metricstatus.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metrictarget.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/metricvaluestatus.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/microtime.json +6 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/migrateoptions.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/migrationpolicy.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/migrationpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/modifyvolumestatus.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/mutatingwebhook.json +97 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/mutatingwebhookconfiguration.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/mutatingwebhookconfigurationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namedrulewithoperations.json +59 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namedtageventlist.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespace.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacecondition.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacespec.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacestatus.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacestore.json +341 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/namespacestorelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/network.json +789 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkaddonsconfig.json +1237 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkaddonsconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkattachmentdefinition.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkattachmentdefinitionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkfence.json +189 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkfencelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicy.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicyegressrule.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicyingressrule.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicypeer.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicyport.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/networkpolicyspec.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nfsvolumesource.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nmstate.json +146 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nmstatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/node.json +57 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeaddress.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeaffinity.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeaffinity_v2.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeaffinity_v3.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodecondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeconfigsource.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeconfigstatus.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodedaemonendpoints.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeature.json +123 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeaturediscovery.json +142 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeaturediscoverylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeaturelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeaturerule.json +241 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodefeaturerulelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodehealthcheck.json +399 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodehealthchecklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodemetrics.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodemetricslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkconfigurationenactment.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkconfigurationenactmentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkconfigurationpolicy.json +101 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkconfigurationpolicylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkstate.json +80 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodenetworkstatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noderesourcetopology.json +155 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noderesourcetopologylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noderuntimehandler.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noderuntimehandlerfeatures.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselector.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselector_v2.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselector_v3.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselectorrequirement.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselectorrequirement_v2.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselectorterm.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselectorterm_v2.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodeselectorterm_v3.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodespec.json +44 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodestatus.json +100 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nodesysteminfo.json +59 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nonresourceattributes.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nonresourcepolicyrule.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nonresourcerule.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noobaa.json +1840 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noobaaaccount.json +138 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noobaaaccountlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/noobaalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nvidiadriver.json +794 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/nvidiadriverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauth.json +603 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthaccesstoken.json +67 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthaccesstokenlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthauthorizetoken.json +66 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthauthorizetokenlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthclient.json +70 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthclientauthorization.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthclientauthorizationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthclientlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/oauthlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectbucket.json +106 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectbucketclaim.json +73 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectbucketclaimlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectbucketlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectfieldselector.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectmeta.json +93 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectmeta_v2.json +87 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectmetricsource.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectmetricstatus.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objectreference.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objecttransfer.json +134 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/objecttransferlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ocsinitialization.json +173 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ocsinitializationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/olmconfig.json +110 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/olmconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openshiftapiserver.json +165 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openshiftapiserverlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openshiftcontrollermanager.json +157 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openshiftcontrollermanagerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openstackvolumepopulator.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/openstackvolumepopulatorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operator.json +169 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorcondition.json +214 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorconditionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorgroup.json +151 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorgrouplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorhub.json +90 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorhublist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorpki.json +56 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorpkilist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/operatorversion.json +6 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/overhead.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/overlappingrangeipreservation.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/overlappingrangeipreservationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ovirtvolumepopulator.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ovirtvolumepopulatorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ownerreference.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/packagechannel.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/packagemanifest.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/packagemanifestlist.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/packagemanifestspec.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/packagemanifeststatus.json +54 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/parameter.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/paramkind.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/paramref.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/patch.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/pauseoptions.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/performanceprofile.json +269 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/performanceprofilelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolume.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaim.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimcondition.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimspec.json +57 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimspec_v2.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimspec_v3.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimstatus.json +80 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimtemplate.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumeclaimvolumesource.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumespec.json +158 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/persistentvolumestatus.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/photonpersistentdiskvolumesource.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/pod.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinity.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinity_v2.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinity_v3.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinityterm.json +46 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinityterm_v2.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podaffinityterm_v3.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podantiaffinity.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podantiaffinity_v2.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podantiaffinity_v3.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podcondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddisruptionbudget.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddisruptionbudgetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddisruptionbudgetspec.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddisruptionbudgetstatus.json +58 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddnsconfig.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddnsconfig_v2.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/poddnsconfigoption.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podfailurepolicy.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podfailurepolicyonexitcodesrequirement.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podfailurepolicyonpodconditionspattern.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podfailurepolicyrule.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podip.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podmetrics.json +45 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podmetricslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podmonitor.json +730 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podmonitorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podnetworkconnectivitycheck.json +252 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podnetworkconnectivitychecklist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podos.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podreadinessgate.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podresourceclaim.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podresourceclaimstatus.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podschedulinggate.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritycontext.json +67 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritycontext_v2.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicyreview.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicyreviewspec.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicyreviewstatus.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicyselfsubjectreview.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicyselfsubjectreviewspec.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicysubjectreview.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicysubjectreviewspec.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsecuritypolicysubjectreviewstatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsmetricsource.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podsmetricstatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podspec.json +281 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podspec_v2.json +255 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podspec_v3.json +255 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podstatus.json +128 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podtemplate.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podtemplatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/podtemplatespec.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/policyrule.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/policyruleswithsubjects.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/portstatus.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/portworxvolumesource.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/preconditions.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/preferredschedulingterm.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/preprovisioningimage.json +153 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/preprovisioningimagelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/priorityclass.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/priorityclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfiguration.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfigurationcondition.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfigurationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfigurationreference.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfigurationspec.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prioritylevelconfigurationstatus.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/probe.json +53 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/probelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/profile.json +136 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/profilelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/project.json +53 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectedvolumesource.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectedvolumesource_v2.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projecthelmchartrepository.json +163 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projecthelmchartrepositorylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectrequest.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectspec.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/projectstatus.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prometheus.json +9002 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prometheuslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prometheusrule.json +121 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/prometheusrulelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/provisioning.json +207 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/provisioninglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/proxy.json +85 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/proxylist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/quantity.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/queuingconfiguration.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/quobytevolumesource.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rangeallocation.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rangeallocationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rawextension.json +5 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rbdpersistentvolumesource.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rbdvolumesource.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rbdvolumesource_v2.json +46 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rbdvolumesource_v3.json +46 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/recipe.json +532 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/recipelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/reclaimspacecronjob.json +181 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/reclaimspacecronjoblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/reclaimspacejob.json +161 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/reclaimspacejoblist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/recreatedeploymentstrategyparams.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/removevolumeoptions.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicaset.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicasetcondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicasetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicasetspec.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicasetstatus.json +48 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicationcontroller.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicationcontrollercondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicationcontrollerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicationcontrollerspec.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/replicationcontrollerstatus.json +48 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/repositoryimportspec.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/repositoryimportstatus.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourceaccessreview.json +73 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourceattributes.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourceclaim.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcefieldselector.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcemetricsource.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcemetricstatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcepolicyrule.json +48 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequota.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequotalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequotaspec.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequotaspec_v2.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequotastatus.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcequotastatusbynamespace.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcerequirements.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/resourcerule.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/restartoptions.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/role.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rolebinding.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rolebindinglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rolebindingrestriction.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rolebindingrestrictionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rolelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/roleref.json +25 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rollingdeploymentstrategyparams.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rollingupdatedaemonset.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rollingupdatedeployment.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rollingupdatestatefulsetstrategy.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/route.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routehttpheader.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routehttpheaderactions.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routehttpheaderactionunion.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routehttpheaders.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routeingress.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routeingresscondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routelist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routeport.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routesethttpheader.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routespec.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routestatus.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/routetargetreference.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/rulewithoperations.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/runtimeclass.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/runtimeclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scale.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scaleiopersistentvolumesource.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scaleiovolumesource.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scalespec.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scalestatus.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scheduler.json +70 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/schedulerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scheduling.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scopedresourceselectorrequirement.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scopedresourceselectorrequirement_v2.json +40 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scoperestriction.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scopeselector.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/scopeselector_v2.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/seccompprofile.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secret.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretbuildsource.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretenvsource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretenvsource_v2.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretkeyselector.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretkeyselector_v2.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretlocalreference.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretprojection.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretprojection_v2.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretreference.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretspec.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretvolumesource.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/secretvolumesource_v2.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/securitycontext.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/securitycontext_v2.json +57 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/securitycontext_v3.json +57 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/securitycontextconstraints.json +115 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/securitycontextconstraintslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selectablefield.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediation.json +119 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediationconfig.json +123 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediationconfiglist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediationtemplate.json +66 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfnoderemediationtemplatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectaccessreview.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectaccessreviewspec.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectreview.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectreviewstatus.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectrulesreview.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selfsubjectrulesreviewspec.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/selinuxoptions.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serveraddressbyclientcidr.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/service.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceaccount.json +51 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceaccountlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceaccountpodsecuritypolicyreviewstatus.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceaccountsubject.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceaccounttokenprojection.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicebackendport.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceca.json +151 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicecalist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicemonitor.json +753 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicemonitorlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/serviceport.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicereference.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicespec.json +146 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/servicestatus.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sessionaffinityconfig.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sevmeasurementinfo.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sevplatforminfo.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sevsecretoptions.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sevsessionoptions.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/signaturecondition.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/signatureissuer.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/signaturesubject.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sleepaction.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sourcebuildstrategy.json +50 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sourcecontroluser.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sourcerevision.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sourcestrategyoptions.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/specdescriptor.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ssp.json +1770 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/ssplist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/stageinfo.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/startoptions.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulset.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetcondition.json +31 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetordinals.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetpersistentvolumeclaimretentionpolicy.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetspec.json +67 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetstatus.json +66 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statefulsetupdatestrategy.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status.json +53 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v10.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v11.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v2.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v3.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v4.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v5.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v6.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v7.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v8.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/status_v9.json +52 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statuscause.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statusdescriptor.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statusdetails.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/statusdetails_v2.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/stepinfo.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/stopoptions.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storage.json +174 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclaim.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclaimlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclass.json +77 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclient.json +57 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclientlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagecluster.json +5935 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclusterlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclusterpeer.json +149 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageclusterpeerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageconsumer.json +110 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageconsumerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageospersistentvolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageosvolumesource.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageprofile.json +83 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageprofilelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagerequest.json +89 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagerequestlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagestate.json +68 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagestatelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagesystem.json +93 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storagesystemlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageversionmigration.json +98 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/storageversionmigrationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subject.json +28 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectaccessreview.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectaccessreviewspec.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectaccessreviewstatus.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectrulesreview.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectrulesreviewspec.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subjectrulesreviewstatus.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subscription.json +2699 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/subscriptionlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/successpolicy.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/successpolicyrule.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/sysctl.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tagevent.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tageventcondition.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tagimagehook.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tagimportpolicy.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tagreference.json +42 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tagreferencepolicy.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/taint.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tcpsocketaction.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/template.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstance.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstancecondition.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstancelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstanceobject.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstancerequester.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstancespec.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templateinstancestatus.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/templatelist.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/thanosruler.json +6023 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/thanosrulerlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/time.json +6 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tlsconfig.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenrequest.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenrequestspec.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenrequeststatus.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenreview.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenreviewspec.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenreviewspec_v2.json +18 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenreviewstatus.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tokenreviewstatus_v2.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/toleration.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/topologyselectorlabelrequirement.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/topologyselectorterm.json +16 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/topologyspreadconstraint.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/topologyspreadconstraint_v2.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/topologyspreadconstraint_v3.json +62 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tuned.json +152 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/tunedlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/typechecking.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/typedlocalobjectreference.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/typedobjectreference.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/uncountedterminatedpods.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/unpauseoptions.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/user.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/useridentitymapping.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/userinfo.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/userinfo_v2.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/userlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/useroauthaccesstoken.json +67 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/useroauthaccesstokenlist.json +35 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/usersubject.json +14 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicy.json +34 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicybinding.json +30 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicybindinglist.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicybindingspec.json +32 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicylist.json +33 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicyspec.json +61 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingadmissionpolicystatus.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingwebhook.json +89 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingwebhookconfiguration.json +39 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validatingwebhookconfigurationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validation.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/validationrule.json +40 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/variable.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachine.json +3313 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclone.json +179 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclonelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclusterinstancetype.json +255 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclusterinstancetypelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclusterpreference.json +656 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineclusterpreferencelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineexport.json +305 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineexportlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstance.json +3549 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancefilesystem.json +43 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancefilesystemdisk.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancefilesysteminfo.json +17 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancefilesystemlist.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstanceguestagentinfo.json +58 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstanceguestosinfo.json +38 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstanceguestosuser.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstanceguestosuserlist.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancemigration.json +254 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancemigrationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancepreset.json +1138 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancepresetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancereplicaset.json +2935 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancereplicasetlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancetype.json +255 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachineinstancetypelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinememorydumprequest.json +41 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinepool.json +3070 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinepoollist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinepreference.json +656 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinepreferencelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinerestore.json +153 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinerestorelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinesnapshot.json +166 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinesnapshotcontent.json +3574 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinesnapshotcontentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/virtualmachinesnapshotlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volume.json +130 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeattachment.json +37 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeattachmentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeattachmentsource.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeattachmentspec.json +24 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeattachmentstatus.json +29 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeclonesource.json +69 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeclonesourcelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumedevice.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeerror.json +15 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplication.json +262 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplicationclass.json +68 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplicationclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplicationcontent.json +132 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplicationcontentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumegroupreplicationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeimportsource.json +242 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeimportsourcelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumemount.json +44 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumemount_v2.json +40 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumemountstatus.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumenodeaffinity.json +11 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumenoderesources.json +12 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeprojection.json +27 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumereplication.json +189 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumereplicationclass.json +71 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumereplicationclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumereplicationlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeresourcerequirements.json +21 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshot.json +100 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshotclass.json +49 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshotclasslist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshotcontent.json +154 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshotcontentlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumesnapshotlist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeuploadsource.json +47 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/volumeuploadsourcelist.json +36 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/vspherevirtualdiskvolumesource.json +26 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/watchevent.json +370 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/webhookclientconfig.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/webhookconversion.json +22 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/webhooktrigger.json +19 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/weightedpodaffinityterm.json +20 -0
- openshift_python_wrapper-10.0.72/class_generator/schema/windowssecuritycontextoptions.json +23 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/ApiServer/api_server_res.py +93 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/ClusterOperator/cluster_operator_res.py +19 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/ConfigMap/config_map_res.py +60 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/Deployment/deployment_res.py +105 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/ImageContentSourcePolicy/image_content_source_policy_res.py +56 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/Pod/pod_res.py +455 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/Secret/secret_res.py +68 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/manifests/test_parse_explain.j2 +26 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/test_camelcase_to_snake.py +40 -0
- openshift_python_wrapper-10.0.72/class_generator/tests/test_class_generator.py +50 -0
- openshift_python_wrapper-10.0.72/ocp_resources/__init__.py +0 -0
- openshift_python_wrapper-10.0.72/ocp_resources/api_server.py +232 -0
- openshift_python_wrapper-10.0.72/ocp_resources/cdi.py +225 -0
- openshift_python_wrapper-10.0.72/ocp_resources/deployment.py +204 -0
- openshift_python_wrapper-10.0.72/ocp_resources/dsc_initialization.py +118 -0
- openshift_python_wrapper-10.0.72/ocp_resources/image_content_source_policy.py +75 -0
- openshift_python_wrapper-10.0.72/ocp_resources/kubevirt.py +382 -0
- openshift_python_wrapper-10.0.72/ocp_resources/machine.py +185 -0
- openshift_python_wrapper-10.0.72/ocp_resources/namespace.py +42 -0
- openshift_python_wrapper-10.0.72/ocp_resources/operator.py +18 -0
- openshift_python_wrapper-10.0.72/ocp_resources/pod.py +1664 -0
- openshift_python_wrapper-10.0.72/ocp_resources/project.py +104 -0
- openshift_python_wrapper-10.0.72/ocp_resources/prometheus.py +2464 -0
- openshift_python_wrapper-10.0.72/ocp_resources/replica_set.py +96 -0
- openshift_python_wrapper-10.0.72/ocp_resources/replicaset.py +9 -0
- openshift_python_wrapper-10.0.72/ocp_resources/scheduler.py +95 -0
- openshift_python_wrapper-10.0.72/ocp_resources/security_context_constraints.py +298 -0
- openshift_python_wrapper-10.0.72/ocp_resources/ssp.py +381 -0
- openshift_python_wrapper-10.0.72/ocp_resources/task.py +78 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_Instance_replica_set.py +8 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_cluster_instance_types.py +8 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_cluster_instancetype.py +199 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_cluster_preference.py +281 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_cluster_preferences.py +8 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_instance_migration.py +38 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_instance_preset.py +104 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_instance_replica_set.py +84 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_instance_types.py +8 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_instancetype.py +200 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_preference.py +281 -0
- openshift_python_wrapper-10.0.72/ocp_resources/virtual_machine_preferences.py +8 -0
- openshift_python_wrapper-10.0.72/pyproject.toml +83 -0
- openshift_python_wrapper-10.0.70/PKG-INFO +0 -119
- openshift_python_wrapper-10.0.70/ocp_resources/api_server.py +0 -234
- openshift_python_wrapper-10.0.70/ocp_resources/cdi.py +0 -225
- openshift_python_wrapper-10.0.70/ocp_resources/deployment.py +0 -72
- openshift_python_wrapper-10.0.70/ocp_resources/dsc_initialization.py +0 -118
- openshift_python_wrapper-10.0.70/ocp_resources/image_content_source_policy.py +0 -31
- openshift_python_wrapper-10.0.70/ocp_resources/kubevirt.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/kubevirt_common_templates_bundle.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/kubevirt_metrics_aggregation.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/kubevirt_node_labeller_bundle.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/kubevirt_template_validaotr.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/machine.py +0 -46
- openshift_python_wrapper-10.0.70/ocp_resources/namespace.py +0 -31
- openshift_python_wrapper-10.0.70/ocp_resources/operator.py +0 -7
- openshift_python_wrapper-10.0.70/ocp_resources/pod.py +0 -1538
- openshift_python_wrapper-10.0.70/ocp_resources/project.py +0 -50
- openshift_python_wrapper-10.0.70/ocp_resources/prometheus.py +0 -9
- openshift_python_wrapper-10.0.70/ocp_resources/replicaset.py +0 -11
- openshift_python_wrapper-10.0.70/ocp_resources/scheduler.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/security_context_constraints.py +0 -297
- openshift_python_wrapper-10.0.70/ocp_resources/ssp.py +0 -369
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_Instance_replica_set.py +0 -9
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_cluster_instance_types.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_cluster_preferences.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_instance_migration.py +0 -36
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_instance_preset.py +0 -9
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_instance_types.py +0 -5
- openshift_python_wrapper-10.0.70/ocp_resources/virtual_machine_preferences.py +0 -5
- openshift_python_wrapper-10.0.70/pyproject.toml +0 -74
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/LICENSE +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/README.md +0 -0
- {openshift_python_wrapper-10.0.70/ocp_resources → openshift_python_wrapper-10.0.72/class_generator}/__init__.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/aaq.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/api_service.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/application_aware_applied_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/application_aware_cluster_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/application_aware_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/backup.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/benchmark.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/catalog_source.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cdi_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/chaos_engine.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/chaos_result.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_claim.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_deployment.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_operator.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_pool.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_role.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_role_binding.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_service_version.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cluster_version.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/configmap.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/console_cli_download.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/console_plugin.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/console_quick_start.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/constants.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/controller_revision.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/cron_job.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/csi_driver.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/csi_storage_capacity.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/csidriver.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/custom_resource_definition.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/daemonset.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/data_import_cron.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/data_science_cluster.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/data_source.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/datavolume.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/destination_rule.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/dns.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/endpoint_slice.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/endpoints.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/event.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/fence_agent_remediation_templates.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/forklift_controller.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/gateway.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/group.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/hook.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/host.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/hostpath_provisioner.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/hyperconverged.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/image.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/image_digest_mirror_set.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/image_stream.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/imagestreamtag.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/inference_service.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/infrastructure.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/ingress_controller.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/installplan.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/ip_address_pool.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/job.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/kube_descheduler.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/l2_advertisement.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/lease.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/limit_range.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/machine_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/machine_config_pool.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/machine_health_check.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/machine_set.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/managed_cluster.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/metallb.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/migration.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/migration_policy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/mtq.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/mtv.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/multi_cluster_hub.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/multi_cluster_observability.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/multi_network_policy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/mutating_webhook_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/network.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/network_addons_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/network_attachment_definition.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/network_map.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/network_policy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/nmstate.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node_health_check.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node_maintenance.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node_network_configuration_enactment.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node_network_configuration_policy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/node_network_state.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/oauth.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/ocs_initialization.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/operator_condition.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/operator_group.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/operator_hub.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/operator_source.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/package_manifest.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/peer_authentication.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/performance_profile.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/persistent_volume.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/persistent_volume_claim.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/pipeline.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/pipelineruns.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/plan.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/pod_disruption_budget.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/pod_metrics.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/priority_class.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/prometheus_rule.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/provider.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/proxy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/reclaim_space_cron_job.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/reclaim_space_job.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/resource.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/restore.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/rhmi.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/role.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/role_binding.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/route.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/sealed_secret.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/secret.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/self_node_remediation_templates.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/service.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/service_account.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/service_mesh_control_plane.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/service_mesh_member_roll.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/service_monitor.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/serving_runtime.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/sriov_network.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/sriov_network_node_policy.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/sriov_network_node_state.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/storage_class.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/storage_map.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/storage_profile.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/subscription.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/task_run.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/tekton_tasks.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/template.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/trustyai_service.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/upload_token_request.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/utils.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/validating_webhook_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_clone.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_export.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_import.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_instance.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_migration_resource_quota.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_restore.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_machine_snapshot.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/virtual_service.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/vm_import_config.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/volume_snapshot.py +0 -0
- {openshift_python_wrapper-10.0.70 → openshift_python_wrapper-10.0.72}/ocp_resources/volume_snapshot_class.py +0 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: openshift-python-wrapper
|
|
3
|
+
Version: 10.0.72
|
|
4
|
+
Summary: Wrapper around https://github.com/kubernetes-client/python
|
|
5
|
+
Home-page: https://github.com/RedHatQE/openshift-python-wrapper
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Keywords: Openshift,Kubevirt,Openshift Virtualization
|
|
8
|
+
Author: Meni Yakove
|
|
9
|
+
Author-email: myakove@gmail.com
|
|
10
|
+
Requires-Python: >=3.8,<4.0
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
20
|
+
Requires-Dist: cloup (>=3.0.5,<4.0.0)
|
|
21
|
+
Requires-Dist: colorlog (>=6.7.0,<7.0.0)
|
|
22
|
+
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
|
|
23
|
+
Requires-Dist: kubernetes (>=30.0.0,<31.0.0)
|
|
24
|
+
Requires-Dist: packaging (>=23.1,<24.0)
|
|
25
|
+
Requires-Dist: pyhelper-utils (>=0.0.34,<0.0.35)
|
|
26
|
+
Requires-Dist: pytest (>=8.0.0,<9.0.0)
|
|
27
|
+
Requires-Dist: python-benedict (>=0.33.0,<0.34.0)
|
|
28
|
+
Requires-Dist: python-simple-logger (>=1.0.6)
|
|
29
|
+
Requires-Dist: rich (>=13.7.1,<14.0.0)
|
|
30
|
+
Requires-Dist: ruff (>=0.6.0,<0.7.0)
|
|
31
|
+
Requires-Dist: timeout-sampler (>=0.0.17)
|
|
32
|
+
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
|
|
33
|
+
Project-URL: Bug Tracker, https://github.com/RedHatQE/openshift-python-wrapper/issues
|
|
34
|
+
Project-URL: Documentation, https://openshift-python-wrapper.readthedocs.io/en/latest/
|
|
35
|
+
Project-URL: Download, https://pypi.org/project/openshift-python-wrapper/
|
|
36
|
+
Description-Content-Type: text/markdown
|
|
37
|
+
|
|
38
|
+
# openshift-python-wrapper (`wrapper`)
|
|
39
|
+
Pypi: [openshift-python-wrapper](https://pypi.org/project/openshift-python-wrapper)
|
|
40
|
+
A python wrapper for [kubernetes-python-client](https://github.com/kubernetes-client/python) with support for [RedHat Container Virtualization](https://www.openshift.com/learn/topics/virtualization)
|
|
41
|
+
Docs: [openshift-python-wrapper docs](https://openshift-python-wrapper.readthedocs.io/en/latest/)
|
|
42
|
+
|
|
43
|
+
The wrapper offers a simple and intuitive interface for interacting with the API.
|
|
44
|
+
It standardizes how to work with cluster resources and offers unified resource CRUD (Create, Read, Update, and Delete) flows.
|
|
45
|
+
The wrapper also provides additional capabilities, such as resource-specific functionality that otherwise needs to be implemented by users.
|
|
46
|
+
The wrapper makes code easier to read and maintain over time.
|
|
47
|
+
|
|
48
|
+
One example of simplified usage is interacting with a container.
|
|
49
|
+
Running a command inside a container requires using Kubernetes stream, handling errors, and more.
|
|
50
|
+
The wrapper handles it all and provides simple and intuitive functionality.
|
|
51
|
+
|
|
52
|
+

|
|
53
|
+
|
|
54
|
+
Both developers or testers can use the wrapper. The code is modular and easy to maintain.
|
|
55
|
+
Instead of writing custom code for every API, you can use the wrapper that provides a consistent interface for interacting with APIs.
|
|
56
|
+
It saves time, avoids code duplications, and reduces the chance of errors.
|
|
57
|
+
|
|
58
|
+
Using Python capabilities, context managers can provide out-of-the-box resource creation and deletion,
|
|
59
|
+
and inheritance can be used to extend functionality for specific use cases.
|
|
60
|
+
Pytest fixtures can utilize the code for setup and teardown, leaving no leftovers.
|
|
61
|
+
Resources can even be saved for debugging.
|
|
62
|
+
Resource manifests and logs can be easily collected.
|
|
63
|
+
|
|
64
|
+
## Installation
|
|
65
|
+
From source:
|
|
66
|
+
```bash
|
|
67
|
+
git clone https://github.com/RedHatQE/openshift-python-wrapper.git
|
|
68
|
+
cd openshift-python-wrapper
|
|
69
|
+
python setup.py install --user
|
|
70
|
+
```
|
|
71
|
+
From pypi:
|
|
72
|
+
```bash
|
|
73
|
+
pip install openshift-python-wrapper --user
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Release new version
|
|
77
|
+
### requirements:
|
|
78
|
+
* Export GitHub token
|
|
79
|
+
```bash
|
|
80
|
+
export GITHUB_TOKEN=<your_github_token>
|
|
81
|
+
```
|
|
82
|
+
* [release-it](https://github.com/release-it/release-it)
|
|
83
|
+
```bash
|
|
84
|
+
sudo npm install --global release-it
|
|
85
|
+
npm install --save-dev @release-it/bumper
|
|
86
|
+
```
|
|
87
|
+
### usage:
|
|
88
|
+
* Create a release, run from the relevant branch.
|
|
89
|
+
To create a 4.11 release, run:
|
|
90
|
+
```bash
|
|
91
|
+
git checkout v4.11
|
|
92
|
+
git pull
|
|
93
|
+
release-it # Follow the instructions
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## docs
|
|
97
|
+
Hosted on readthedocs.io [openshift-python-wrapper](https://openshift-python-wrapper.readthedocs.io/en/latest/)
|
|
98
|
+
|
|
99
|
+
## PR dependency
|
|
100
|
+
For PR dependency we use [dpulls](https://www.dpulls.com/)
|
|
101
|
+
To make PR depends on other PR add `depends on #<PR NUMBER>` in the PR description.
|
|
102
|
+
|
|
103
|
+
## Logging configuration
|
|
104
|
+
To change log level export OPENSHIFT_PYTHON_WRAPPER_LOG_LEVEL:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
export OPENSHIFT_PYTHON_WRAPPER_LOG_LEVEL=<LOG_LEVEL> # can be: "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
## Code check
|
|
111
|
+
We use pre-commit for code check.
|
|
112
|
+
```bash
|
|
113
|
+
pre-commit install
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Some code examples locate at [examples](examples) directory
|
|
117
|
+
|
|
118
|
+
## Contribute to the project
|
|
119
|
+
To contribute new additions or changes to the project, please refer to the [contribution guide](CONTRIBUTING.md) first.
|
|
120
|
+
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Resource class generator
|
|
2
|
+
|
|
3
|
+
## Usage
|
|
4
|
+
|
|
5
|
+
### Installation
|
|
6
|
+
|
|
7
|
+
- Using [pipx](https://github.com/pypa/pipx) (recommended)
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pipx install openshift-python-wrapper
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
- Using `pip`
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
python3 -m pip install openshift-python-wrapper
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
- Using [poetry](https://python-poetry.org/) (For development)
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
pipx install poetry
|
|
23
|
+
poetry install
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
For shell completion Add this to ~/.bashrc or ~/.zshrc:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
if type class-generator > /dev/null; then eval "$(_CLASS_GENERATOR_COMPLETE=zsh_source class-generator)"; fi
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
#### Usage
|
|
33
|
+
|
|
34
|
+
- All available options:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
class-generator --help
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
- Running in normal mode with `--kind` flags:
|
|
41
|
+
- `--kind` can process multiple kinds at the same command, pass `--kind <kind1>,<kind2>,<kind3>`
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
class-generator --kind <kind>
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
- Review the resource file; make sure that the filename and attribute names are named correctly. For example:
|
|
49
|
+
- `OATH` -> `oath`
|
|
50
|
+
- `CDIConfig` -> `cdi_config`
|
|
51
|
+
|
|
52
|
+
#### Adding tests
|
|
53
|
+
|
|
54
|
+
- Add a new test for the provided `kind` by passing `--add-tests` flag
|
|
55
|
+
- Replace `Pod` with the kind you want to add to the tests
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
class-generator --kind Pod --add-tests
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
#### Update schema files
|
|
62
|
+
|
|
63
|
+
- Dependencies
|
|
64
|
+
- Kubernetes/Openshift cluster
|
|
65
|
+
- [oc](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/) or [kubectl](https://kubernetes.io/docs/tasks/tools/) (latest version)
|
|
66
|
+
- [openapi2jsonschema](https://github.com/instrumenta/openapi2jsonschema)
|
|
67
|
+
- [poetry](https://python-poetry.org/)
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
pipx install poetry
|
|
71
|
+
pipx install --python python3.9 openapi2jsonschema
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
- Clone this repository
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
git clone https://github.com/RedHatQE/openshift-python-wrapper.git
|
|
78
|
+
cd openshift-python-wrapper
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
- Install dependencies
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
poetry install
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
- Login to the cluster use admin user and password.
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
oc login <clster api URL> -u <username> -p <password>
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
- Execute the command:
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
poetry run python class_generator/class-generator --update-schema
|
|
97
|
+
```
|