Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(clusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags, streams genericclioptions.IOStreams) *cobra.Command
NewCmd...
Types ¶
type Options ¶
type Options struct { //ClusteradmFlags: The generic optiosn from the clusteradm cli-runtime. ClusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags // Streams genericclioptions.IOStreams // The base name for the resources created for this sample app SampleAppName string // The specified namespace for sameple app deployment Namespace string //The file to output the resources will be sent to the file. OutputFile string }
func NewOptions ¶
func NewOptions(clusteradmFlags *genericclioptionsclusteradm.ClusteradmFlags, streams genericclioptions.IOStreams) *Options
Click to show internal directories.
Click to hide internal directories.