Options
All
  • Public
  • Public/Protected
  • All
Menu

Handler defines a specific action that should be taken

schema

io.k8s.api.core.v1.Handler

Hierarchy

  • Handler

Index

Properties

Properties

Optional Readonly exec

One and only one of the following should be specified. Exec specifies the action to take.

schema

io.k8s.api.core.v1.Handler#exec

Optional Readonly httpGet

httpGet: HttpGetAction

HTTPGet specifies the http request to perform.

schema

io.k8s.api.core.v1.Handler#httpGet

Optional Readonly tcpSocket

tcpSocket: TcpSocketAction

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

schema

io.k8s.api.core.v1.Handler#tcpSocket

Generated using TypeDoc