You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. Eg: The configuration of the EnvoyFilter (parent) component is patched with the configuration as received from WASMFilter (child) component."
465
+
},
466
+
{
467
+
"const": "matchLabels",
468
+
"description": "Match label relationships offer a dynamic association between one or more components and are a flexible way to group and manage related components in Meshery."
469
+
},
470
+
{
471
+
"const": "permission",
472
+
"description": "A relationship that represents a set of security-centric bindings between components."
473
+
},
474
+
{
475
+
"const": "network",
476
+
"description": "A relationship that represents a line of communication between two or more components."
477
+
},
478
+
{
479
+
"const": "firewall",
480
+
"description": "A relationship that act as a network-based security boundary for ingress and egress traffic."
481
+
},
482
+
{
483
+
"const": "mount",
484
+
"description": "A relationship that represents volume mounts between components."
485
+
},
486
+
{
487
+
"const": "alias",
488
+
"description": "An alias for a field path in another component."
489
+
},
490
+
{
491
+
"const": "annotation",
492
+
"description": "A relationship that provide valuable context for users, controllers, and third-party tools within the Meshery ecosystem."
0 commit comments