analyzer

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Doc = `find kubernetes api deprecation/removal in target version.
-targetVersion must be set to run the check.`
View Source
const KubeAPIImportPrefix = "k8s.io/api/"
View Source
const KubeCoreAPIPrefix = "core/"

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:             "k8sdepr",
	Doc:              Doc,
	Run:              run,
	RunDespiteErrors: true,
	Requires:         []*analysis.Analyzer{inspect.Analyzer},
	FactTypes:        []analysis.Fact{new(foundFact)},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL