Skip to content

Commit f694cdb

Browse files
committed
Adding ingress(adj) to the SSG
1 parent 0366a57 commit f694cdb

File tree

1 file changed

+3
-2
lines changed
  • supplementary_style_guide/glossary_terms_conventions/general_conventions

1 file changed

+3
-2
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/i.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,13 @@ There is no functional difference between the first server that was installed an
323323
*See also*:
324324

325325
[[ingress]]
326-
==== image:images/yes.png[yes] Ingress (noun)
327-
*Description*: In Red Hat OpenShift, _Ingress_ is an API object developers can use to expose services through an HTTP(S) aware load balancing and proxy layer through a public DNS entry. The Ingress resource might further specify TLS options and a certificate, or specify a public CNAME that the OpenShift Ingress Controller should also accept for HTTP and HTTPS traffic. An administrator typically configures their Ingress Controller to be visible outside the cluster firewall and might also add additional security, caching, or traffic controls on the service content.
326+
==== image:images/yes.png[yes] ingress (noun, adjective)
327+
*Description*: In Red Hat OpenShift, _Ingress_ is a Kubernetes API object that developers can use to expose services within the cluster through an HTTP(S) load balancer and a proxy layer by using a public DNS entry. The `Ingress` resource defines the cluster-wide configuration for ingress traffic, and provides the ability to specify TLS options, a certificate, or a public CNAME that the OpenShift `IngressController` object can accept for HTTP(S) traffic. Additionally, _ingress_ can also be used to describe the incoming direction of network traffic. In Red Hat OpenShift, for example, this traffic is described as entering (ingress) or leaving (egress) an OpenShift cluster.
328328

329329
*Use it*: yes
330330

331331
*Incorrect forms*:
332+
_Ingress_ without markup, when referencing the `Ingress` resource or the `IngressController` object. _Ingress_ with markup when used to describe the direction of traffic.
332333

333334
*See also*:
334335

0 commit comments

Comments
 (0)