Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsDiff ¶
type FsDiff struct { DeletedFolders []string ChangedFolders []string Error error // contains filtered or unexported fields }
func NewFsDiffTester ¶
func NewFsDiffTester(check *checksdb.Check, client clientsholder.Command, ctxt clientsholder.Context, ocpVersion string) *FsDiff
func (*FsDiff) GetResults ¶
type FsDiffFuncs ¶
type FsDiffFuncs interface { RunTest(ctx clientsholder.Context, containerUID string) GetResults() int }
Click to show internal directories.
Click to hide internal directories.