Merge pull request #74328 from daixiang0/delete-blank

delete all duplicate empty blanks

Kubernetes-commit: 8993fbc543c18e73668793b5d5e234c0a136735c
This commit is contained in:
Kubernetes Publisher 2019-02-23 01:43:58 -08:00
commit 12d0e11de9
5 changed files with 270 additions and 270 deletions

View File

@ -1,2 +1,2 @@
Sorry, we do not accept changes directly against this repository. Please see Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead. CONTRIBUTING.md for information on where and how to contribute instead.

532
Godeps/Godeps.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ Generic library for building a Kubernetes aggregated API server.
## Purpose ## Purpose
This library contains code to create Kubernetes aggregation server complete with delegated authentication and authorization, This library contains code to create Kubernetes aggregation server complete with delegated authentication and authorization,
`kubectl` compatible discovery information, optional admission chain, and versioned types. It's first consumers are `kubectl` compatible discovery information, optional admission chain, and versioned types. It's first consumers are
`k8s.io/kubernetes`, `k8s.io/kube-aggregator`, and `github.com/kubernetes-incubator/service-catalog`. `k8s.io/kubernetes`, `k8s.io/kube-aggregator`, and `github.com/kubernetes-incubator/service-catalog`.

View File

@ -21,4 +21,4 @@ cfssl sign -ca root.pem -ca-key root-key.pem -config intermediate.config.json in
cfssl gencert -ca intermediate.pem -ca-key intermediate-key.pem -config client.config.json --profile=valid client.csr.json | cfssljson -bare client-valid cfssl gencert -ca intermediate.pem -ca-key intermediate-key.pem -config client.config.json --profile=valid client.csr.json | cfssljson -bare client-valid
cfssl gencert -ca intermediate.pem -ca-key intermediate-key.pem -config client.config.json --profile=expired client.csr.json | cfssljson -bare client-expired cfssl gencert -ca intermediate.pem -ca-key intermediate-key.pem -config client.config.json --profile=expired client.csr.json | cfssljson -bare client-expired

View File

@ -17,7 +17,7 @@
set -e set -e
# gencerts.sh generates the certificates for the webhook authz plugin tests. # gencerts.sh generates the certificates for the webhook authz plugin tests.
# #
# It is not expected to be run often (there is no go generate rule), and mainly # It is not expected to be run often (there is no go generate rule), and mainly
# exists for documentation purposes. # exists for documentation purposes.