Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AerakiArgs ¶
type AerakiArgs struct {
Master bool
IstiodAddr string
AerakiXdsAddr string
AerakiXdsPort string
PodName string
IstioConfigMapName string
HTTPSAddr string // The listening address for HTTPS (webhooks).
HTTPAddr string // The listening address for HTTP (health).
RootNamespace string
ClusterID string
ConfigStoreSecret string
ElectionID string
ServerID string
LogLevel string
KubeDomainSuffix string
EnableEnvoyFilterNSScope bool
Protocols map[protocol.Instance]envoyfilter.Generator
}
AerakiArgs provides all of the configuration parameters for the Aeraki service.
func NewAerakiArgs ¶
func NewAerakiArgs() *AerakiArgs
NewAerakiArgs constructs AerakiArgs with default value.
Click to show internal directories.
Click to hide internal directories.