Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Kubernetes is the Kubernetes implementation factory identifier.
Kubernetes = "kubernetes"
)
Variables ¶
View Source
var IngressRulesFactory = factorymap.Map{ Kubernetes: kubernetesIngresses.IngressRulesNewFunc, }
IngressRulesFactory provides a factory to create IngressRules implementations.
View Source
var IngressesFactory = factorymap.Map{ Kubernetes: kubernetesIngresses.IngressesNewFunc, }
IngressesFactory provides a factory to create Ingresses implementations.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.