static

package
v0.2.1-rc.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:validation:Optional

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InvokeStaticServiceDiscovery

func InvokeStaticServiceDiscovery(in FxIn) error

InvokeStaticServiceDiscovery causes statically configured services to be uploaded to the tracker.

Types

type EntityConfig

type EntityConfig struct {
	// IP address of the entity.
	IPAddress string `json:"ip_address" validate:"required,ip"`
	// UID of the entity.
	UID string `json:"uid"`
	// Name of the entity.
	Name string `json:"name"`
}

EntityConfig describes a single entity. swagger:model +kubebuilder:object:generate=true

func (*EntityConfig) DeepCopy added in v0.1.2

func (in *EntityConfig) DeepCopy() *EntityConfig

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EntityConfig.

func (*EntityConfig) DeepCopyInto added in v0.1.2

func (in *EntityConfig) DeepCopyInto(out *EntityConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FxIn

type FxIn struct {
	fx.In
	Unmarshaller   config.Unmarshaller
	Lifecycle      fx.Lifecycle
	EntityTrackers notifiers.Trackers `name:"entity_trackers"`
}

FxIn describes parameters passed to k8s discovery constructor.

type ServiceConfig

type ServiceConfig struct {
	// Name of the service.
	Name string `json:"name" validate:"required"`
	// Entities of the service.
	Entities []*EntityConfig `json:"entities"`
}

ServiceConfig describes a service and its entities. swagger:model +kubebuilder:object:generate=true

func (*ServiceConfig) DeepCopy added in v0.1.2

func (in *ServiceConfig) DeepCopy() *ServiceConfig

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceConfig.

func (*ServiceConfig) DeepCopyInto added in v0.1.2

func (in *ServiceConfig) DeepCopyInto(out *ServiceConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StaticDiscovery

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

StaticDiscovery reads entities from config and writes them to tracker.

type StaticDiscoveryConfig

type StaticDiscoveryConfig struct {
	// Services list.
	Services []*ServiceConfig `json:"services"`
}

StaticDiscoveryConfig for pre-determined list of services. swagger:model +kubebuilder:object:generate=true

func (*StaticDiscoveryConfig) DeepCopy added in v0.1.2

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StaticDiscoveryConfig.

func (*StaticDiscoveryConfig) DeepCopyInto added in v0.1.2

func (in *StaticDiscoveryConfig) DeepCopyInto(out *StaticDiscoveryConfig)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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