package
0.0.1-alpha4
Repository: https://github.com/amazon-archives/aws-service-operator.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
New will create a new Codegen pointer with a config.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Structs

AdditionalResources defines what is created after the fact.
Codegen hold the base contructs.
ConfigMap defines what you can mutate in a configmap object.
ConfigMapData defines what the data is in a CM.
Customizations returns the able customizations.
ModelFile parses the model files for each service.
ModelFiles returns all model files in a list format.
ModelMetadata stores any specific metadata about the model.
ModelSpec defines the core of how the resource is structured.
Port defines the ServicePorts.
ResourceBody defines the body of the object.
ResourceOutput defines the body of the object.
SchemaProperty is the definition for the full properties.
Secret defines what you can mutate in a secret object.
Service defines what you can mutate in a service object.
Shortname defines the shortnames the crd will listen to.
SpecResource defines how the CRD is populated.
SpecSchema defines how the object is defined in types.go and the CFT.