@@ -573,10 +573,7 @@ spec:
573573 name :
574574 description : |-
575575 Name of the referenced resource.
576- Name can be expressed as a template and instantiate using
577- - cluster namespace: .Cluster.metadata.namespace
578- - cluster name: .Cluster.metadata.name
579- - cluster type: .Cluster.kind
576+ Name can be expressed as a template and instantiate using any cluster field.
580577 minLength : 1
581578 type : string
582579 namespace :
@@ -585,6 +582,7 @@ spec:
585582 For ClusterProfile namespace can be left empty. In such a case, namespace will
586583 be implicit set to cluster's namespace.
587584 For Profile namespace must be left empty. The Profile namespace will be used.
585+ Namespace can be expressed as a template and instantiate using any cluster field.
588586 type : string
589587 required :
590588 - kind
@@ -647,10 +645,7 @@ spec:
647645 name :
648646 description : |-
649647 Name of the referenced resource.
650- Name can be expressed as a template and instantiate using
651- - cluster namespace: .Cluster.metadata.namespace
652- - cluster name: .Cluster.metadata.name
653- - cluster type: .Cluster.kind
648+ Name can be expressed as a template and instantiate using any cluster field.
654649 minLength : 1
655650 type : string
656651 namespace :
@@ -659,6 +654,7 @@ spec:
659654 For ClusterProfile namespace can be left empty. In such a case, namespace will
660655 be implicit set to cluster's namespace.
661656 For Profile namespace must be left empty. The Profile namespace will be used.
657+ Namespace can be expressed as a template and instantiate using any cluster field.
662658 type : string
663659 path :
664660 description : |-
@@ -725,10 +721,7 @@ spec:
725721 name :
726722 description : |-
727723 Name of the referenced resource.
728- Name can be expressed as a template and instantiate using
729- - cluster namespace: .Cluster.metadata.namespace
730- - cluster name: .Cluster.metadata.name
731- - cluster type: .Cluster.kind
724+ Name can be expressed as a template and instantiate using any cluster field.
732725 minLength : 1
733726 type : string
734727 namespace :
@@ -737,6 +730,7 @@ spec:
737730 For ClusterProfile namespace can be left empty. In such a case, namespace will
738731 be implicit set to cluster's namespace.
739732 For Profile namespace must be left empty. The Profile namespace will be used.
733+ Namespace can be expressed as a template and instantiate using any cluster field.
740734 type : string
741735 required :
742736 - kind
@@ -867,10 +861,7 @@ spec:
867861 name :
868862 description : |-
869863 Name of the referenced resource.
870- Name can be expressed as a template and instantiate using
871- - cluster namespace: .Cluster.metadata.namespace
872- - cluster name: .Cluster.metadata.name
873- - cluster type: .Cluster.kind
864+ Name can be expressed as a template and instantiate using any cluster field.
874865 minLength : 1
875866 type : string
876867 namespace :
@@ -879,6 +870,7 @@ spec:
879870 For ClusterProfile namespace can be left empty. In such a case, namespace will
880871 be implicit set to cluster's namespace.
881872 For Profile namespace must be left empty. Profile namespace will be used.
873+ Namespace can be expressed as a template and instantiate using any cluster field.
882874 type : string
883875 path :
884876 description : |-
@@ -959,10 +951,7 @@ spec:
959951 cluster to fetch and use during template instantiation.
960952 For ClusterProfile namespace can be left empty. In such a case, namespace will
961953 be implicit set to cluster's namespace.
962- Name and namespace can be expressed as a template and instantiate using
963- - cluster namespace: .Cluster.metadata.namespace
964- - cluster name: .Cluster.metadata.name
965- - cluster type: .Cluster.kind
954+ Name and namespace can be expressed as a template and instantiate using any cluster field.
966955 properties :
967956 apiVersion :
968957 description : API version of the referent.
0 commit comments