Documentation ¶
Index ¶
- Variables
- func FileTempEdit(prefix, suffix string, input string) (string, error)
- func ListerTable(res *modulebase.ListResult, printer k8s.ListPrinter, s *mcclient.ClientSession) *uitable.Table
- func NewK8sJointCmd(manager modulebase.JointManager) *shell.JointCmd
- func PrintListResultTable(res *modulebase.ListResult, printer k8s.ListPrinter, s *mcclient.ClientSession)
- type K8sResourceCmd
- type RawOpt
Constants ¶
This section is empty.
Variables ¶
View Source
var (
R = shell.R
)
Functions ¶
func ListerTable ¶
func ListerTable(res *modulebase.ListResult, printer k8s.ListPrinter, s *mcclient.ClientSession) *uitable.Table
func NewK8sJointCmd ¶
func NewK8sJointCmd(manager modulebase.JointManager) *shell.JointCmd
func PrintListResultTable ¶
func PrintListResultTable(res *modulebase.ListResult, printer k8s.ListPrinter, s *mcclient.ClientSession)
Types ¶
type K8sResourceCmd ¶
type K8sResourceCmd struct { *shell.ResourceCmd // contains filtered or unexported fields }
func NewK8sResourceCmd ¶
func NewK8sResourceCmd(manager modulebase.IBaseManager) *K8sResourceCmd
func (*K8sResourceCmd) EditRaw ¶
func (cmd *K8sResourceCmd) EditRaw(opt shell.IGetOpt) *K8sResourceCmd
func (*K8sResourceCmd) GetClusterResManager ¶
func (cmd *K8sResourceCmd) GetClusterResManager() k8s.IClusterResourceManager
func (*K8sResourceCmd) ShowEvent ¶
func (cmd *K8sResourceCmd) ShowEvent() *K8sResourceCmd
func (*K8sResourceCmd) ShowRaw ¶
func (cmd *K8sResourceCmd) ShowRaw(args shell.IGetOpt) *K8sResourceCmd
Source Files ¶
- app.go
- certs.go
- charts.go
- clusters.go
- configmap.go
- cronjob.go
- daemonset.go
- deployment.go
- doc.go
- event.go
- fed_clusterrole.go
- fed_clusterrole_cluster.go
- fed_clusterrolebinding.go
- fed_helper.go
- fed_namespace.go
- fed_namespace_cluster.go
- fed_role.go
- fed_role_cluster.go
- fed_rolebinding.go
- helper.go
- ingress.go
- job.go
- k8s.go
- list.go
- machines.go
- namespace.go
- nodes.go
- pods.go
- pv.go
- pvc.go
- raw.go
- rbac.go
- releases.go
- repos.go
- role.go
- secret.go
- service.go
- statefulset.go
- storageclass.go
- tiller.go
Click to show internal directories.
Click to hide internal directories.