Documentation ¶
Overview ¶
Package featureflag holds the feature flags for the integration. Feature flags are conditionals that tell us if a feature should be enable or disable.
To keep it simple, since we only have one feature flag right now, it just a single function. In case we add more feature flags we can refactor it into a more robust and flexible implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StaticPodsStatus ¶
StaticPodsStatus checks that the kubernetes server version is greater that 1.14 which is when the kubelete started to sync the status for static points. https://github.com/kubernetes/kubernetes/pull/77661
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.