Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KapingerHTTPClient ¶
type KapingerHTTPClient struct {
// contains filtered or unexported fields
}
func NewKapingerHTTPClient ¶
func NewKapingerHTTPClient(clientset *kubernetes.Clientset, labelselector string, httpPort int) (*KapingerHTTPClient, error)
func (*KapingerHTTPClient) MakeRequest ¶
func (k *KapingerHTTPClient) MakeRequest() error
type TargetType ¶
type TargetType string
const ( Service TargetType = "service" Pod TargetType = "pod" )
Click to show internal directories.
Click to hide internal directories.