Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { }
Log - this struct abstracts the logging libraries into single interface.
type NMIResponse ¶
type NMIResponse struct { Token msiResponse `json:"token"` ClientID string `json:"clientid"` }
NMIResponse is the response returned to caller
type Server ¶
type Server struct { KubeClient k8s.Client NMIPort string MetadataIP string MetadataPort string HostIP string NodeName string IPTableUpdateTimeIntervalInSeconds int IsNamespaced bool MICNamespace string Initialized bool ListPodIDsRetryAttemptsForCreated int ListPodIDsRetryAttemptsForAssigned int ListPodIDsRetryIntervalInSeconds int }
Server encapsulates all of the parameters necessary for starting up the server. These can be set via command line.
Click to show internal directories.
Click to hide internal directories.