Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomFunctionWrapper ¶
func CustomFunctionWrapper(args ...interface{}) (interface{}, error)
CustomFunctionWrapper wraps keyMatchCustomFunction
Types ¶
type Config ¶
type Config struct { ServerName string OIDCExternalAddress string GenericAPIServerConfig *genericapiserver.Config StorageFactory *serverstorage.DefaultStorageFactory DexConfig *dexserver.Config DexStorage dexstorage.Storage CasbinEnforcer *casbin.SyncedEnforcer TokenAuthn *authenticator.TokenAuthenticator APIKeyAuthn *authenticator.APIKeyAuthenticator Authorizer authorizer.Authorizer CasbinReloadInterval time.Duration PrivilegedUsername string }
Config is the running configuration structure of the TKE controller manager.
Click to show internal directories.
Click to hide internal directories.