struct Kube::WatchChannel(T)

Defined in:

kube/watch_channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(transport : Kube::Transport) #

[View source]

Instance Method Detail

def channel : Channel(K8S::Kubernetes::WatchEvent(T) | Kube::Error::API) #

[View source]
def close(*args, **options) #

[View source]
def close(*args, **options, &) #

[View source]
def closed?(*args, **options) #

[View source]
def closed?(*args, **options, &) #

[View source]
def receive(*args, **options) #

[View source]
def receive(*args, **options, &) #

[View source]
def receive?(*args, **options) #

[View source]
def receive?(*args, **options, &) #

[View source]