Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MainResource = resources.NewGroupKind("networking.k8s.io", "Ingress")
MainResource is the GroupKind for the ingress resource.
Functions ¶
func NewIngressSource ¶
func NewIngressSource(_ controller.Interface) (source.CertSource, error)
NewIngressSource creates a CertSource
Types ¶
type CIngressSource ¶ added in v0.2.10
type CIngressSource struct {
source.DefaultCertSource
}
CIngressSource is the ingress CertSource
func (*CIngressSource) GetCertsInfo ¶ added in v0.2.10
func (s *CIngressSource) GetCertsInfo(logger logger.LogContext, objData resources.ObjectData) (*source.CertsInfo, error)
GetCertsInfo returns CertsInfo for the given object
Click to show internal directories.
Click to hide internal directories.