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.
Click to show internal directories.
Click to hide internal directories.