Kind
Bfdprofile
Group
metallb.io
Version
v1beta1
apiVersion: metallb.io/v1beta1 kind: Bfdprofile metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
BFDProfileSpec defines the desired state of BFDProfile.
detectMultiplier integer
Configures the detection multiplier to determine packet loss. The remote transmission interval will be multiplied by this value to determine the connection loss detection timer.
format: int32
minimum: 2
maximum: 255
echoInterval integer
Configures the minimal echo receive transmission interval that this system is capable of handling in milliseconds. Defaults to 50ms
format: int32
minimum: 10
maximum: 60000
echoMode boolean
Enables or disables the echo transmission mode. This mode is disabled by default, and not supported on multi hops setups.
minimumTtl integer
For multi hop sessions only: configure the minimum expected TTL for an incoming BFD control packet.
format: int32
minimum: 1
maximum: 254
passiveMode boolean
Mark session as passive: a passive session will not attempt to start the connection and will wait for control packets from peer before it begins replying.
receiveInterval integer
The minimum interval that this system is capable of receiving control packets in milliseconds. Defaults to 300ms.
format: int32
minimum: 10
maximum: 60000
transmitInterval integer
The minimum transmission interval (less jitter) that this system wants to use to send BFD control packets in milliseconds. Defaults to 300ms
format: int32
minimum: 10
maximum: 60000
status object
BFDProfileStatus defines the observed state of BFDProfile.
Copied!