# Functions

CreateGenerationMetadata gathers information about the generated code and save a yaml version in the API version directory.
NewServiceMetadata returns a new Metadata object given a supplied path to a metadata file.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
UpdateReasonAPIGeneration should be used when an API package is modified by the APIs generator (ack-generate apis).
UpdateReasonConversionFunctionsGeneration Should be used when an API package is modified by conversion functions generator.

# Variables

No description provided by the author
No description provided by the author

# Structs

APIInfo contains information related a specific apiVersion.
GenerationMetadata represents the parameters used to generate/update the API version directory.
ServiceDetails contains string identifiers and relevant links for the service.
ServiceMetadata consists of information about the service and relative links as well as a list of supported/deprecated versions.
ServiceVersion describes the status of all existing version of the controller.

# Type aliases

No description provided by the author
UpdateReason is the reason a package got modified.