Crate kube_operator_util

Crate kube_operator_util 

Source
Expand description

Utilities for creating Kubernetes operators.

Modulesยง

status
This is a utility to manage the status field of a Kubernetes resource. It maintains the last five condition objects. It also updates the field health, with its subfield status, which has the predefined values Healthy, Unhealthy and Unknown. The field phase has the predefined values Pending and Ready. It is allowed to use other values for the fields.
util
Utility functions.