Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/v1alpha1/haproxyloadbalancerconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down