Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FakeConfig is used purely for testing. FakeConfig = config.Schema{ Type: "fake-config", Plural: "fake-configs", MessageName: "proto.FakeConfig", AdditionalValidate: func(msg proto.Message) error { if msg.(*testproto.FakeConfig).Key == "" { return errors.New("empty key") } return nil }, } )
Functions ¶
func CheckBrokerConfigTypes ¶
CheckBrokerConfigTypes validates that an empty store can ingest Istio config objects
func CheckMapInvariant ¶
CheckMapInvariant validates operational invariants of an empty config store
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.