ACLS is the type for querying ACLs.
from enum value: ACLS = 5;
EDGES is the type for querying edges.
from enum value: EDGES = 3;
GROUPS is the type for querying groups.
from enum value: GROUPS = 8;
KEYS is the type for querying keys.
from enum value: KEYS = 1;
NETWORK_STATE is the type for querying network configuration.
from enum value: NETWORK_STATE = 9;
PEERS is the type for querying peers.
from enum value: PEERS = 2;
RBAC_STATE is the type for querying RBAC configuration. This will return a single item of true or false.
from enum value: RBAC_STATE = 10;
ROLEBINDINGS is the type for querying role bindings.
from enum value: ROLEBINDINGS = 7;
ROLES is the type for querying roles.
from enum value: ROLES = 6;
ROUTES is the type for querying routes.
from enum value: ROUTES = 4;
VALUE represents a raw value query at a supplied key.
from enum value: VALUE = 0;
Generated using TypeDoc
QueryType is the type of object being queried.
Generated
from enum v1.QueryRequest.QueryType