Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const FutureGroupName + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_api_ClusterRoleScopeRestriction(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthAccessToken(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthAccessTokenList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthAuthorizeToken(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthAuthorizeTokenList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthClient(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthClientAuthorization(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthClientAuthorizationList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthClientList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_OAuthRedirectReference(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_RedirectReference(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_api_ScopeRestriction(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func OAuthAccessTokenToSelectableFields(obj *OAuthAccessToken) fields.Set + func OAuthAuthorizeTokenToSelectableFields(obj *OAuthAuthorizeToken) fields.Set + func OAuthClientAuthorizationToSelectableFields(obj *OAuthClientAuthorization) fields.Set + func OAuthClientToSelectableFields(obj *OAuthClient) fields.Set + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type ClusterRoleScopeRestriction struct + AllowEscalation bool + Namespaces []string + RoleNames []string + type GrantHandlerType string + const GrantHandlerAuto + const GrantHandlerDeny + const GrantHandlerPrompt + type OAuthAccessToken struct + AuthorizeToken string + ClientName string + ExpiresIn int64 + RedirectURI string + RefreshToken string + Scopes []string + UserName string + UserUID string + func (obj *OAuthAccessToken) GetObjectKind() unversioned.ObjectKind + type OAuthAccessTokenList struct + Items []OAuthAccessToken + func (obj *OAuthAccessTokenList) GetObjectKind() unversioned.ObjectKind + type OAuthAuthorizeToken struct + ClientName string + CodeChallenge string + CodeChallengeMethod string + ExpiresIn int64 + RedirectURI string + Scopes []string + State string + UserName string + UserUID string + func (obj *OAuthAuthorizeToken) GetObjectKind() unversioned.ObjectKind + type OAuthAuthorizeTokenList struct + Items []OAuthAuthorizeToken + func (obj *OAuthAuthorizeTokenList) GetObjectKind() unversioned.ObjectKind + type OAuthClient struct + AdditionalSecrets []string + GrantMethod GrantHandlerType + RedirectURIs []string + RespondWithChallenges bool + ScopeRestrictions []ScopeRestriction + Secret string + func (obj *OAuthClient) GetObjectKind() unversioned.ObjectKind + type OAuthClientAuthorization struct + ClientName string + Scopes []string + UserName string + UserUID string + func (obj *OAuthClientAuthorization) GetObjectKind() unversioned.ObjectKind + type OAuthClientAuthorizationList struct + Items []OAuthClientAuthorization + func (obj *OAuthClientAuthorizationList) GetObjectKind() unversioned.ObjectKind + type OAuthClientList struct + Items []OAuthClient + func (obj *OAuthClientList) GetObjectKind() unversioned.ObjectKind + type OAuthRedirectReference struct + Reference RedirectReference + func (obj *OAuthRedirectReference) GetObjectKind() unversioned.ObjectKind + type RedirectReference struct + Group string + Kind string + Name string + type ScopeRestriction struct + ClusterRole *ClusterRoleScopeRestriction + ExactValues []string v1.5.0-alpha.1 Dec 29, 2016