Versions in this module Expand all Collapse all v0 v0.13.9 Mar 26, 2023 v0.13.8 Mar 26, 2023 Changes in this version + func AddMetricsTransportWrapper(config *rest.Config, incFunc func(ResourceInfo) error) *rest.Config + type K8sRequestVerb string + const Create + const Delete + const Get + const List + const Patch + const Unknown + const Update + const Watch + type ResourceInfo struct + Kind string + Name string + Namespace string + Server string + StatusCode int + Verb K8sRequestVerb + func (ri ResourceInfo) HasAllFields() bool