level property

String? level
getter/setter pair

Represents how severe a message is. Possible string values are:

  • "LEVEL_UNSPECIFIED" : Illegal. Same istio.analysis.v1alpha1.AnalysisMessageBase.Level.UNKNOWN.
  • "ERROR" : ERROR represents a misconfiguration that must be fixed.
  • "WARNING" : WARNING represents a misconfiguration that should be fixed.
  • "INFO" : INFO represents an informational finding.

Implementation

core.String? level;