module KubectlClient::Rollout
Defined in:
modules/modules.crClass Method Summary
- .status(kind : String, resource_name : String, namespace : String | Nil = nil, timeout : String = "30s")
- .undo(kind : String, resource_name : String, namespace : String | Nil = nil)
Class Method Detail
def self.status(kind : String, resource_name : String, namespace : String | Nil = nil, timeout : String = "30s")
#
def self.undo(kind : String, resource_name : String, namespace : String | Nil = nil)
#