Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PDBCoverageOptions ¶
type PDBCoverageResult ¶
type PDBCoverageResult struct {
Deployments []PDBCoverageRow `json:"deployments" yaml:"deployments"`
Summary PDBCoverageSummary `json:"summary" yaml:"summary"`
Options PDBCoverageOptions `json:"options" yaml:"options"`
}
func AnalyzePDBCoverage ¶
func AnalyzePDBCoverage(ctx context.Context, client kubernetes.Interface, opts PDBCoverageOptions) (PDBCoverageResult, error)
type PDBCoverageRow ¶
type PDBCoverageSummary ¶
Click to show internal directories.
Click to hide internal directories.