Documentation ¶
Overview ¶
Package apis contains the shared types used by the various components of the Flomesh project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlgoBalancer ¶
type AlgoBalancer string
AlgoBalancer is the type of load balancer algorithm
const ( // RoundRobinLoadBalancer is the round-robin load balancer algorithm RoundRobinLoadBalancer AlgoBalancer = "round-robin" // HashingLoadBalancer is the hashing load balancer algorithm HashingLoadBalancer AlgoBalancer = "hashing" // LeastWorkLoadBalancer is the least work load balancer algorithm LeastWorkLoadBalancer AlgoBalancer = "least-work" )
Directories ¶
Path | Synopsis |
---|---|
config
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
v1alpha2
Package v1alpha2 is the v1alpha2 version of the API.
|
Package v1alpha2 is the v1alpha2 version of the API. |
v1alpha3
Package v1alpha3 is the v1alpha3 version of the API.
|
Package v1alpha3 is the v1alpha3 version of the API. |
connector
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
Package gateway contains the GatewayAPI types
|
Package gateway contains the GatewayAPI types |
machine
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
multicluster
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
namespacedingress
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
networking
|
|
v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
plugin
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
policy
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
policyattachment
|
|
v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
Click to show internal directories.
Click to hide internal directories.