Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Values for scret types supported by porch. BasicAuthType = corev1.SecretTypeBasicAuth )
Variables ¶
This section is empty.
Functions ¶
func NewCredentialResolver ¶
func NewCredentialResolver(client client.Reader, resolverChain []Resolver) auth.CredentialResolver
Types ¶
type BasicAuthCredential ¶
func (*BasicAuthCredential) ToAuthMethod ¶
func (b *BasicAuthCredential) ToAuthMethod() transport.AuthMethod
func (*BasicAuthCredential) Valid ¶
func (b *BasicAuthCredential) Valid() bool
type BasicAuthResolver ¶
type BasicAuthResolver struct{}
type NoMatchingResolverError ¶
type NoMatchingResolverError struct {
Type string
}
func (*NoMatchingResolverError) Error ¶
func (e *NoMatchingResolverError) Error() string
func (*NoMatchingResolverError) Is ¶
func (e *NoMatchingResolverError) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.