class Docr::Types::RestartPolicy

Included Modules

Defined in:

docr/types/restart_policy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String = "", maximum_retry_count : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def maximum_retry_count : Int64 | Nil #

[View source]
def maximum_retry_count=(maximum_retry_count : Int64 | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]