addon_status

addon_status
addon_status
JSON Example
{
    "resourceVersion": "number",
    "opstatus": "string",
    "deleteAccepted": false,
    "conditions": [
        {
            "lastTransitionTime": "string",
            "status": "string",
            "type": "string",
            "reason": "string",
            "message": "string",
            "severity": "string"
        }
    ]
}
number
resourceVersion
Optional

version of the status.

string
opstatus
Optional

only tells whether the given desired state is being processed or complete. > To get the status of object, refer to conditions and get internal custom resource status.

Possible values are : processing, complete,
boolean
deleteAccepted
Optional

deleteAccepted

conditions
Optional

conditions

Property Of