Documentation ¶
Index ¶
Constants ¶
View Source
const ( OAuthWantChallengesAnnotationPrefix = "serviceaccounts.openshift.io/oauth-want-challenges" // Prefix used for statically specifying redirect URIs for a service account via annotations // The value can be partially supplied with the dynamic prefix to override the resource's defaults OAuthRedirectModelAnnotationURIPrefix = "serviceaccounts.openshift.io/oauth-redirecturi." // Prefix used for dynamically specifying redirect URIs using resources for a service account via annotations OAuthRedirectModelAnnotationReferencePrefix = "serviceaccounts.openshift.io/oauth-redirectreference." )
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountOAuthClientGetter ¶
func NewServiceAccountOAuthClientGetter( saClient kcoreclient.ServiceAccountsGetter, secretClient kcoreclient.SecretsGetter, eventClient corev1.EventInterface, routeClient routeclient.RoutesGetter, delegate oauthclient.Getter, grantMethod oauthapi.GrantHandlerType, ) oauthclient.Getter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.