Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K9ServiceInfo ¶
type K9ServiceInfo struct {
// contains filtered or unexported fields
}
func NewK9ServiceInfo ¶
func NewK9ServiceInfo(ctx context.Context, k *kubernetes.Clientset, log *zap.Logger) *K9ServiceInfo
func (*K9ServiceInfo) GetAllNamespace ¶
func (p *K9ServiceInfo) GetAllNamespace() []string
func (*K9ServiceInfo) GetServiceInfoByNamespace ¶
func (p *K9ServiceInfo) GetServiceInfoByNamespace(namespace string) (*corev1.ServiceList, error)
type KubeServiceInfo ¶
type KubeServiceInfo struct {
// contains filtered or unexported fields
}
type KubeServiceInfoInterface ¶
type KubeServiceInfoInterface interface {
GetAllNamespace() []string
GetServiceInfoByNamespace(namespace string) (*corev1.ServiceList, error)
}
Click to show internal directories.
Click to hide internal directories.