class Rancher::Client

Defined in:

rancher/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config = Config.from_env) #

[View source]
def self.new(config : Config = Config.from_env, &block : Client -> ) #

[View source]

Instance Method Detail

def close #

[View source]
def config : Config #

[View source]
def get_load_balancer_services(project_id : String) : Collection(LoadBalancerService) #

[View source]
def get_project(id : String) : Project #

[View source]
def inspect(io) #

[View source]
def list_hosts : Collection(Host) #

[View source]
def list_projects : Collection(Project) #

[View source]
def list_schemas : JSON::Any #

[View source]