Kuadrant / policy-machinery

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

Topology EqualsTo #30

Open Boomatang opened 2 months ago

Boomatang commented 2 months 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 2 months ago

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

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