Browse Source

add generated files

Lennart Weller 4 years ago
parent
commit
f7f521317e

+ 5 - 0
apis/externalsecrets/v1alpha1/zz_generated.deepcopy.go

@@ -1248,6 +1248,11 @@ func (in *VaultLdapAuth) DeepCopy() *VaultLdapAuth {
 func (in *VaultProvider) DeepCopyInto(out *VaultProvider) {
 	*out = *in
 	in.Auth.DeepCopyInto(&out.Auth)
+	if in.Path != nil {
+		in, out := &in.Path, &out.Path
+		*out = new(string)
+		**out = **in
+	}
 	if in.Namespace != nil {
 		in, out := &in.Namespace, &out.Namespace
 		*out = new(string)

+ 0 - 1
deploy/crds/external-secrets.io_clustersecretstores.yaml

@@ -911,7 +911,6 @@ spec:
                         type: string
                     required:
                     - auth
-                    - path
                     - server
                     type: object
                   yandexlockbox:

+ 0 - 1
deploy/crds/external-secrets.io_secretstores.yaml

@@ -911,7 +911,6 @@ spec:
                         type: string
                     required:
                     - auth
-                    - path
                     - server
                     type: object
                   yandexlockbox: