NginxIngress
Attributes
- Graph
-
- Supertypes
-
trait Apptrait DelayedInitclass Objecttrait Matchableclass Any
- Self type
-
NginxIngress.type
Members list
Value members
Concrete methods
Builds a simple ingress object that encapsulates some rules for routing HTTP traffic coming into the cluster Similar to https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/examples/ingress.yaml
Builds a simple ingress object that encapsulates some rules for routing HTTP traffic coming into the cluster Similar to https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/examples/ingress.yaml
Attributes
Builds an nginx ingress controller object like this one: https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/examples/default/rc-default.yaml with the notable exception that this builds a ReplicaSet rather than a ReplicationController, and exposes it via a Service with a NodePort which makes amongst other things it a bt easier to automatically test.
Builds an nginx ingress controller object like this one: https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/examples/default/rc-default.yaml with the notable exception that this builds a ReplicaSet rather than a ReplicationController, and exposes it via a Service with a NodePort which makes amongst other things it a bt easier to automatically test.
Attributes
- Returns
-
a replica set object that can be created on Kubernetes to get the controller running on the cluster.
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.11.0]
the delayedInit mechanism will disappear - Definition Classes
-
App -> DelayedInit
- Inherited from:
- App