Class Blueprint (0.2.0)

Blueprint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Blueprints are OCI Images that contain all of the artifacts needed to provision a unit. Metadata such as, type of the engine used to actuate the blueprint (e.g. terraform, helm etc) and version will come from the image manifest. If the hostname is omitted, it will be assumed to be the regional path to Artifact Registry (eg. us-east1-docker.pkg.dev).

Attributes

Name Description
package str
Optional. Immutable. URI to a blueprint used by the Unit (required unless unitKind or release is set).
engine str
Output only. Type of the engine used to actuate the blueprint. e.g. terraform, helm etc.
version str
Output only. Version metadata if present on the blueprint.