Documentation
¶
Index ¶
- type GatewaySecretRotationClient
- func (c *GatewaySecretRotationClient) CreateGatewaySecret(ctx context.Context, gatewaySecret *apicorev1.Secret) error
- func (c *GatewaySecretRotationClient) GetGatewaySecret(ctx context.Context) (*apicorev1.Secret, error)
- func (c *GatewaySecretRotationClient) GetWatcherServingCert(ctx context.Context) (*certmanagerv1.Certificate, error)
- func (c *GatewaySecretRotationClient) UpdateGatewaySecret(ctx context.Context, gatewaySecret *apicorev1.Secret) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewaySecretRotationClient ¶
type GatewaySecretRotationClient struct {
// contains filtered or unexported fields
}
func NewGatewaySecretRotationClient ¶
func NewGatewaySecretRotationClient(config *rest.Config) *GatewaySecretRotationClient
func (*GatewaySecretRotationClient) CreateGatewaySecret ¶
func (*GatewaySecretRotationClient) GetGatewaySecret ¶
func (*GatewaySecretRotationClient) GetWatcherServingCert ¶
func (c *GatewaySecretRotationClient) GetWatcherServingCert(ctx context.Context) (*certmanagerv1.Certificate, error)
func (*GatewaySecretRotationClient) UpdateGatewaySecret ¶
Click to show internal directories.
Click to hide internal directories.