K8s.Conn.Auth.Certificate (k8s v2.7.0)

View Source

Certificate based cluster authentication.

Summary

Types

t()

@type t() :: %K8s.Conn.Auth.Certificate{
  cert_path: String.t(),
  certificate: binary(),
  key: binary(),
  key_path: String.t()
}