Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CelEnvOption = []cel.EnvOption{}
View Source
var TestHealthy = `` /* 481-byte string literal not displayed */
View Source
var TestLuaStatus = `` /* 737-byte string literal not displayed */
View Source
var TestProgressing = `` /* 357-byte string literal not displayed */
View Source
var TestUnhealthy = `` /* 2449-byte string literal not displayed */
Functions ¶
func GetUnstructured ¶
func GetUnstructured(in interface{}) *unstructured.Unstructured
func GetUnstructuredMap ¶
func GetUnstructuredMap(in interface{}) []byte
Types ¶
type HealthStatus ¶
type HealthStatus struct {
Status string `json:"status"`
Message string `json:"message"`
OK bool `json:"ok"`
}
func GetHealth ¶
func GetHealth(in interface{}) HealthStatus
Click to show internal directories.
Click to hide internal directories.