notarysigner

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VolumeName           = "config"
	ConfigPath           = "/etc/notary-signer"
	HTTPSVolumeName      = "certificates"
	HTTPSCertificatePath = ConfigPath + "/certificates"
)
View Source
const (
	DefaultRequeueWait            = 2 * time.Second
	DefaultConfigTemplateFileName = "notarysigner-config.json.tmpl"
)
View Source
const ConfigName = "signer.json"
View Source
const (
	PublicPort = 80
)

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)

Types

type Reconciler

type Reconciler struct {
	*commonCtrl.Controller
}

Reconciler reconciles a NotarySigner object.

func (*Reconciler) AddResources

func (r *Reconciler) AddResources(ctx context.Context, resource resources.Resource) error

func (*Reconciler) GetConfigMap

func (r *Reconciler) GetConfigMap(ctx context.Context, notary *goharborv1.NotarySigner) (*corev1.ConfigMap, error)

func (*Reconciler) GetDeployment

func (r *Reconciler) GetDeployment(ctx context.Context, notary *goharborv1.NotarySigner) (*appsv1.Deployment, error)

func (*Reconciler) GetService

func (r *Reconciler) GetService(ctx context.Context, notary *goharborv1.NotarySigner) (*corev1.Service, error)

func (*Reconciler) NewEmpty

func (r *Reconciler) NewEmpty(_ context.Context) resources.Resource

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error

func (*Reconciler) Template added in v1.0.1

func (r *Reconciler) Template(ctx context.Context) (*template.ConfigTemplate, error)

Jump to

Keyboard shortcuts

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