approverequest

package
v0.0.0-...-dc5cab6 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewController

func NewController(
	ctx context.Context,
	cmw configmap.Watcher,
) *controller.Impl

NewController creates a Reconciler and returns the result of NewImpl.

Types

type Reconciler

type Reconciler struct {
	// Tracker builds an index of what resources are watching other resources
	// so that we can immediately react to changes tracked resources.
	Tracker tracker.Interface
	// contains filtered or unexported fields
}

Reconciler implements addressableservicereconciler.Interface for AddressableService resources.

func (*Reconciler) FinalizeKind

func (*Reconciler) ReconcileKind

ReconcileKind implements Interface.ReconcileKind.

type RequestApprove

type RequestApprove struct {
	ApproveTemplate string
	Requests        []RequestPlain
}

type RequestPlain

type RequestPlain struct {
	RequestName      string
	RequestTimestamp string
	Approved         bool
	ApproveTimestamp string
}

type WebServer

type WebServer struct {
	// contains filtered or unexported fields
}

func (*WebServer) Start

func (ws *WebServer) Start(context context.Context) error

Jump to

Keyboard shortcuts

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