class Pyrite::Api::Extensions::V1beta1::IngressTLS

Overview

IngressTLS describes the transport layer security associated with an Ingress.

Defined in:

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

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

IngressTLS describes the transport layer security associated with an Ingress.


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

IngressTLS describes the transport layer security associated with an Ingress.


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

Instance Method Detail

def hosts : Array(String)? #

def hosts=(hosts : Array(String)?) #

def secret_name : String? #

def secret_name=(secret_name : String?) #