# Functions
AddType converts the given OpenAPI `schema` to a ObjectTypeSpec and adds it to the `types` map under the given `name`.
CombineSchemas combines the `properties` fields of the given sub-schemas into a single schema.
Generate performs the entire CRD codegen process, reading YAML content from the given readers.
No description provided by the author
GenerateFromFiles performs the entire CRD codegen process.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTypeSpec returns the corresponding pschema.TypeSpec for a OpenAPI v3 schema.
No description provided by the author
ReadPackagesFromSource reads one or more documents and returns a PackageGenerator that can be used to generate Pulumi code.
# Constants
No description provided by the author
No description provided by the author
DefaultName specifies the default value for the package name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PulumiToolName is a symbol that identifies to Pulumi the name of this program.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CustomResourceGenerator generates a Pulumi schema for a single CustomResource.
PackageGenerator generates code for multiple CustomResources.
# Type aliases
GenerateFunc is the function that is called by the generator to generate the code.