We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8dd17 commit 94dafa5Copy full SHA for 94dafa5
pkg/apis/projectcalico/v3/kubecontrollersconfig.go
@@ -93,6 +93,11 @@ type NodeControllerConfig struct {
93
94
// HostEndpoint controls syncing nodes to host endpoints. Disabled by default, set to nil to disable.
95
HostEndpoint *AutoHostEndpointConfig `json:"hostEndpoint,omitempty"`
96
+
97
+ // LeakGracePeriod is the period used by the controller to determine if an IP address has been leaked.
98
+ // Set to 0 to disable IP garbage collection. [Default: 15m]
99
+ // +optional
100
+ LeakGracePeriod *metav1.Duration `json:"leakGracePeriod,omitempty"`
101
}
102
103
type AutoHostEndpointConfig struct {
0 commit comments