class Pyrite::Api::Networking::V1beta1::Ingress
- Pyrite::Api::Networking::V1beta1::Ingress
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
Defined in:
versions/v1.14/api/networking/v1beta1/ingress.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
-
.new(pull : JSON::PullParser)
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, spec : Api::Networking::V1beta1::IngressSpec? = nil, status : Api::Networking::V1beta1::IngressStatus? = nil)
Instance Method Summary
- #spec : Api::Networking::V1beta1::IngressSpec?
- #spec=(spec : Api::Networking::V1beta1::IngressSpec?)
- #status : Api::Networking::V1beta1::IngressStatus?
- #status=(status : Api::Networking::V1beta1::IngressStatus?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.