Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMetricsTransportWrapper ¶
AddMetricsTransportWrapper adds a transport wrapper which wraps a function call around each kubernetes request
Types ¶
type K8sRequestVerb ¶
type K8sRequestVerb string
const ( List K8sRequestVerb = "List" Watch K8sRequestVerb = "Watch" Get K8sRequestVerb = "Get" Create K8sRequestVerb = "Create" Update K8sRequestVerb = "Update" Patch K8sRequestVerb = "Patch" Delete K8sRequestVerb = "Delete" Unknown K8sRequestVerb = "Unknown" )
type ResourceInfo ¶
type ResourceInfo struct { Server string Kind string Namespace string Name string Verb K8sRequestVerb StatusCode int }
func (ResourceInfo) HasAllFields ¶
func (ri ResourceInfo) HasAllFields() bool
Click to show internal directories.
Click to hide internal directories.