Documentation
¶
Index ¶
Constants ¶
View Source
const ( Organization = "knative.dev" //nolint:staticcheck LegacyFakeDnsName = "data-plane." + Organization //nolint:staticcheck // Deprecated: FakeDnsName is deprecated. // Please use the DataPlaneRoutingSAN for calls to the Activator // and the DataPlaneUserSAN function for calls to a Knative-Service via Queue-Proxy. FakeDnsName = LegacyFakeDnsName DataPlaneRoutingSAN = "kn-routing" // These keys are meant to line up with cert-manager, see // https://cert-manager.io/docs/usage/certificate/#additional-certificate-output-formats CaCertName = "ca.crt" CertName = "tls.crt" PrivateKeyName = "tls.key" )
Variables ¶
This section is empty.
Functions ¶
func DataPlaneUserSAN ¶
DataPlaneUserSAN constructs a SAN for a data-plane-user certificate in the target namespace of a Knative Service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.