René's URL Explorer Experiment


Title: class-generator CLI Reference - openshift-python-wrapper

Description: Manage OpenShift and Kubernetes resources with clean, Pythonic code instead of raw API calls

direct link

Domain: redhatqe.github.io

Links:

openshift-python-wrapperhttps://redhatqe.github.io/openshift-python-wrapper/index.html
Installing and Creating Your First Resource https://redhatqe.github.io/openshift-python-wrapper/quickstart.html
Connecting to Clusters https://redhatqe.github.io/openshift-python-wrapper/connecting-to-clusters.html
Creating and Managing Resources https://redhatqe.github.io/openshift-python-wrapper/creating-and-managing-resources.html
Querying and Watching Resources https://redhatqe.github.io/openshift-python-wrapper/querying-resources.html
Waiting for Resource Conditions and Status https://redhatqe.github.io/openshift-python-wrapper/waiting-for-conditions.html
Validating Resources Against OpenAPI Schemas https://redhatqe.github.io/openshift-python-wrapper/validating-resources.html
Managing Bulk Resources with ResourceList https://redhatqe.github.io/openshift-python-wrapper/managing-resource-lists.html
Editing Resources Temporarily with ResourceEditor https://redhatqe.github.io/openshift-python-wrapper/editing-resources-temporarily.html
Working with Virtual Machines (KubeVirt) https://redhatqe.github.io/openshift-python-wrapper/working-with-virtual-machines.html
Testing Without a Cluster Using the Fake Client https://redhatqe.github.io/openshift-python-wrapper/testing-without-cluster.html
Generating New Resource Classes with class-generator https://redhatqe.github.io/openshift-python-wrapper/generating-resource-classes.html
Common Resource Patterns https://redhatqe.github.io/openshift-python-wrapper/common-patterns.html
Integrating with AI Assistants via MCP Server https://redhatqe.github.io/openshift-python-wrapper/mcp-server-integration.html
Resource and NamespacedResource API https://redhatqe.github.io/openshift-python-wrapper/resource-api.html
class-generator CLI Reference https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html
Environment Variables and Configuration https://redhatqe.github.io/openshift-python-wrapper/environment-variables.html
Understanding the Resource Class Hierarchy https://redhatqe.github.io/openshift-python-wrapper/resource-class-hierarchy.html
Schema Validation and Code Generation Architecture https://redhatqe.github.io/openshift-python-wrapper/schema-validation-internals.html
Working with Kubernetes Events https://redhatqe.github.io/openshift-python-wrapper/working-with-events.html
Executing Commands in Pods and Retrieving Logs https://redhatqe.github.io/openshift-python-wrapper/pod-execution-and-logs.html
Error Handling and Exception Reference https://redhatqe.github.io/openshift-python-wrapper/error-handling.html
openshift-python-wrapperhttps://redhatqe.github.io/openshift-python-wrapper/index.html
⚡ docsfy https://github.com/myk-org/docsfy
https://github.com/RedHatQE/openshift-python-wrapper
Generating New Resource Classes with class-generatorhttps://redhatqe.github.io/openshift-python-wrapper/generating-resource-classes.html
Schema Validation and Code Generation Architecturehttps://redhatqe.github.io/openshift-python-wrapper/schema-validation-internals.html
Generating New Resource Classes with class-generatorhttps://redhatqe.github.io/openshift-python-wrapper/generating-resource-classes.html
Resource and NamespacedResource APIhttps://redhatqe.github.io/openshift-python-wrapper/resource-api.html
Understanding the Resource Class Hierarchyhttps://redhatqe.github.io/openshift-python-wrapper/resource-class-hierarchy.html
Schema Validation and Code Generation Architecturehttps://redhatqe.github.io/openshift-python-wrapper/schema-validation-internals.html
Environment Variables and Configurationhttps://redhatqe.github.io/openshift-python-wrapper/environment-variables.html
Generating New Resource Classes with class-generatorhttps://redhatqe.github.io/openshift-python-wrapper/generating-resource-classes.html
Schema Validation and Code Generation Architecturehttps://redhatqe.github.io/openshift-python-wrapper/schema-validation-internals.html
Understanding the Resource Class Hierarchyhttps://redhatqe.github.io/openshift-python-wrapper/resource-class-hierarchy.html
Resource and NamespacedResource APIhttps://redhatqe.github.io/openshift-python-wrapper/resource-api.html
Environment Variables and Configurationhttps://redhatqe.github.io/openshift-python-wrapper/environment-variables.html
Previous Resource and NamespacedResource API https://redhatqe.github.io/openshift-python-wrapper/resource-api.html
Next Environment Variables and Configuration https://redhatqe.github.io/openshift-python-wrapper/environment-variables.html
Synopsishttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#synopsis
Options Referencehttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#options-reference
Kind Generationhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#kind-generation
Test Generationhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#test-generation
Schema Managementhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#schema-management
Coverage and Discoveryhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#coverage-and-discovery
Batch Regenerationhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#batch-regeneration
Logginghttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#logging
Constraint Ruleshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#constraint-rules
Execution Orderhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#execution-order
Exit Codeshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#exit-codes
Programmatic APIhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#programmatic-api
class_generator.core.generator.class_generator()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcoregeneratorclass_generator
class_generator.core.generator.generate_resource_file_from_dict()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcoregeneratorgenerate_resource_file_from_dict
class_generator.core.schema.update_kind_schema()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcoreschemaupdate_kind_schema
class_generator.core.schema.update_single_resource_schema()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcoreschemaupdate_single_resource_schema
class_generator.core.coverage.analyze_coverage()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcorecoverageanalyze_coverage
class_generator.core.discovery.discover_generated_resources()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcorediscoverydiscover_generated_resources
class_generator.core.discovery.discover_cluster_resources()https://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcorediscoverydiscover_cluster_resources
Exceptionshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#exceptions
class_generator.exceptions.ResourceNotFoundErrorhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorexceptionsresourcenotfounderror
class_generator.core.schema.ClusterVersionErrorhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#class_generatorcoreschemaclusterversionerror
Schema Fileshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#schema-files
Common Workflowshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#common-workflows
Generate a new resource classhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#generate-a-new-resource-class
Update schema and regenerate all classeshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#update-schema-and-regenerate-all-classes
Add a new CRD to an older clusterhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#add-a-new-crd-to-an-older-cluster
CI/CD coverage checkhttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#cicd-coverage-check
Preview changes before writinghttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#preview-changes-before-writing
Related Pageshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#related-pages
Related Pageshttps://redhatqe.github.io/openshift-python-wrapper/class-generator-cli.html#related-pages_1
docsfyhttps://github.com/myk-org/docsfy
llms.txthttps://redhatqe.github.io/openshift-python-wrapper/llms.txt
llms-full.txthttps://redhatqe.github.io/openshift-python-wrapper/llms-full.txt

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.