extenders

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

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

type ListSecretsExtender struct {
	ctrl.Operation[*datamodel.Extender, datamodel.Extender]
}

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.

func (*ListSecretsExtender) Run

Run returns secrets values for the specified Extender resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL