Documentation ¶
Index ¶
- func ObserveAccessTokenInactivityTimeout(genericlisters configobserver.Listers, recorder events.Recorder, ...) (ret map[string]interface{}, errs []error)
- func ObserveAccessTokenMaxAgeSeconds(genericlisters configobserver.Listers, recorder events.Recorder, ...) (ret map[string]interface{}, errs []error)
- type OAuthLister
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObserveAccessTokenInactivityTimeout ¶
func ObserveAccessTokenInactivityTimeout(genericlisters configobserver.Listers, recorder events.Recorder, existingConfig map[string]interface{}) (ret map[string]interface{}, errs []error)
ObserveAccessTokenInactivityTimeout returns an unstructured fragment of KubeAPIServerConfig that has access token inactivity timeout, if there is a valid value for it in OAuth cluster config.
func ObserveAccessTokenMaxAgeSeconds ¶
func ObserveAccessTokenMaxAgeSeconds(genericlisters configobserver.Listers, recorder events.Recorder, existingConfig map[string]interface{}) (ret map[string]interface{}, errs []error)
ObserveAccessTokenMaxAgeSeconds returns an unstructured fragment of KubeAPIServerConfig that changes the default value for access token max age, if there is a valid value for it in OAuth cluster config.
Types ¶
type OAuthLister ¶
type OAuthLister interface {
OAuthLister() configlistersv1.OAuthLister
}
OAuthLister lists OAuth information
Click to show internal directories.
Click to hide internal directories.