struct Kubernetes::Resources::Deployments::DeploymentStatus

Included Modules

Defined in:

resources/deployments.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : ::JSON::PullParser) #

Instance Method Detail

def available_replicas : Int32 | Nil #

def available_replicas=(available_replicas : Int32 | Nil) #

def ready_replicas : Int32 | Nil #

def ready_replicas=(ready_replicas : Int32 | Nil) #

def replicas : Int32 | Nil #

def replicas=(replicas : Int32 | Nil) #

def updated_replicas : Int32 | Nil #

def updated_replicas=(updated_replicas : Int32 | Nil) #