Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(o *ManifestOptions) error
Generate generates RBAC manifests by parsing the RBAC annotations in Go source files specified in the input directory.
Types ¶
type ManifestOptions ¶
type ManifestOptions struct { InputDir string OutputDir string PatchOutputDir string // contains filtered or unexported fields }
ManifestOptions represent options for generating the webhook manifests.
func (*ManifestOptions) SetDefaults ¶
func (o *ManifestOptions) SetDefaults()
SetDefaults sets up the default options for RBAC Manifest generator.
func (*ManifestOptions) Validate ¶
func (o *ManifestOptions) Validate() error
Validate validates the input options.
Click to show internal directories.
Click to hide internal directories.