Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetWatcherServingCert(ctx context.Context) (*certmanagerv1.Certificate, error) GetGatewaySecret(ctx context.Context) (*apicorev1.Secret, error) CreateGatewaySecret(ctx context.Context, secret *apicorev1.Secret) error UpdateGatewaySecret(ctx context.Context, secret *apicorev1.Secret) error }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewGatewaySecretHandler ¶
func NewGatewaySecretHandler(client Client, timeParserFunc TimeParserFunc) *Handler
Click to show internal directories.
Click to hide internal directories.