Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "k8s-gateway-source"
ControllerName is the name of this controller.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
common.ReconcilerBase
ActiveVersion Version
}
Reconciler is a reconciler for provided Certificate resources.
func (*Reconciler) AddToManager ¶
func (r *Reconciler) AddToManager(mgr manager.Manager) error
AddToManager adds Reconciler to the given manager.
func (*Reconciler) Complete ¶
func (r *Reconciler) Complete()
Complete implements the option completer.
type Version ¶
type Version string
Version is the version of the istio gateway.
const ( // VersionV1 is the v1 version of the Kubernetes Gateway API gateway. VersionV1 Version = "v1" // VersionV1beta1 is the v1beta1 version of the Kubernetes Gateway API gateway. VersionV1beta1 Version = "v1beta1" // VersionNone is zero version of the Kubernetes Gateway API gateway. VersionNone Version = "" )
func GetPreferredVersion ¶
func GetPreferredVersion(crd *apiextensionsv1.CustomResourceDefinition) Version
GetPreferredVersion retrieves the preferred version from the custom resource definition.
Click to show internal directories.
Click to hide internal directories.