Documentation ¶
Index ¶
- func AppResourceLimits(obj map[string]interface{}) (core.ResourceList, error)
- func AppResourceRequests(obj map[string]interface{}) (core.ResourceList, error)
- func EvalFuncs() map[string]func(arguments ...interface{}) (interface{}, error)
- func GenericFuncMap() map[string]interface{}
- func HtmlFuncMap() template.FuncMap
- func Mode(obj map[string]interface{}) (string, error)
- func Replicas(obj map[string]interface{}) (int64, error)
- func RoleReplicas(obj map[string]interface{}) (api.ReplicaList, error)
- func RoleResourceLimits(obj map[string]interface{}) (map[api.PodRole]core.ResourceList, error)
- func RoleResourceRequests(obj map[string]interface{}) (map[api.PodRole]core.ResourceList, error)
- func TotalResourceLimits(obj map[string]interface{}) (core.ResourceList, error)
- func TotalResourceRequests(obj map[string]interface{}) (core.ResourceList, error)
- func TxtFuncMap() ttemplate.FuncMap
- func UsesTLS(obj map[string]interface{}) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppResourceLimits ¶
func AppResourceLimits(obj map[string]interface{}) (core.ResourceList, error)
func AppResourceRequests ¶
func AppResourceRequests(obj map[string]interface{}) (core.ResourceList, error)
func EvalFuncs ¶
EvalFuncs for https://github.com/gomodules/eval
func GenericFuncMap ¶
func GenericFuncMap() map[string]interface{}
GenericFuncMap returns a copy of the basic function map as a map[string]interface{}.
func HtmlFuncMap ¶
HtmlFuncMap returns an 'html/template'.Funcmap
func RoleReplicas ¶
func RoleReplicas(obj map[string]interface{}) (api.ReplicaList, error)
func RoleResourceLimits ¶
func RoleResourceRequests ¶
func TotalResourceLimits ¶
func TotalResourceLimits(obj map[string]interface{}) (core.ResourceList, error)
func TotalResourceRequests ¶
func TotalResourceRequests(obj map[string]interface{}) (core.ResourceList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.