resourcequotas

package
v0.0.0-...-ed75ec7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResourceQuotaRouteHandler

func NewResourceQuotaRouteHandler(container container.Container, routeType base.RouteType) echo.HandlerFunc

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL