package exec
import "k8s.io/client-go/plugin/pkg/client/auth/exec"
Index ¶
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
Authenticator is a client credential provider that rotates credentials by executing a plugin. The plugin input and output are defined by the API group client.authentication.k8s.io.
func GetAuthenticator ¶
func GetAuthenticator(config *api.ExecConfig) (*Authenticator, error)
GetAuthenticator returns an exec-based plugin for providing client credentials.
func (*Authenticator) UpdateTransportConfig ¶
func (a *Authenticator) UpdateTransportConfig(c *transport.Config) error
UpdateTransportConfig updates the transport.Config to use credentials returned by the plugin.
Source Files ¶
exec.go metrics.go
- Version
- v0.18.19-rc.0
- Published
- Apr 15, 2021
- Platform
- js/wasm
- Imports
- 29 packages
- Last checked
- 8 minutes ago –
Tools for package owners.