Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { GetNamespaceList() (*response.GetNamespaceListResponse, error) GetNamespaceInfo(req *request.GetNamespaceInfoRequest) (*response.GetNamespaceInfoResponse, error) GetPodList(req *request.GetPodListRequest) (*response.GetPodListResponse, error) GetPodInfo(req *request.GetPodInfoRequest) (*response.GetPodInfoResponse, error) }
func New ¶
func New(k8sRepo kubernetes.Repo) Service
Click to show internal directories.
Click to hide internal directories.