class Kubernetes::Resources::Secrets

Defined in:

resources/secrets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client) #

Instance Method Detail

def delete_namespaced(namespace : String, name : String) : Status #

def list_namespaced(namespace : String, label_selector : String | Nil = nil, field_selector : String | Nil = nil, limit : Int32 | Nil = nil) : List(Secret) #

def read_namespaced(namespace : String, name : String) : Secret #