facts

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FactCollector

type FactCollector struct {
	Client *kubernetes.Clientset

	OAuthRouteNamespace string
	OAuthRouteName      string

	AdditionalFactsConfigMapNamespace string
	AdditionalFactsConfigMapName      string
}

func (FactCollector) FetchDynamicFacts

func (col FactCollector) FetchDynamicFacts(ctx context.Context) (*api.DynamicClusterFacts, error)

type OpenshiftRoute

type OpenshiftRoute struct {
	Spec struct {
		Host string
	}
}

type OpenshiftVersion

type OpenshiftVersion struct {
	Status OpenshiftVersionStatus
}

type OpenshiftVersionDesired

type OpenshiftVersionDesired struct {
	Version string
}

type OpenshiftVersionHistory

type OpenshiftVersionHistory struct {
	State          string
	Verified       bool
	Version        string
	CompletionTime time.Time
}

type OpenshiftVersionStatus

type OpenshiftVersionStatus struct {
	Desired OpenshiftVersionDesired
	History []OpenshiftVersionHistory
}

type SemanticVersion

type SemanticVersion struct {
	Major string
	Minor string
	Patch string
}

Jump to

Keyboard shortcuts

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