mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
8 lines
183 B
Go
8 lines
183 B
Go
//+groupName="install.openshift.io"
|
|
//+versionName="v1"
|
|
|
|
// Package types defines structures for installer configuration and
|
|
// management.
|
|
// +k8s:deepcopy-gen=package
|
|
package types
|