 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.1.10
type Options struct {
	// WriterOptions specifies the input and output
	WriterOptions
	// contains filtered or unexported fields
}
    Options represent options for generating the webhook manifests.
type WriterOptions ¶ added in v0.1.10
type WriterOptions struct {
	InputDir       string
	OutputDir      string
	PatchOutputDir string
	// contains filtered or unexported fields
}
    WriterOptions specifies the input and output.
func (*WriterOptions) SetDefaults ¶ added in v0.1.10
func (o *WriterOptions) SetDefaults()
SetDefaults sets up the default options for RBAC Manifest generator.
func (*WriterOptions) Validate ¶ added in v0.1.10
func (o *WriterOptions) Validate() error
Validate validates the input options.
func (*WriterOptions) WriteObjectsToDisk ¶ added in v0.1.10
func (o *WriterOptions) WriteObjectsToDisk(objects ...runtime.Object) error
WriteObjectsToDisk writes object to the location specified in WriterOptions.
 Click to show internal directories. 
   Click to hide internal directories.