Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clients ¶
func Clients(config restclient.Config, tokenRetriever TokenRetriever, namespace, name string) (*restclient.Config, *client.Client, *kclient.Client, error)
Clients returns an OpenShift and Kubernetes client with the credentials of the named service account TODO: change return types to client.Interface/kclient.Interface to allow auto-reloading credentials
func IsValidServiceAccountToken ¶
func IsValidServiceAccountToken(serviceAccount *kapi.ServiceAccount, secret *kapi.Secret) bool
IsValidServiceAccountToken returns true if the given secret contains a service account token valid for the given service account
Types ¶
type ClientLookupTokenRetriever ¶
ClientLookupTokenRetriever uses its client to look up a service account token
type TokenRetriever ¶
type TokenRetriever interface {
GetToken(serviceAccountNamespace, serviceAccountName string) (token string, err error)
}
TokenRetriever defined an interface for getting an API token for a service account
Click to show internal directories.
Click to hide internal directories.