diff --git a/api/v1alpha1/haproxyloadbalancerconfig_types.go b/api/v1alpha1/haproxyloadbalancerconfig_types.go index 8522160..b8f8740 100644 --- a/api/v1alpha1/haproxyloadbalancerconfig_types.go +++ b/api/v1alpha1/haproxyloadbalancerconfig_types.go @@ -68,8 +68,10 @@ type HAProxyLoadBalancerConfigStatus struct { // +genclient:nonNamespaced // +kubebuilder:object:root=true // +kubebuilder:resource:scope=Cluster +// +kubebuilder:deprecatedversion:warning="HAProxyLoadBalancerConfig API is deprecated with vSphere 9.0. Use FoundationLoadBalancerConfig or AviLoadBalancerConfig API from netoperator.vmware.com instead." // HAProxyLoadBalancerConfig is the Schema for the HAProxyLoadBalancerConfigs API +// Deprecated: HAProxy is deprecated with vSphere 9.0. Use Foundation Load Balancer or Avi with vSphere networking instead. type HAProxyLoadBalancerConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"`