View Source K8s.Conn.Auth.Certificate (k8s v2.6.0)

Certificate based cluster authentication.

Summary

Types

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