Documentation
¶
Overview ¶
Package stage stores controller state and persists it in a ConfigMap.
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 {
Delete(ctx context.Context, id types.Id)
Get(id types.Id) (Entry, error)
Insert(ctx context.Context, id types.Id, sslCertificateName string)
List() map[types.Id]Entry
SetExcludedFromSLO(ctx context.Context, id types.Id) error
SetSoftDeleted(ctx context.Context, id types.Id, value bool) error
SetSslCertificateBindingReported(ctx context.Context, id types.Id) error
SetSslCertificateCreationReported(ctx context.Context, id types.Id) error
}
Click to show internal directories.
Click to hide internal directories.