mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-05 17:10:27 +00:00
Ensure testing credentials are labeled as such
Kubernetes-commit: 9d3670f3586c98c02cdca93b7c98dd91fc0b87bd
This commit is contained in:
committed by
Kubernetes Publisher
parent
8a503c805a
commit
8462896174
@@ -296,7 +296,7 @@ func TestCertificateData(t *testing.T) {
|
|||||||
|
|
||||||
func TestBasicAuthData(t *testing.T) {
|
func TestBasicAuthData(t *testing.T) {
|
||||||
username := "myuser"
|
username := "myuser"
|
||||||
password := "mypass"
|
password := "mypass" // Fake value for testing.
|
||||||
|
|
||||||
config := clientcmdapi.NewConfig()
|
config := clientcmdapi.NewConfig()
|
||||||
config.Clusters["clean"] = &clientcmdapi.Cluster{
|
config.Clusters["clean"] = &clientcmdapi.Cluster{
|
||||||
|
1
util/cert/testdata/README.md
vendored
Normal file
1
util/cert/testdata/README.md
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Keys in this directory are generated for testing purposes only.
|
Reference in New Issue
Block a user