speccheck

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpecCheck

type SpecCheck struct {
	Scheme *runtime.Scheme
	// Server fields cleanup
	Cleaner SpecCleaner
}

func (*SpecCheck) CompareActualVsSpec

func (sc *SpecCheck) CompareActualVsSpec(spec, actual runtime.Object) (*unstructured.Unstructured, bool, error)

type SpecCleaner

type SpecCleaner interface {
	Cleanup(spec, actual *unstructured.Unstructured) (updatedSpec *unstructured.Unstructured, err error)
}

Jump to

Keyboard shortcuts

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