Documentation ¶
Index ¶
- func NewComplianceScanHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
- func NewComplianceSuiteHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
- func NewScanSettingBindingHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
- type ComplianceScanHelper
- type ComplianceSuiteHelper
- type RerunNowContext
- type ScanSettingBindingHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComplianceScanHelper ¶
func NewComplianceScanHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
func NewComplianceSuiteHelper ¶
func NewComplianceSuiteHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
func NewScanSettingBindingHelper ¶
func NewScanSettingBindingHelper(kuser common.KubeClientUser, name string, streams genericclioptions.IOStreams) common.ObjectHelper
Types ¶
type ComplianceScanHelper ¶
type ComplianceScanHelper struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func (*ComplianceScanHelper) Handle ¶
func (h *ComplianceScanHelper) Handle() error
type ComplianceSuiteHelper ¶
type ComplianceSuiteHelper struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func (*ComplianceSuiteHelper) Handle ¶
func (h *ComplianceSuiteHelper) Handle() error
type RerunNowContext ¶
type RerunNowContext struct {
common.CommandContext
}
func NewReRunNowContext ¶
func NewReRunNowContext(streams genericclioptions.IOStreams) *RerunNowContext
func (*RerunNowContext) Complete ¶
func (o *RerunNowContext) Complete(cmd *cobra.Command, args []string) error
Complete sets all information required for updating the current context
func (*RerunNowContext) Run ¶
func (o *RerunNowContext) Run() error
func (*RerunNowContext) Validate ¶
func (o *RerunNowContext) Validate() error
Validate ensures that all required arguments and flag values are provided
type ScanSettingBindingHelper ¶
type ScanSettingBindingHelper struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func (*ScanSettingBindingHelper) Handle ¶
func (h *ScanSettingBindingHelper) Handle() error
Click to show internal directories.
Click to hide internal directories.