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)
}
Click to show internal directories.
Click to hide internal directories.