Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeaturesGateDetailsFromFeatureSets ¶
func FeaturesGateDetailsFromFeatureSets(featureGateStatus *features.FeatureGateEnabledDisabled, currentVersion string) *configv1.FeatureGateDetails
Types ¶
type RenderOpts ¶
type RenderOpts struct { ImageProvidedManifestDir string RenderedManifestInputFilename string PayloadVersion string AssetOutputDir string UnprefixedClusterProfile string }
RenderOpts holds values to drive the render command.
func (*RenderOpts) AddFlags ¶
func (o *RenderOpts) AddFlags(fs *flag.FlagSet)
func (*RenderOpts) Complete ¶
func (o *RenderOpts) Complete() error
Complete fills in missing values before command execution.
func (*RenderOpts) Run ¶
func (o *RenderOpts) Run() error
Run contains the logic of the render command.
type WriteFeatureSets ¶
WriteFeatureSets holds values to drive the render command.
func (*WriteFeatureSets) AddFlags ¶
func (o *WriteFeatureSets) AddFlags(fs *flag.FlagSet)
func (*WriteFeatureSets) Complete ¶
func (o *WriteFeatureSets) Complete() error
Complete fills in missing values before command execution.
func (*WriteFeatureSets) Run ¶
func (o *WriteFeatureSets) Run() error
Run contains the logic of the render command.
func (*WriteFeatureSets) Validate ¶
func (o *WriteFeatureSets) Validate() error
Validate verifies the inputs.
Click to show internal directories.
Click to hide internal directories.