# Functions
IsEndpointSliceEnabled returns true if EndpointSlice is enabled in the Kubernetes cluster.
IsSupportedK8sVersion returns true if the Kubernetes cluster version is supported by the operator.
IsSupportedK8sVersionForGatewayAPI returns true if the Kubernetes cluster version is supported by the operator.
# Variables
BuildDate is the date when the binary was built.
GitCommit is the commit hash when the binary was built.
MinEndpointSliceVersion is the minimum version of Kubernetes that supports EndpointSlice.
MinK8sVersion is the minimum version of Kubernetes that the operator supports.
MinK8sVersionForGatewayAPI is the minimum version of Kubernetes that supports Gateway API.
ServerVersion is the version of the Kubernetes cluster the operator is running in.
Version is the version of the compiled software.