Documentation ¶
Index ¶
- type Config
- func (f *Config) CiliumNamespaceName() string
- func (f *Config) EncryptionEnabled() bool
- func (f *Config) LocalClusterID() uint32
- func (f *Config) LocalClusterName() string
- func (f *Config) NodeEncryptionEnabled() bool
- func (f *Config) RemoteNodeIdentitiesEnabled() bool
- func (f *Config) TunnelingEnabled() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct{}
func (*Config) CiliumNamespaceName ¶
CiliumNamespaceName returns the name of the namespace in which Cilium is deployed in
func (*Config) EncryptionEnabled ¶
EncryptionEnabled returns true if encryption is enabled
func (*Config) LocalClusterID ¶
LocalClusterID returns a dummy cluster ID.
func (*Config) LocalClusterName ¶
LocalClusterName returns the name of the cluster Cilium is deployed in
func (*Config) NodeEncryptionEnabled ¶
NodeEncryptionEnabled returns true if node encryption is enabled
func (*Config) RemoteNodeIdentitiesEnabled ¶
RemoteNodeIdentitiesEnabled returns true if the remote-node identity feature is enabled
func (*Config) TunnelingEnabled ¶
TunnelingEnabled returns true if the tunneling is used.
Click to show internal directories.
Click to hide internal directories.