Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAgentToken ¶ added in v0.5.6
func CheckAgentToken(authInterface authclientv1.AuthenticationV1Interface, debug bool) gin.HandlerFunc
Types ¶
type StatusService ¶
type StatusService struct { StatusManager *statusmanager.StatusManager // contains filtered or unexported fields }
func NewStatusService ¶
func NewStatusService( addr string, port int, tlsPair *varmortls.PemPair, debug bool, coreInterface corev1.CoreV1Interface, appsInterface appsv1.AppsV1Interface, varmorInterface varmorinterface.CrdV1beta1Interface, authInterface authclientv1.AuthenticationV1Interface, statusUpdateCycle time.Duration, log logr.Logger) (*StatusService, error)
func (*StatusService) CleanUp ¶
func (s *StatusService) CleanUp()
func (*StatusService) Run ¶
func (s *StatusService) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.