Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "ckube",
Short: "Concurrent Kubectl",
Long: `A CLI to simplify working with kubectl.`,
}
Functions ¶
Types ¶
type DeploymentInfo ¶ added in v0.4.0
type DeploymentInfo struct { Name string Desired int32 Current int32 Updated int32 Available int32 LastDeployed util.Age }
func (DeploymentInfo) Print ¶ added in v0.4.0
func (d DeploymentInfo) Print() string
type PodDetails ¶ added in v0.2.1
func NewPodDetails ¶ added in v0.2.1
func NewPodDetails(pod v1.Pod) PodDetails
type PodStatus ¶
type PodStatus struct {
// contains filtered or unexported fields
}
func NewPodStatus ¶
type ServiceInfo ¶ added in v0.2.1
type ServiceInfo struct { Service v1.Service PodDetails []PodDetails }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.