Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate haproxy with vSphere 9.0 #27

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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