Backstage
Docs
Github
Preparing search index...
@backstage/plugin-kubernetes-common
DetectedError
Interface DetectedError
Represents an error found on a Kubernetes object
interface
DetectedError
{
message
:
string
;
occurrenceCount
:
number
;
proposedFix
?:
ProposedFix
;
severity
:
ErrorSeverity
;
sourceRef
:
ResourceRef
;
type
:
string
;
}
Index
Properties
message
occurrence
Count
proposed
Fix?
severity
source
Ref
type
Properties
message
message
:
string
occurrence
Count
occurrenceCount
:
number
Optional
proposed
Fix
proposedFix
?:
ProposedFix
severity
severity
:
ErrorSeverity
source
Ref
sourceRef
:
ResourceRef
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
occurrence
Count
proposed
Fix
severity
source
Ref
type
Docs
Github
Backstage
Loading...
Represents an error found on a Kubernetes object