1
0
mirror of https://github.com/rancher/types.git synced 2025-10-22 03:29:45 +00:00

Fix secret types

This commit is contained in:
Darren Shepherd
2017-12-28 09:49:37 -07:00
parent cdfe5ebb78
commit ee9dc3fbfa
4 changed files with 80 additions and 50 deletions

View File

@@ -28,6 +28,7 @@ import (
var (
ProjectTypes = []string{
projectClient.RegistryCredentialType,
projectClient.BasicAuthType,
projectClient.CertificateType,
projectClient.DockerCredentialType,