MCPcopy
hub / github.com/kubernetes/client-go / Describe

Method Describe

tools/leaderelection/resourcelock/interface.go:90–90  ·  view source on GitHub ↗

Describe is used to convert details on current resource lock into a string

()

Source from the content-addressed store, hash-verified

88 // Describe is used to convert details on current resource lock
89 // into a string
90 Describe() string
91}
92
93// Manufacture will create a lock of a given type according to the input parameters

Callers 3

acquireMethod · 0.65
renewMethod · 0.65
tryAcquireOrRenewMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected