struct Kubernetes::CredentialCache::CachedCredential

Overview

Cached exec credential with expiration

Included Modules

Defined in:

credential_cache.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(auth : Auth, expires_at : ::Time | Nil = nil) #

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

Instance Method Detail

def auth : Auth #

def auth=(auth : Auth) #

def expired? : Bool #

def expires_at : ::Time | Nil #

def expires_at=(expires_at : ::Time | Nil) #