class Swm::NodeListFetcher

Defined in:

docker/node_list_fetcher.cr

Constant Summary

SERVICE_NAME = "swm-get-ip"

Class Method Summary

Class Method Detail

def self.fetch_with_local_ips(client : DockerClient) : Array(Node) #

[View source]
def self.fetch_with_remote_ips(client : DockerClient, cluster : Cluster) : Array(Node) #

[View source]