Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeIngressProps

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.

schema

io.k8s.api.networking.v1.Ingress

Hierarchy

  • KubeIngressProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.networking.v1.Ingress#metadata

Optional Readonly spec

schema

io.k8s.api.networking.v1.Ingress#spec

Generated using TypeDoc