Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAdd ¶
func NewCmdAdd(f genericclioptions.RESTClientGetter, streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type AddOptions ¶
type AddOptions struct { genericclioptions.IOStreams BaseDir string ImageTemplate variable.ImageTemplate ImageTag string ComponentsToApply sets.String // contains filtered or unexported fields }
func NewAddOptions ¶
func NewAddOptions(streams genericclioptions.IOStreams) *AddOptions
func (*AddOptions) Complete ¶
func (o *AddOptions) Complete(f genericclioptions.RESTClientGetter, cmd *cobra.Command, args []string) error
func (*AddOptions) Install ¶
func (o *AddOptions) Install(ocImage, component string) error
func (*AddOptions) Run ¶
func (o *AddOptions) Run() error
type ManifestInstall ¶
type ManifestInstall struct { Name string KubeConfigContent []byte Image string WaitCondition func() (bool, error) }
func (ManifestInstall) MakeReady ¶
func (t ManifestInstall) MakeReady(image, baseDir string) componentinstall.Component
Click to show internal directories.
Click to hide internal directories.