statusreaders

package
v0.36.0-flux.8 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDefaultStatusReader

func NewDefaultStatusReader(mapper meta.RESTMapper) engine.StatusReader

NewDefaultStatusReader returns a DelegatingStatusReader that wraps a list of statusreaders to cover all built-in Kubernetes resources and other CRDs that follow known status conventions.

func NewDeploymentResourceReader

func NewDeploymentResourceReader(mapper meta.RESTMapper, rsStatusReader resourceTypeStatusReader) engine.StatusReader

func NewGenericStatusReader

func NewGenericStatusReader(mapper meta.RESTMapper, statusFunc StatusFunc) engine.StatusReader

func NewReplicaSetStatusReader

func NewReplicaSetStatusReader(mapper meta.RESTMapper, podStatusReader resourceTypeStatusReader) engine.StatusReader

func NewStatefulSetResourceReader

func NewStatefulSetResourceReader(mapper meta.RESTMapper, podResourceReader resourceTypeStatusReader) engine.StatusReader

func NewStatusReader

func NewStatusReader(mapper meta.RESTMapper, statusReaders ...engine.StatusReader) engine.StatusReader

NewStatusReader returns a DelegatingStatusReader that includes the statusreaders for the build-in Kubernetes resources and also any provided custom status readers.

Types

type DelegatingStatusReader

type DelegatingStatusReader struct {
	StatusReaders []engine.StatusReader
}

func (*DelegatingStatusReader) ReadStatus

func (*DelegatingStatusReader) ReadStatusForObject

func (dsr *DelegatingStatusReader) ReadStatusForObject(
	ctx context.Context,
	reader engine.ClusterReader,
	obj *unstructured.Unstructured,
) (*event.ResourceStatus, error)

func (*DelegatingStatusReader) Supports

func (dsr *DelegatingStatusReader) Supports(gk schema.GroupKind) bool

type StatusFunc

type StatusFunc func(u *unstructured.Unstructured) (*status.Result, error)

StatusFunc returns the status of the given object. This func is passed into NewGenericStatusReader so that the returned StatusReader can be used for custom types. An example of a StatusFunc is status.Compute.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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