Documentation
¶
Index ¶
- func NewGenerateCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewGenerateExperimentCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewGenerateRBACCommand(f cmdutil.Factory, ioStreams cmdutil.IOStreams) *cobra.Command
- type ExperimentGenerator
- type GenerateExperimentOptions
- type GenerateRBACOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenerateCommand ¶
func NewGenerateExperimentCommand ¶ added in v1.2.0
Types ¶
type ExperimentGenerator ¶
type ExperimentGenerator struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
}
type GenerateExperimentOptions ¶ added in v1.2.0
type GenerateExperimentOptions struct {
Config *ExperimentGenerator
cmdutil.IOStreams
}
func NewGenerateExperimentOptions ¶ added in v1.2.0
func NewGenerateExperimentOptions(ioStreams cmdutil.IOStreams) *GenerateExperimentOptions
func (*GenerateExperimentOptions) Run ¶ added in v1.2.0
func (o *GenerateExperimentOptions) Run() error
type GenerateRBACOptions ¶ added in v1.2.0
type GenerateRBACOptions struct {
Filename string
Name string
IncludeNames bool
cmdutil.IOStreams
// contains filtered or unexported fields
}
func NewGenerateRBACOptions ¶ added in v1.2.0
func NewGenerateRBACOptions(ioStreams cmdutil.IOStreams) *GenerateRBACOptions
func (*GenerateRBACOptions) Run ¶ added in v1.2.0
func (o *GenerateRBACOptions) Run() error
Click to show internal directories.
Click to hide internal directories.