We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270c62c commit bae0589Copy full SHA for bae0589
1 file changed
vcluster/reference/annotations.mdx
@@ -45,6 +45,16 @@ Identifies the namespace where the vCluster is deployed in the host cluster.
45
46
Indicates that this resource is managed by vCluster and should not be modified directly.
47
48
+### vcluster.loft.sh/protected {#vcluster-loft-sh-protected}
49
+
50
+**Type:** Label
51
52
+**Example:** `vcluster.loft.sh/protected: "apiservice"`
53
54
+**Used on:** Service and Endpoint resources backing APIServices
55
56
+Identifies APIService backend resources that should be protected from deletion by ValidatingAdmissionPolicy. The label value names the feature owning the resource for scoped policy bindings.
57
58
## Sync control annotations {#sync-control-annotations}
59
60
These annotations control how vCluster syncs resources between the virtual and host clusters.
0 commit comments