Documentation
¶
Index ¶
Constants ¶
View Source
const ( K8S_VERSION_1_21 = 1.21 K8S_VERSION_1_25 = 1.25 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiLifecyclePolicyV1Beta1 ¶
type ApiLifecyclePolicyV1Beta1 struct{}
func (*ApiLifecyclePolicyV1Beta1) Do ¶
func (*ApiLifecyclePolicyV1Beta1) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
func (*ApiLifecyclePolicyV1Beta1) GetMeta ¶
func (*ApiLifecyclePolicyV1Beta1) GetMeta() detek.DetectorInfo
type FailedPod ¶
type FailedPod struct{}
func (*FailedPod) Do ¶
func (i *FailedPod) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
Do implements detek.Detector
func (*FailedPod) GetMeta ¶
func (*FailedPod) GetMeta() detek.DetectorInfo
GetMeta implements detek.Detector
type PodWithoutLimits ¶
func (*PodWithoutLimits) Do ¶
func (d *PodWithoutLimits) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
Do implements detek.Detector
func (*PodWithoutLimits) GetMeta ¶
func (d *PodWithoutLimits) GetMeta() detek.DetectorInfo
GetMeta implements detek.Detector
type PodWithoutLivenessProbe ¶
type PodWithoutLivenessProbe struct{}
func (*PodWithoutLivenessProbe) Do ¶
func (*PodWithoutLivenessProbe) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
Do implements detek.Detector
func (*PodWithoutLivenessProbe) GetMeta ¶
func (*PodWithoutLivenessProbe) GetMeta() detek.DetectorInfo
GetMeta implements detek.Detector
type PodWithoutReadinessProbe ¶
type PodWithoutReadinessProbe struct{}
func (*PodWithoutReadinessProbe) Do ¶
func (*PodWithoutReadinessProbe) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
Do implements detek.Detector
func (*PodWithoutReadinessProbe) GetMeta ¶
func (*PodWithoutReadinessProbe) GetMeta() detek.DetectorInfo
GetMeta implements detek.Detector
type PodWithoutRequests ¶
func (*PodWithoutRequests) Do ¶
func (d *PodWithoutRequests) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
Do implements detek.Detector
func (*PodWithoutRequests) GetMeta ¶
func (d *PodWithoutRequests) GetMeta() detek.DetectorInfo
GetMeta implements detek.Detector
type ServiceNoAvailableTarget ¶
type ServiceNoAvailableTarget struct{}
func (*ServiceNoAvailableTarget) Do ¶
func (*ServiceNoAvailableTarget) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
func (*ServiceNoAvailableTarget) GetMeta ¶
func (*ServiceNoAvailableTarget) GetMeta() detek.DetectorInfo
type ServicePartiallyAvailable ¶
type ServicePartiallyAvailable struct{}
func (*ServicePartiallyAvailable) Do ¶
func (*ServicePartiallyAvailable) Do(ctx detek.DetekContext) (*detek.ReportSpec, error)
func (*ServicePartiallyAvailable) GetMeta ¶
func (*ServicePartiallyAvailable) GetMeta() detek.DetectorInfo
Click to show internal directories.
Click to hide internal directories.