NamespaceManagementSupervisorsConditionsMessage

The Conditions.Message structure contains user-readable information related to a Conditions.Condition.


Properties

details Optional

Details about the message. If unset, message details are not required for taking actions.


severity Required

The Conditions.Severity structure represents the severity of the message.
INFO : Informational message.
WARNING : Warning message.
ERROR : Error message.

Possible values are: INFOWARNINGERROR

JSON Example

{
	"severity": "INFO"
}

Feedback

Was this page helpful?