Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeIngressClassV1Beta1Props

IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The ingressclass.kubernetes.io/is-default-class annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.

schema

io.k8s.api.networking.v1beta1.IngressClass

Hierarchy

  • KubeIngressClassV1Beta1Props

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.networking.v1beta1.IngressClass#metadata

Optional Readonly spec

schema

io.k8s.api.networking.v1beta1.IngressClass#spec

Generated using TypeDoc