# Functions
AssembleAPIDocs copies the generated html files and the static files from srcDir into outputDir.
AssembleAPIDocsStatic copies the static files from the referenceDocsRepo to the outputDir.
DetermineSourceLocation determines the source location for the installed kubernetes-incubator/reference-docs/ The location is based on GOPATH/pkd/mod and the current version.
GenerateAPIDocs runs the apidocs-gen tool against configDirectory which includes the openapi-spec dir, the config.yaml file, static content and the static_includes.
GenerateClient runs the generators specified.
GenerateOpenApi generates the OpenAPI structs and schema files.
GenerateSchema calls the generated schema writer and then loads the output and also writes out a yaml version.
GetBoilerplateFile is responsible for canonicalizing the name of the boilerplate file.
InstallCodeGenerators installs client-gen from the kubernetes-incubator/reference-docs repository.
InstallGenAPIDocs installs the gen-apidocs tool from the kubernetes-incubator/reference-docs repository.
InstallOpenApiGen installs the openapi-gen tool from the github.com/kubernetes/kube-openapi repository.
WriteSchemaToDisk is called by the code generated main function to marshal the contents of the OpenAPI structs and write them to disk.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author