mirror of https://github.com/kubernetes/kops.git
Merge pull request #16731 from pengbanban/master
chore: fix function name in comment
This commit is contained in:
commit
fe523c5bd5
|
@ -193,7 +193,7 @@ func (i integrationTest) withDefaultAddons24() *integrationTest {
|
|||
)
|
||||
}
|
||||
|
||||
// withDefaultAddons24 adds the default addons for an AWS cluster running k8s 1.30
|
||||
// withDefaultAddons30 adds the default addons for an AWS cluster running k8s 1.30
|
||||
func (i integrationTest) withDefaultAddons30() *integrationTest {
|
||||
return i.withAddons(
|
||||
awsCCMAddon,
|
||||
|
|
Loading…
Reference in New Issue