Documentation ¶
Overview ¶
Package execcredcache implements a cache for Kubernetes ExecCredential data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) Get ¶
func (c *Cache) Get(key interface{}) *clientauthenticationv1beta1.ExecCredential
func (*Cache) Put ¶
func (c *Cache) Put(key interface{}, cred *clientauthenticationv1beta1.ExecCredential)
Click to show internal directories.
Click to hide internal directories.