Documentation ¶
Index ¶
- func DeleteSecretFromCache(username string)
- func ExecInPod(clientset kubernetes.Interface, restClient rest.Interface, executor Executor, ...) error
- func GetSecretFromCache(username string) (interface{}, bool)
- func SetSecretInCache(username string, secretData map[string]string)
- func WatchSecretsClusterWide(reconcileInterval int, namespace string, readyCh chan struct{}) (watch.Interface, error)
- type Executor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSecretFromCache ¶
func DeleteSecretFromCache(username string)
func GetSecretFromCache ¶
func SetSecretInCache ¶
Types ¶
type Executor ¶
type Executor interface {
Stream(options remotecommand.StreamOptions) error
}
Click to show internal directories.
Click to hide internal directories.