Documentation ¶
Overview ¶
Utility functions.
Index ¶
- func CreateListener(endpoint string) (net.Listener, error)
- func FromApiserverCache(opts *metav1.GetOptions)
- func GetAddressAndDialer(endpoint string) (string, func(addr string, timeout time.Duration) (net.Conn, error), error)
- func LockAndCheckSubPath(volumePath, subPath string) ([]uintptr, error)
- func UnlockPath(fileHandles []uintptr)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromApiserverCache ¶ added in v1.6.0
func FromApiserverCache(opts *metav1.GetOptions)
FromApiserverCache modifies <opts> so that the GET request will be served from apiserver cache instead of from etcd.
func GetAddressAndDialer ¶ added in v1.7.0
func LockAndCheckSubPath ¶ added in v1.7.14
LockAndCheckSubPath empty implementation
func UnlockPath ¶ added in v1.7.14
func UnlockPath(fileHandles []uintptr)
UnlockPath empty implementation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.