struct Kubernetes::Auth::ExecCredentialStatus

Overview

ExecCredential Status - must be public to avoid serialization errors

Included Modules

Defined in:

auth.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 client_certificate_data : String | Nil #

def client_certificate_data=(client_certificate_data : String | Nil) #

def client_key_data : String | Nil #

def client_key_data=(client_key_data : String | Nil) #

def expiration_timestamp : String | Nil #

def expiration_timestamp=(expiration_timestamp : String | Nil) #

def token : String | Nil #

def token=(token : String | Nil) #