sync

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Package sync contains logic for synchronizing Ingress and ManagedCertificate resources with user intent.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface added in v1.0.0

type Interface interface {
	// ManagedCertificate synchronizes ManagedCertificate resources
	// with user intent.
	ManagedCertificate(ctx context.Context, id types.Id) error
	// Ingress synchronizes ManagedCertificate resources
	// with user intent.
	Ingress(ctx context.Context, id types.Id) error
}

Interface provides operations for synchronizing resources with user intent.

func New

Jump to

Keyboard shortcuts

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