class K8S::Api::Extensions::V1beta1::IngressTLS

Overview

IngressTLS describes the transport layer security associated with an Ingress.

Included Modules

Defined in:

versions/v1.12/api/extensions/v1beta1/ingress_tls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, hosts : Array(String)? = nil, secret_name : String? = nil) #

[View source]

Instance Method Detail

def hosts : Array(String)? #

[View source]
def hosts=(hosts : Array(String)?) #

[View source]
def secret_name : String? #

[View source]
def secret_name=(secret_name : String?) #

[View source]