@@ -667,8 +667,9 @@ spec:
667667 If target is nil or target.name is empty, the secret will be copied with the same name as the source secret.
668668 properties :
669669 source :
670- description : LocalObjectReference is a reference to an object
671- in the same namespace as the resource referencing it.
670+ description : |-
671+ Source references the source secret to copy.
672+ It has to be in the namespace the provider pod is running in.
672673 properties :
673674 name :
674675 default : " "
@@ -682,8 +683,9 @@ spec:
682683 type : object
683684 x-kubernetes-map-type : atomic
684685 target :
685- description : LocalObjectReference is a reference to an object
686- in the same namespace as the resource referencing it.
686+ description : |-
687+ Target is the name of the copied secret.
688+ If not set, the secret will be copied with the same name as the source secret.
687689 properties :
688690 name :
689691 default : " "
@@ -698,7 +700,6 @@ spec:
698700 x-kubernetes-map-type : atomic
699701 required :
700702 - source
701- - target
702703 type : object
703704 type : array
704705 toTargetCluster :
@@ -711,8 +712,9 @@ spec:
711712 If target is nil or target.name is empty, the secret will be copied with the same name as the source secret.
712713 properties :
713714 source :
714- description : LocalObjectReference is a reference to an object
715- in the same namespace as the resource referencing it.
715+ description : |-
716+ Source references the source secret to copy.
717+ It has to be in the namespace the provider pod is running in.
716718 properties :
717719 name :
718720 default : " "
@@ -726,8 +728,9 @@ spec:
726728 type : object
727729 x-kubernetes-map-type : atomic
728730 target :
729- description : LocalObjectReference is a reference to an object
730- in the same namespace as the resource referencing it.
731+ description : |-
732+ Target is the name of the copied secret.
733+ If not set, the secret will be copied with the same name as the source secret.
731734 properties :
732735 name :
733736 default : " "
@@ -742,7 +745,6 @@ spec:
742745 x-kubernetes-map-type : atomic
743746 required :
744747 - source
745- - target
746748 type : object
747749 type : array
748750 type : object
0 commit comments