Kuadrant / policy-machinery

Machinery for implementing Gateway API policies
Apache License 2.0
8 stars 2 forks source link

Topology EqualsTo #30

Open Boomatang opened 1 week ago

Boomatang commented 1 week ago

Add a method to the topology that allows the user to pass in the string dot representation of a existing graph and compare that to the current graph in the topology.

eguzki commented 1 week ago

I would suggest another topology method to build an instance from a dot file

func FromDot(dot []byte) (*Topology, error)