Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectLifCycleAPI ¶
CollectLifCycleAPI collect api info deprecation / removal and replacement info as implemented by designated APIs
Types ¶
type AstData ¶
type AstData struct {
// contains filtered or unexported fields
}
AstData store k8s source ast data
type AstObjComments ¶
type AstReader ¶
type AstReader struct { }
AstReader read k8s source file and parse it
func (AstReader) AnalyzeComments ¶
func (ar AstReader) AnalyzeComments(data string) ([]AstObjComments, error)
AnalyzeComments scan k8s types source file parse it generation comments and return Kind , deprecate,removed and replacements versions
Click to show internal directories.
Click to hide internal directories.