Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonService ¶
type CommonService struct{}
func NewCommonService ¶
func NewCommonService() *CommonService
func (*CommonService) GetImages ¶
func (this *CommonService) GetImages(dep v1.Deployment) string
type DeploymentService ¶
type DeploymentService struct { Common *CommonService `inject:"-"` DepMap *maps.DeploymentMap `inject:"-"` //数据层 }
func Deployment ¶
func Deployment() *DeploymentService
func (*DeploymentService) List ¶
func (this *DeploymentService) List(ns string) ([]*model.Deployment, error)
type PodService ¶
func Pod ¶
func Pod() *PodService
func (*PodService) ListByNs ¶
func (this *PodService) ListByNs(ns string) interface{}
Click to show internal directories.
Click to hide internal directories.