statusreaders

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 17 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDefaultStatusReader added in v0.31.0

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 added in v0.33.0

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 added in v0.31.0

type DelegatingStatusReader struct {
	StatusReaders []engine.StatusReader
}

func (*DelegatingStatusReader) ReadStatus added in v0.31.0

func (*DelegatingStatusReader) ReadStatusForObject added in v0.31.0

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

func (*DelegatingStatusReader) Supports added in v0.31.0

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

type StatusFunc added in v0.26.0

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