addon_status

addon_status
addon_status
JSON Example
{
    "deleteAccepted": true,
    "resourceVersion": 6.027456183070403,
    "opstatus": "processing",
    "conditions": [
        {
            "severity": "Warning",
            "reason": "reason",
            "lastTransitionTime": "lastTransitionTime",
            "type": "Ready",
            "message": "message",
            "status": true
        },
        {
            "severity": "Warning",
            "reason": "reason",
            "lastTransitionTime": "lastTransitionTime",
            "type": "Ready",
            "message": "message",
            "status": true
        }
    ]
}
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