Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDeprecations ¶
CheckDeprecations is the main function used to check the overall deprecation status.
Types ¶
type Version ¶
type Version struct { // APIVersion is the name of the API version used by specific kind. APIVersion string `json:"version" yaml:"version"` // Kind is the Object type such as "Deployment" or "Ingress" Kind string `json:"kind" yaml:"kind"` // Kubernetes version in which the API version is deprecated in DeprecatedInVersion string `json:"deprecatedInVersion" yaml:"deprecatedInVersion"` // Kubernetes version in which the API version is removed in RemovedInVersion string `json:"removedInVersion" yaml:"removedInVersion"` // ReplacementAPI is the new supported API version ReplacementAPI string `json:"replacementApi" yaml:"replacementApi"` }
Version describes the deprecated API version for different kinds
Click to show internal directories.
Click to hide internal directories.