Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperationListSecret is a user defined operation names. OperationListSecrets = "LISTSECRETS" // ResourceTypeName is the name of the extenders resource type. ResourceTypeName = "Applications.Core/extenders" // AsyncCreateOrUpdateExtenderTimeout is the timeout for async create or update extender. AsyncCreateOrUpdateExtenderTimeout = time.Duration(60) * time.Minute // AsyncDeleteExtenderTimeout is the timeout for async delete extender. AsyncDeleteExtenderTimeout = time.Duration(30) * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func NewListSecretsExtender ¶
func NewListSecretsExtender(opts ctrl.Options) (ctrl.Controller, error)
NewListSecretsExtender creates a new instance of ListSecretsExtender.
Types ¶
type ListSecretsExtender ¶
ListSecretsExtender is the controller implementation to list secrets for the extender to access the connected extender resource with the resource id passed in the request body.
Click to show internal directories.
Click to hide internal directories.