Documentation ¶
Index ¶
- func Boolean(val interface{}) (text.Colors, string, error)
- func DatabaseIndexHealth(val interface{}) (text.Colors, string, error)
- func DatabaseIndexState(val interface{}) (text.Colors, string, error)
- func DatabaseSessionPID(val interface{}) (text.Colors, string, error)
- func DatabaseSessionState(val interface{}) (text.Colors, string, error)
- func DatabaseState(val interface{}) (text.Colors, string, error)
- func Dereference[T any](val interface{}) (text.Colors, string, error)
- func KubernetesClusterState(val interface{}) (text.Colors, string, error)
- func KubernetesNodeGroupState(val interface{}) (text.Colors, string, error)
- func KubernetesNodeState(val interface{}) (text.Colors, string, error)
- func LoadBalancerState(val interface{}) (text.Colors, string, error)
- func NetworkPeeringState(val interface{}) (text.Colors, string, error)
- func ObjectStorageConfiguredStatus(val interface{}) (text.Colors, string, error)
- func ObjectStorageOperationalState(val interface{}) (text.Colors, string, error)
- func PossiblyUnknownString(val interface{}) (text.Colors, string, error)
- func ServerGroupAntiAffinityState(val interface{}) (text.Colors, string, error)
- func ServerState(val interface{}) (text.Colors, string, error)
- func StorageState(val interface{}) (text.Colors, string, error)
- func StringSliceAnd(val interface{}) (text.Colors, string, error)
- func StringSliceOr(val interface{}) (text.Colors, string, error)
- func StringSliceSingleLineAnd(val interface{}) (text.Colors, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabaseIndexHealth ¶
DatabaseIndexHealth implements Format function for database index health
func DatabaseIndexState ¶
DatabaseIndexState implements Format function for database index states
func DatabaseSessionPID ¶
DatabaseSessionPID implements Format function for database session PID
func DatabaseSessionState ¶
DatabaseSessionState implements Format function for database session states
func DatabaseState ¶
DatabaseState implements Format function for database states
func Dereference ¶ added in v3.2.2
Dereference returns "%v" Sprintf'ed value of a pointer
func KubernetesClusterState ¶
KubernetesClusterState implements Format function for Kubernetes cluster states
func KubernetesNodeGroupState ¶
KubernetesNodeGroupState implements Format function for Kubernetes node-group states
func KubernetesNodeState ¶
KubernetesNodeState implements Format function for Kubernetes node states
func LoadBalancerState ¶
LoadBalancerState implements Format function for load-balancer states
func NetworkPeeringState ¶ added in v3.6.0
NetworkPeeringState implements Format function for network peering states
func ObjectStorageConfiguredStatus ¶ added in v3.2.0
ObjectStorageConfiguredStatus implements Format function for managed object storage configured statuses
func ObjectStorageOperationalState ¶ added in v3.2.0
ObjectStorageOperationalState implements Format function for managed object storage operational states
func PossiblyUnknownString ¶
PossiblyUnknownString outputs "Unknown" in light black if input value is an empty string, otherwise passesthrough the input value.
func ServerGroupAntiAffinityState ¶
ServerGroupAntiAffinityState implements Format function for server group anti-affinity states
func ServerState ¶
ServerState implements Format function for server states
func StorageState ¶
StorageState implements Format function for storage states
func StringSliceAnd ¶ added in v3.9.0
func StringSliceOr ¶ added in v3.9.0
Types ¶
This section is empty.