Documentation ¶
Index ¶
- type AttachDetachOptions
- func (o *AttachDetachOptions) Complete(cmd *cobra.Command, args []string) error
- func (o *AttachDetachOptions) GenerateSubject(kubeconfigPath *string) (*rbacv1.Subject, error)
- func (o *AttachDetachOptions) PreRunE(cmd *cobra.Command, args []string) error
- func (o *AttachDetachOptions) Validate(cmd *cobra.Command, args []string) error
- type CleanOptions
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachDetachOptions ¶
type AttachDetachOptions struct { PSPName string SubjectKind string SubjectName string SubjectNamespace string SubjectAPIGroup string // Same field name as kind in `subjectKindList` Group string User string ServiceAccount string }
func (*AttachDetachOptions) Complete ¶
func (o *AttachDetachOptions) Complete(cmd *cobra.Command, args []string) error
func (*AttachDetachOptions) GenerateSubject ¶
func (o *AttachDetachOptions) GenerateSubject(kubeconfigPath *string) (*rbacv1.Subject, error)
type CleanOptions ¶
type CleanOptions struct {
PSPName string
}
func (*CleanOptions) Complete ¶
func (o *CleanOptions) Complete(cmd *cobra.Command, args []string) error
Click to show internal directories.
Click to hide internal directories.