Kazan v0.11.0 Kazan.Models.Apimachinery.Version.Info View Source

Info contains versioning information. how we’ll want to distribute that information.

OpenAPI Definition: io.k8s.apimachinery.pkg.version.Info

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Models.Apimachinery.Version.Info{
  build_date: String.t(),
  compiler: String.t(),
  git_commit: String.t(),
  git_tree_state: String.t(),
  git_version: String.t(),
  go_version: String.t(),
  major: String.t(),
  minor: String.t(),
  platform: String.t()
}