package
Version:
v0.0.0-...-9cf51b1
Opens a new window with list of versions in this module.
Published: Oct 26, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type KubectlItem struct {
Kind string `json:"kind"`
Metadata struct {
Selflink string `json:"selflink"`
UID string `json:"uid"`
} `json:"metadata"`
}
type KubectlResponse struct {
Items []KubectlItem `json:"items"`
Kind string `json:"kind"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.