Documentation
¶
Index ¶
- func DiscoverResourceName(client *discovery.DiscoveryClient, group, version, kind string) string
- func DownloadSwaggerFile(version, swaggerdir string, force bool) (filename string, err error)
- func ListDeprecated(config *rest.Config, KubeAPIs map[string]KubeAPI, showDescription bool)
- func PopulateKubeAPIMap(config *rest.Config, swaggerfile string) (KubeAPIs map[string]KubeAPI, err error)
- func WalkObjects(config *rest.Config, KubernetesAPIs map[string]KubeAPI)
- type KubeAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverResourceName ¶
func DiscoverResourceName(client *discovery.DiscoveryClient, group, version, kind string) string
DiscoverResourceName provides a Resource Name based in its Group, Version and Kind
func DownloadSwaggerFile ¶
DownloadSwaggerFile checks wether a swagger.json file needs to be downloaded and returns the file location to be used
func ListDeprecated ¶
ListDeprecated receives the Map of Deprecated API and List the existent Deprecated Objects in the Cluster
Types ¶
Click to show internal directories.
Click to hide internal directories.