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 3ff3014 commit 144110cCopy full SHA for 144110c
providers/cluster-inventory-api/provider.go
@@ -114,7 +114,7 @@ type Provider struct {
114
indexers []index
115
}
116
117
-// KubeconfigManagementStrategySecret returns a KubeconfigStrategy that fetches the kubeconfig from a Secret
+// KubeconfigStrategySecret returns a KubeconfigStrategy that fetches the kubeconfig from a Secret
118
// labeled with "x-k8s.io/cluster-inventory-consumer" and "x-k8s.io/cluster-profile" labels.
119
// This is the "Push Model via Credentials in Secret" as described in KEP-4322: ClusterProfile API.
120
// 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