crds-catalog/metallb.io/bfdprofile_v1beta1.json

72 lines
3.2 KiB
JSON

{
"description": "BFDProfile represents the settings of the bfd session that can be\noptionally associated with a BGP session.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"type": "object"
},
"spec": {
"description": "BFDProfileSpec defines the desired state of BFDProfile.",
"properties": {
"detectMultiplier": {
"description": "Configures the detection multiplier to determine\npacket loss. The remote transmission interval will be multiplied\nby this value to determine the connection loss detection timer.",
"format": "int32",
"maximum": 255,
"minimum": 2,
"type": "integer"
},
"echoInterval": {
"description": "Configures the minimal echo receive transmission\ninterval that this system is capable of handling in milliseconds.\nDefaults to 50ms",
"format": "int32",
"maximum": 60000,
"minimum": 10,
"type": "integer"
},
"echoMode": {
"description": "Enables or disables the echo transmission mode.\nThis mode is disabled by default, and not supported on multi\nhops setups.",
"type": "boolean"
},
"minimumTtl": {
"description": "For multi hop sessions only: configure the minimum\nexpected TTL for an incoming BFD control packet.",
"format": "int32",
"maximum": 254,
"minimum": 1,
"type": "integer"
},
"passiveMode": {
"description": "Mark session as passive: a passive session will not\nattempt to start the connection and will wait for control packets\nfrom peer before it begins replying.",
"type": "boolean"
},
"receiveInterval": {
"description": "The minimum interval that this system is capable of\nreceiving control packets in milliseconds.\nDefaults to 300ms.",
"format": "int32",
"maximum": 60000,
"minimum": 10,
"type": "integer"
},
"transmitInterval": {
"description": "The minimum transmission interval (less jitter)\nthat this system wants to use to send BFD control packets in\nmilliseconds. Defaults to 300ms",
"format": "int32",
"maximum": 60000,
"minimum": 10,
"type": "integer"
}
},
"type": "object",
"additionalProperties": false
},
"status": {
"description": "BFDProfileStatus defines the observed state of BFDProfile.",
"type": "object"
}
},
"type": "object"
}