DeploymentWaitType
public enum DeploymentWaitType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case readyWait = "READY_WAIT" -
Undocumented
Declaration
Swift
case terminationWait = "TERMINATION_WAIT" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeploymentWaitType Enumeration Reference