Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Version ¶
type Version struct { // KustomizeVersion is a kustomize binary version. KustomizeVersion string `json:"kustomizeVersion"` // GitCommit is a git commit GitCommit string `json:"gitCommit"` // BuildDate is a build date of the binary. BuildDate string `json:"buildDate"` // GoOs holds OS name. GoOs string `json:"goOs"` // GoArch holds architecture name. GoArch string `json:"goArch"` }
Version represens kustomize version.
Click to show internal directories.
Click to hide internal directories.