# Packages
Package cluster contains asset targets that generates the terraform file, prepare the infra, and bootstrap the cluster.
No description provided by the author
Package installconfig generates the install config assets based on its dependencies.
Package kubeconfig defines and generates the kubeconfig assets.
Package machines is responsible for creating Machine objects for machinepools.
Package manifests deals with creating manifests for all manifests to be installed for the cluster.
Package mock is a generated GoMock package.
No description provided by the author
Package rhcos contains assets for RHCOS.
No description provided by the author
No description provided by the author
Package templates deals with creating template assets that will be used by other assets.
Package tls defines and generates the tls assets based on its dependencies.
# Functions
DeleteAssetFromDisk removes all the files for asset from disk.
PersistToFile writes all of the files of the specified asset into the specified directory.
SortFiles sorts the specified files by file name.
# Interfaces
Asset used to install OpenShift.
FileFetcher fetches the asset files from disk.
Store is a store for the states of assets.
WritableAsset is an Asset that has files that can be written to disk.
# Type aliases
Parents is the collection of assets upon which another asset is directly dependent.