Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationPurposeKey is the annotation key for the purpose AnnotationPurposeKey = "cert.gardener.cloud/purpose" // AnnotationPurposeValueManaged is the managed value for the purpose annotation AnnotationPurposeValueManaged = "managed" // DeprecatedLabelNamePurpose is the label key for the purpose DeprecatedLabelNamePurpose = "garden.sapcloud.io/purpose" // DeprecatedLabelValueManaged is the managed value for the purpose label DeprecatedLabelValueManaged = "managed-cert" )
Variables ¶
This section is empty.
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, obj resources.Object, current *source.CertCurrentState) (*source.CertsInfo, error)
GetCertsInfo returns CertsInfo for the given object
Click to show internal directories.
Click to hide internal directories.