Add possibility to set a protocol

This commit is contained in:
Manuel Zapf 2018-07-31 17:12:03 +02:00 committed by Traefiker Bot
parent 402f7011d4
commit 09b489a614
4 changed files with 110 additions and 1 deletions

View file

@ -63,6 +63,7 @@ const (
annotationKubernetesPublicKey = "ingress.kubernetes.io/public-key"
annotationKubernetesReferrerPolicy = "ingress.kubernetes.io/referrer-policy"
annotationKubernetesIsDevelopment = "ingress.kubernetes.io/is-development"
annotationKubernetesProtocol = "ingress.kubernetes.io/protocol"
)
// TODO [breaking] remove label support