We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a265f commit 86fbeb0Copy full SHA for 86fbeb0
pkg/apis/deployment/v1alpha/deployment_spec.go
@@ -99,7 +99,7 @@ func (s DeploymentSpec) IsDowntimeAllowed() bool {
99
return util.BoolOrDefault(s.DowntimeAllowed)
100
}
101
102
-// IsDisableIPv6 returns the value of disableIPV6.
+// IsDisableIPv6 returns the value of disableIPv6.
103
func (s DeploymentSpec) IsDisableIPv6() bool {
104
return util.BoolOrDefault(s.DisableIPv6)
105
0 commit comments