rancher v2.15.1

UIPlugin.status

Status is the observed state of the ui plugin.

6 fields
UIPlugin.status fields and descriptions
Field / TypeDescription
cacheState
string

CacheState is the cache status of the plugin.

  • nullable
error
string

Error is the error message if any.

observedGeneration
integer required

ObservedGeneration is used by Rancher controller to track the latest generation of the resource that it triggered on.

  • format: int64
ready
boolean

Ready is the readiness of the plugin. Defaults to false.

  • default: false
retryAt
string

RetryAt is the time at which the plugin should be retried.

  • format: date-time
retryNumber
integer

RetryNumber is the number of times the plugin has been retried.