Merge pull request #1702 from AllenZMC/improve_test
Correct the function name error in the comment
This commit is contained in:
commit
30ac5aaa37
|
@ -89,7 +89,7 @@ type ClusterCacheSpec struct {
|
|||
StatusUpdatePeriodSeconds uint32 `json:"statusUpdatePeriodSeconds,omitempty"`
|
||||
}
|
||||
|
||||
// ClusterAffinity represents the filter to select clusters.
|
||||
// ClusterSelector represents the filter to select clusters.
|
||||
type ClusterSelector struct {
|
||||
// LabelSelector is a filter to select member clusters by labels.
|
||||
// If non-nil and non-empty, only the clusters match this filter will be selected.
|
||||
|
|
|
@ -76,7 +76,7 @@ func (a *resourceExploringAccessor) GetTimeoutSeconds() *int32 {
|
|||
return a.TimeoutSeconds
|
||||
}
|
||||
|
||||
// GetExploreReviewVersions gets the webhook InterpreterContextVersions field.
|
||||
// GetInterpreterContextVersions gets the webhook InterpreterContextVersions field.
|
||||
func (a *resourceExploringAccessor) GetInterpreterContextVersions() []string {
|
||||
return a.InterpreterContextVersions
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue