class Rancher::Certificate

Included Modules

Defined in:

rancher/types/generated/certificate.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def algorithm : String #

def algorithm=(algorithm : String) #

[View source]
def algorithm? : String | Nil #

def cert : String #

def cert=(cert : String) #

[View source]
def cert? : String | Nil #

def cert_chain : String #

def cert_chain=(cert_chain : String) #

[View source]
def cert_chain? : String | Nil #

def cert_fingerprint : String #

def cert_fingerprint=(cert_fingerprint : String) #

[View source]
def cert_fingerprint? : String | Nil #

def cn : String #

def cn=(cn : String) #

[View source]
def cn? : String | Nil #

def created : Time #

def created=(created : Time) #

[View source]
def created? : Time | Nil #

def description : String #

def description=(description : String) #

[View source]
def description? : String | Nil #

def expires_at : String #

def expires_at=(expires_at : String) #

[View source]
def expires_at? : String | Nil #

def issued_at : String #

def issued_at=(issued_at : String) #

[View source]
def issued_at? : String | Nil #

def issuer : String #

def issuer=(issuer : String) #

[View source]
def issuer? : String | Nil #

def key : String #

def key=(key : String) #

[View source]
def key? : String | Nil #

def key_size : Int64 #

def key_size=(key_size : Int64) #

[View source]
def key_size? : Int64 | Nil #

def kind : String #

def kind=(kind : String) #

[View source]
def kind? : String | Nil #

def name : String #

def name=(name : String) #

[View source]
def name? : String | Nil #

def removed : Time #

def removed=(removed : Time) #

[View source]
def removed? : Time | Nil #

def serial_number : String #

def serial_number=(serial_number : String) #

[View source]
def serial_number? : String | Nil #

def state : String #

def state=(state : String) #

[View source]
def state? : String | Nil #

def subject_alternative_names : Array(String) #

def subject_alternative_names=(subject_alternative_names : Array(String)) #

[View source]
def subject_alternative_names? : Array(String) | Nil #

def transitioning : String #

def transitioning=(transitioning : String) #

[View source]
def transitioning? : String | Nil #

def transitioning_message : String #

def transitioning_message=(transitioning_message : String) #

[View source]
def transitioning_message? : String | Nil #

def transitioning_progress : Int64 #

def transitioning_progress=(transitioning_progress : Int64) #

[View source]
def transitioning_progress? : Int64 | Nil #

def uuid : String #

def uuid=(uuid : String) #

[View source]
def uuid? : String | Nil #

def version : String #

def version=(version : String) #

[View source]
def version? : String | Nil #