Interface KubernetesJwtSupplier

All Superinterfaces:
CredentialSupplier, Supplier<String>
All Known Implementing Classes:
KubernetesServiceAccountTokenFile
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface KubernetesJwtSupplier extends CredentialSupplier
Interface to obtain a Kubernetes Service Account Token for Kubernetes authentication. Implementations are used by KubernetesAuthentication.
Since:
2.0
Author:
Michal Budzyn, Mark Paluch
See Also: