service

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

type PodService struct {
	PodMap *maps.PodMap `inject:"-"`
}

func Pod

func Pod() *PodService

func (*PodService) ListByNs

func (this *PodService) ListByNs(ns string) interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL