Documentation ¶
Index ¶
- func NewComplianceScanHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, ...) common.ObjectHelper
- func NewComplianceSuiteHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, ...) common.ObjectHelper
- func NewScanSettingBindingHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, ...) common.ObjectHelper
- type ComplianceScanHelper
- type ComplianceSuiteHelper
- type FetchRawOptions
- type ScanSettingBindingHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComplianceScanHelper ¶
func NewComplianceScanHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, streams genericclioptions.IOStreams) common.ObjectHelper
func NewComplianceSuiteHelper ¶
func NewComplianceSuiteHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, streams genericclioptions.IOStreams) common.ObjectHelper
func NewScanSettingBindingHelper ¶
func NewScanSettingBindingHelper(kuser common.KubeClientUser, name, outputPath, image string, html bool, 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 FetchRawOptions ¶
type FetchRawOptions struct { common.CommandContext OutputPath string Image string HTML bool }
func NewFetchRawOptions ¶
func NewFetchRawOptions(streams genericclioptions.IOStreams) *FetchRawOptions
func (*FetchRawOptions) Run ¶
func (o *FetchRawOptions) Run() error
func (*FetchRawOptions) Validate ¶
func (o *FetchRawOptions) 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.