Documentation ¶
Index ¶
- Constants
- Variables
- func Install(fs ...deployOptionsFunc) framework.InstallFunc
- func KongIngressController(fs ...deployOptionsFunc) framework.InstallFunc
- func KongIngressNodePort(fs ...deployOptionsFunc) framework.InstallFunc
- func NodePortHTTP() int
- func NodePortHTTPS() int
- func WithNamespace(namespace string) deployOptionsFunc
- type Deployment
- type KIC
Constants ¶
View Source
const DeploymentName = "kongingresscontroller"
Variables ¶
View Source
var DefaultNodePortHTTP = 30080
View Source
var DefaultNodePortHTTPS = 30443
Functions ¶
func Install ¶
func Install(fs ...deployOptionsFunc) framework.InstallFunc
func KongIngressController ¶
func KongIngressController(fs ...deployOptionsFunc) framework.InstallFunc
func KongIngressNodePort ¶
func KongIngressNodePort(fs ...deployOptionsFunc) framework.InstallFunc
func NodePortHTTP ¶
func NodePortHTTP() int
func NodePortHTTPS ¶
func NodePortHTTPS() int
func WithNamespace ¶
func WithNamespace(namespace string) deployOptionsFunc
Types ¶
type Deployment ¶
type Deployment interface { framework.Deployment KIC }
Click to show internal directories.
Click to hide internal directories.