run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles

This commit is contained in:
Chao Xu
2017-06-22 11:04:37 -07:00
parent cd7e7afaaa
commit cde4772928
395 changed files with 536 additions and 534 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
package certificates
import certificates "k8s.io/kubernetes/pkg/apis/certificates/v1beta1"
import certificates "k8s.io/api/certificates/v1beta1"
// IsCertificateRequestApproved returns true if a certificate request has the
// "Approved" condition and no "Denied" conditions; false otherwise.