Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDeprecations ¶ added in v1.1.0
func GetDeprecations(d Deprecator) (result results.Result, err error)
GetDeprecations returns the results of the comparison between the Input and the APIs
Types ¶
type Deprecator ¶ added in v1.1.0
type Deprecator interface {
GetDeprecations() (deprecated []results.ResultItem, deleted []results.ResultItem, err error)
}
Deprecator implements an interface for reading some sort of Input and comparing against the map of Kubernetes APIs to check if there's some Deprecated or Deleted
Directories
¶
Path | Synopsis |
---|---|
input
|
|
file
Package fileinput contains the methods used to get Deprecated objects from an Input File
|
Package fileinput contains the methods used to get Deprecated objects from an Input File |
k8s
Package k8sinput contains the methods used to get Deprecated objects from a Kubernetes Cluster
|
Package k8sinput contains the methods used to get Deprecated objects from a Kubernetes Cluster |
Click to show internal directories.
Click to hide internal directories.