Skip to content

Commit

Permalink
Merge pull request #1434 from wangxinalex/fix-typo-useexistingcluster
Browse files Browse the repository at this point in the history
馃悰fix: fix the typo of `UseExistingCluster` comment
  • Loading branch information
k8s-ci-robot committed Mar 17, 2021
2 parents 2a448a7 + 87ec9b9 commit b5065bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/envtest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type Environment struct {
// located in the local environment. This field can be overridden by setting KUBEBUILDER_ASSETS.
BinaryAssetsDirectory string

// UseExisting indicates that this environments should use an
// UseExistingCluster indicates that this environments should use an
// existing kubeconfig, instead of trying to stand up a new control plane.
// This is useful in cases that need aggregated API servers and the like.
UseExistingCluster *bool
Expand Down

0 comments on commit b5065bd

Please sign in to comment.