Documentation ¶
Index ¶
Constants ¶
View Source
const ( RequestVerbList = "list" RequestVerbGet = "get" NodeResource = "nodes" PodResource = "pods" LabelSelectorQueryParam = "labelSelector" )
Variables ¶
View Source
var GroupVersion = schema.GroupVersion{
Group: "metrics.k8s.io",
Version: "v1beta1",
}
Functions ¶
func Register ¶
func Register(ctx *synccontext.ControllerContext) error
func RegisterOrDeregisterAPIService ¶
func RegisterOrDeregisterAPIService(ctx *synccontext.ControllerContext) error
func WithMetricsServerProxy ¶
func WithMetricsServerProxy( h http.Handler, registerCtx *synccontext.RegisterContext, ) http.Handler
Types ¶
type RowData ¶
type RowData struct { Index int Cells []interface{} Pom metav1.PartialObjectMetadata }
Click to show internal directories.
Click to hide internal directories.