package
Version:
v1.6.6
Opens a new window with list of versions in this module.
Published: Feb 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package k8s implements etcd k8s related commands.
NewCommand implements "eks-utils apis" command.
type ListResults struct {
Results []Result `json:"results"`
}
ListResults defines the "etcd-utils k8s list" results.
type Result struct {
Prefix string `json:"prefix"`
Kind string `json:"kind"`
APIVersion string `json:"api-version"`
Count int `json:"count"`
}
Result defines the "etcd-utils k8s list" result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.