Skip to content

Commit 144110c

Browse files
committed
fix typo
Signed-off-by: Shingo Omura <[email protected]>
1 parent 3ff3014 commit 144110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/cluster-inventory-api/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ type Provider struct {
114114
indexers []index
115115
}
116116

117-
// KubeconfigManagementStrategySecret returns a KubeconfigStrategy that fetches the kubeconfig from a Secret
117+
// KubeconfigStrategySecret returns a KubeconfigStrategy that fetches the kubeconfig from a Secret
118118
// labeled with "x-k8s.io/cluster-inventory-consumer" and "x-k8s.io/cluster-profile" labels.
119119
// This is the "Push Model via Credentials in Secret" as described in KEP-4322: ClusterProfile API.
120120
// ref: https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/4322-cluster-inventory/README.md#push-model-via-credentials-in-secret-not-recommended

0 commit comments

Comments
 (0)