brooklyn.networking.sdn.calico.CalicoNodeDriver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-clocker-docker Show documentation
Show all versions of brooklyn-clocker-docker Show documentation
Clocker Brooklyn entities and locations for Docker integration.
/*
* Copyright 2014-2015 by Cloudsoft Corporation Limited
*/
package brooklyn.networking.sdn.calico;
import brooklyn.networking.sdn.SdnAgentDriver;
public interface CalicoNodeDriver extends SdnAgentDriver {
}