workloads

package
v0.5.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PDBCoverageOptions

type PDBCoverageOptions struct {
	Namespace     string `json:"namespace,omitempty"`
	IncludeSystem bool   `json:"includeSystem"`
}

type PDBCoverageResult

type PDBCoverageResult struct {
	Deployments []PDBCoverageRow   `json:"deployments" yaml:"deployments"`
	Summary     PDBCoverageSummary `json:"summary" yaml:"summary"`
	Options     PDBCoverageOptions `json:"options" yaml:"options"`
}

type PDBCoverageRow

type PDBCoverageRow struct {
	Namespace  string   `json:"namespace" yaml:"namespace"`
	Deployment string   `json:"deployment" yaml:"deployment"`
	HasPDB     bool     `json:"hasPdb" yaml:"hasPdb"`
	PDBs       []string `json:"pdbs" yaml:"pdbs"`
	Status     string   `json:"status" yaml:"status"`
}

type PDBCoverageSummary

type PDBCoverageSummary struct {
	TotalDeployments int `json:"totalDeployments" yaml:"totalDeployments"`
	WithPDB          int `json:"withPdb" yaml:"withPdb"`
	WithoutPDB       int `json:"withoutPdb" yaml:"withoutPdb"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL