flannel

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Description describes which functionality this health check implements.
	Description = "Ensure network interface is present and has proper network configuration."
	// Name is the identifier of the health check. This can be used for emitting
	// metrics.
	Name = "interfaceHealthz"
)

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

type Config

type Config struct {
	// Dependencies.
	Name   string
	IP     string
	Logger micrologger.Logger
}

Config represents the configuration used to create a healthz service.

func DefaultConfig

func DefaultConfig() Config

DefaultConfig provides a default configuration to create a new healthz service by best effort.

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service implements the healthz service interface.

func New

func New(config Config) (*Service, error)

New creates a new configured healthz service.

func (*Service) GetHealthz

func (s *Service) GetHealthz(ctx context.Context) (healthz.Response, error)

GetHealthz implements the health check for network interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL