You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename GetInstallation/GetNetworkingPullSecrets and standardize variable names (tigera#4616)
These function names and variable names are leftovers from when the
Installation resource was called "Network". Rename the functions to
GetInstallationSpec and GetInstallationPullSecrets to match what they
actually return, and standardize all callers to use `installationSpec`
as the variable name instead of the inconsistent mix of `network`,
`install`, `instl`, `instance`, and `installation` that existed before.
Also fix a couple of stale "network" references in log messages and
comments in the gatewayapi and monitor controllers.
r.status.SetDegraded(operatorv1.ResourceValidationError, "ManagementClusterConnection.Spec.Impersonation must be unset when Installation.Spec.Variant = Calico", err, reqLogger)
0 commit comments