Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResourceQuota ¶
type ResourceQuota struct { Namespace string `json:"namespace"` Name string `json:"name"` Age time.Time `json:"age"` }
func TransformLimitRange ¶
func TransformLimitRange(items []v1.ResourceQuota) []ResourceQuota
func TransformLimitRangeItem ¶
func TransformLimitRangeItem(item v1.ResourceQuota) ResourceQuota
type ResourceQuotaHandler ¶
type ResourceQuotaHandler struct {
BaseHandler base.BaseHandler
}
func NewResourceQuotaHandler ¶
func NewResourceQuotaHandler(c echo.Context, container container.Container) *ResourceQuotaHandler
Click to show internal directories.
Click to hide internal directories.