Documentation ¶
Index ¶
- Constants
- type GatewayController
- func (c *GatewayController) CreateCertificate(ctx context.Context, gateway *networkingv1beta1.Gateway, ...) error
- func (c *GatewayController) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
- func (c *GatewayController) SetupWithManager(ctx context.Context, mgr manager.Manager) error
- func (c *GatewayController) UpdateCertificate(ctx context.Context, cert *v1certmanager.Certificate, ...) error
- type OptionsFunc
Constants ¶
View Source
const (
FieldManager = "isto-cert-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayController ¶
type GatewayController struct {
// contains filtered or unexported fields
}
func NewGatewayController ¶
func NewGatewayController(istioClient istioversionedclient.Interface, certClient certmanagerclient.Interface, opts ...OptionsFunc) *GatewayController
func (*GatewayController) CreateCertificate ¶
func (c *GatewayController) CreateCertificate(ctx context.Context, gateway *networkingv1beta1.Gateway, server *v1beta1.Server) error
func (*GatewayController) SetupWithManager ¶
func (*GatewayController) UpdateCertificate ¶
func (c *GatewayController) UpdateCertificate(ctx context.Context, cert *v1certmanager.Certificate, gateway *networkingv1beta1.Gateway, server *v1beta1.Server) error
type OptionsFunc ¶
type OptionsFunc func(*GatewayController)
func WithCertificateNamespace ¶
func WithCertificateNamespace(namespace string) OptionsFunc
func WithDefaultClusterIssuer ¶
func WithDefaultClusterIssuer(issuer string) OptionsFunc
func WithDryRun ¶
func WithDryRun(dryrun bool) OptionsFunc
func WithGatewayLookupCache ¶ added in v0.3.0
func WithGatewayLookupCache(glc *cache.GatewayLookupCache) OptionsFunc
func WithHTTPSolverLabel ¶ added in v0.3.1
func WithHTTPSolverLabel(l string) OptionsFunc
Click to show internal directories.
Click to hide internal directories.