Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CanIOptions ¶
type CanIOptions struct { AllNamespaces bool Quiet bool Namespace string SelfSARClient internalauthorizationclient.SelfSubjectAccessReviewsGetter Verb string Resource schema.GroupVersionResource ResourceName string Out io.Writer Err io.Writer }
CanIOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()
func (*CanIOptions) Complete ¶
func (o *CanIOptions) Complete(f cmdutil.Factory, args []string) error
func (*CanIOptions) RunAccessCheck ¶
func (o *CanIOptions) RunAccessCheck() (bool, error)
func (*CanIOptions) Validate ¶
func (o *CanIOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.