Documentation ¶
Index ¶
- Variables
- func Id(t Triage) string
- type Anomaly
- type CloudnativePGClusterContinuousArchivingFailing
- type CloudnativePGClusterNotReady
- type ComponentUnhealthy
- type DeploymentIdle
- type DeploymentNotAvailable
- type FluxHelmReleaseNotReady
- type FluxKustomizationNotReady
- type NamespaceTerminating
- type NodeNotReady
- type PersistentVolumeAvailable
- type PersistentVolumeClaimLost
- type PodNotReady
- type PodWithoutOwner
- type Severity
- type Triage
Constants ¶
This section is empty.
Variables ¶
View Source
var List = []Triage{ &CloudnativePGClusterNotReady{}, &CloudnativePGClusterContinuousArchivingFailing{}, &ComponentUnhealthy{}, &DeploymentIdle{}, &DeploymentNotAvailable{}, &FluxHelmReleaseNotReady{}, &FluxKustomizationNotReady{}, &NamespaceTerminating{}, &PodNotReady{}, &PodWithoutOwner{}, &PersistentVolumeAvailable{}, &PersistentVolumeClaimLost{}, }
Functions ¶
Types ¶
type Anomaly ¶
type Anomaly struct { NamespacedName types.NamespacedName Reason string }
type CloudnativePGClusterContinuousArchivingFailing ¶
type CloudnativePGClusterContinuousArchivingFailing struct{}
func (*CloudnativePGClusterContinuousArchivingFailing) Description ¶
func (*CloudnativePGClusterContinuousArchivingFailing) Description() string
func (*CloudnativePGClusterContinuousArchivingFailing) Severity ¶
func (*CloudnativePGClusterContinuousArchivingFailing) Severity() Severity
type CloudnativePGClusterNotReady ¶
type CloudnativePGClusterNotReady struct{}
func (*CloudnativePGClusterNotReady) Description ¶
func (*CloudnativePGClusterNotReady) Description() string
func (*CloudnativePGClusterNotReady) Severity ¶
func (*CloudnativePGClusterNotReady) Severity() Severity
type ComponentUnhealthy ¶
type ComponentUnhealthy struct{}
func (*ComponentUnhealthy) Description ¶
func (*ComponentUnhealthy) Description() string
func (*ComponentUnhealthy) Severity ¶
func (*ComponentUnhealthy) Severity() Severity
type DeploymentIdle ¶
type DeploymentIdle struct{}
func (*DeploymentIdle) Description ¶
func (*DeploymentIdle) Description() string
func (*DeploymentIdle) Severity ¶
func (*DeploymentIdle) Severity() Severity
type DeploymentNotAvailable ¶
type DeploymentNotAvailable struct{}
func (*DeploymentNotAvailable) Description ¶
func (*DeploymentNotAvailable) Description() string
func (*DeploymentNotAvailable) Severity ¶
func (*DeploymentNotAvailable) Severity() Severity
type FluxHelmReleaseNotReady ¶
type FluxHelmReleaseNotReady struct{}
func (*FluxHelmReleaseNotReady) Description ¶
func (*FluxHelmReleaseNotReady) Description() string
func (*FluxHelmReleaseNotReady) Severity ¶
func (*FluxHelmReleaseNotReady) Severity() Severity
type FluxKustomizationNotReady ¶
type FluxKustomizationNotReady struct{}
func (*FluxKustomizationNotReady) Description ¶
func (*FluxKustomizationNotReady) Description() string
func (*FluxKustomizationNotReady) Severity ¶
func (*FluxKustomizationNotReady) Severity() Severity
type NamespaceTerminating ¶
type NamespaceTerminating struct { }
func (*NamespaceTerminating) Description ¶
func (*NamespaceTerminating) Description() string
func (*NamespaceTerminating) Severity ¶
func (*NamespaceTerminating) Severity() Severity
type NodeNotReady ¶
type NodeNotReady struct{}
func (*NodeNotReady) Description ¶
func (*NodeNotReady) Description() string
func (*NodeNotReady) Severity ¶
func (*NodeNotReady) Severity() Severity
type PersistentVolumeAvailable ¶
type PersistentVolumeAvailable struct{}
func (*PersistentVolumeAvailable) Description ¶
func (*PersistentVolumeAvailable) Description() string
func (*PersistentVolumeAvailable) Severity ¶
func (*PersistentVolumeAvailable) Severity() Severity
type PersistentVolumeClaimLost ¶
type PersistentVolumeClaimLost struct{}
func (*PersistentVolumeClaimLost) Description ¶
func (*PersistentVolumeClaimLost) Description() string
func (*PersistentVolumeClaimLost) Severity ¶
func (*PersistentVolumeClaimLost) Severity() Severity
type PodNotReady ¶
type PodNotReady struct{}
func (*PodNotReady) Description ¶
func (*PodNotReady) Description() string
func (*PodNotReady) Severity ¶
func (*PodNotReady) Severity() Severity
type PodWithoutOwner ¶
type PodWithoutOwner struct{}
func (*PodWithoutOwner) Description ¶
func (*PodWithoutOwner) Description() string
func (*PodWithoutOwner) Severity ¶
func (*PodWithoutOwner) Severity() Severity
Click to show internal directories.
Click to hide internal directories.