Skip to content

Commit

Permalink
Remove defaulting for FloatingIPs field - use code default instead
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Jul 25, 2022
1 parent 5601ed6 commit f9a9643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/pkg/apis/projectcalico/v3/felixconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ type FelixConfigurationSpec struct {

// FloatingIPs configures whether or not Felix will program floating IP addresses.
//
// +kubebuilder:default=Disabled
// +optional
FloatingIPs *FloatingIPType `json:"floatingIPs,omitempty" validate:"omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ spec:
are auto-detected.
type: string
floatingIPs:
default: Disabled
description: FloatingIPs configures whether or not Felix will program
floating IP addresses.
enum:
Expand Down

0 comments on commit f9a9643

Please sign in to comment.