Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { // OperatorName is the operator's name, ex. app-operator. OperatorName string // Version is the version of the operator being updated. Version string // ChannelName is operator's PackageManifest channel. If a new PackageManifest is generated // or ChannelName is the only channel in the generated PackageManifest, // this channel will be set to the PackageManifest's default. ChannelName string // IsDefaultChannel determines whether ChannelName should be the default channel in the // generated PackageManifest. If true, ChannelName will be the PackageManifest's default channel. // Setting this field is only necessary when more than one channel exists. IsDefaultChannel bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.