Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier struct {
ApplyCalls int
ApplyInputs []ApplierInputs
ApplyOutputs []ApplierOutputs
ApplyClient client.Client
}
Applier fakes applier.Applier.
This is not in github.com/GoogleContainerTools/config-sync/pkg/testing/fake because that would cause a import loop (applier -> fake -> applier).
type ApplierInputs ¶
ApplierInputs stores inputs for fake.Applier.Apply()
type ApplierOutputs ¶
type ApplierOutputs struct {
Errors []status.Error
ObjectStatusMap applier.ObjectStatusMap
SyncStats *stats.SyncStats
}
ApplierOutputs stores outputs for fake.Applier.Apply()
Click to show internal directories.
Click to hide internal directories.