versionchecker

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// the version checker dg will also gather pods and so has the same options
	// as the dynamic datagatherer
	Dynamic                     k8s.ConfigDynamic
	VersionCheckerClientOptions vcclient.Options
	// Currently unused, but keeping to allow future config of VersionChecker
	VersionCheckerCheckerOptions vcapi.Options
}

Config is the configuration for a VersionChecker DataGatherer.

func (*Config) NewDataGatherer

func (c *Config) NewDataGatherer(ctx context.Context) (datagatherer.DataGatherer, error)

NewDataGatherer creates a new VersionChecker DataGatherer

func (*Config) UnmarshalYAML

func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML unmarshals the ConfigDynamic resolving GroupVersionResource.

type DataGatherer

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

DataGatherer is a VersionChecker DataGatherer

func (*DataGatherer) Fetch

func (g *DataGatherer) Fetch() (interface{}, error)

Fetch retrieves cluster information from GKE.

type PodResult

type PodResult struct {
	Pod     v1.Pod            `json:"pod"`
	Results []containerResult `json:"results"`
}

PodResult wraps a pod and a version checker result for an image found in one of the containers for that pod. Exported so the backend can destructure json.

Jump to

Keyboard shortcuts

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