class Pyrite::Api::Networking::V1beta1::IngressTLS
Overview
IngressTLS describes the transport layer security associated with an Ingress.
Defined in:
versions/v1.14/api/networking/v1beta1/ingress_tls.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
IngressTLS describes the transport layer security associated with an Ingress.
-
.new(pull : JSON::PullParser)
IngressTLS describes the transport layer security associated with an Ingress.
- .new(*, hosts : Array? = nil, secret_name : String? = nil)
Instance Method Summary
- #hosts : Array(String)?
- #hosts=(hosts : Array(String)?)
- #secret_name : String?
- #secret_name=(secret_name : String?)
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.