Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( wire.Struct(new(Repository), "*"), wire.Bind(new(Interface), new(*Repository)), )
Set provides an implementation and interface for Kubeconfig.
Functions ¶
This section is empty.
Types ¶
type Key ¶ added in v1.14.3
type Key struct {
IssuerURL string
ClientID string
ClientSecret string
Username string
ExtraScopes []string
CACertFilename string
CACertData string
SkipTLSVerify bool
}
Key represents a key of a token cache.
type Repository ¶
type Repository struct{}
Repository provides access to the token cache on the local filesystem. Filename of a token cache is sha256 digest of the issuer, zero-character and client ID.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mock_tokencache is a generated GoMock package.
|
Package mock_tokencache is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.