Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
genericclioptions.ClientConfig
genericclioptions.InClusterReflection
ServiceName string
CPUCount int
ExternalSeeds []string
NodesBroadcastAddressTypeString string
ClientsBroadcastAddressTypeString string
// contains filtered or unexported fields
}
func NewOptions ¶
func NewOptions(streams genericclioptions.IOStreams) *Options
type StatusReporter ¶
type StatusReporter struct {
// contains filtered or unexported fields
}
func NewStatusReporter ¶
func NewStatusReporter( namespace string, podName string, interval time.Duration, kubeClient kubernetes.Interface, podInformer corev1informers.PodInformer, ) (*StatusReporter, error)
func (*StatusReporter) Run ¶
func (sr *StatusReporter) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.