Documentation
¶
Index ¶
Constants ¶
View Source
const ( AnnotationPurposeKey = "cert.gardener.cloud/purpose" AnnotationPurposeValueManaged = "managed" DeprecatedLabelNamePurpose = "garden.sapcloud.io/purpose" DeprecatedLabelValueManaged = "managed-cert" )
Variables ¶
View Source
var MainResource = resources.NewGroupKind("extensions", "Ingress")
Functions ¶
func NewIngressSource ¶
func NewIngressSource(_ controller.Interface) (source.CertSource, error)
Types ¶
type IngressSource ¶
type IngressSource struct {
source.DefaultCertSource
}
func (*IngressSource) GetCertsInfo ¶
func (this *IngressSource) GetCertsInfo(logger logger.LogContext, obj resources.Object, current *source.CertCurrentState) (*source.CertsInfo, error)
Click to show internal directories.
Click to hide internal directories.