# Functions
And groups predicates with the AND operator between them.
ApiVersion applies equality check predicate on the "apiVersion" field.
ApiVersionContains applies the Contains predicate on the "apiVersion" field.
ApiVersionContainsFold applies the ContainsFold predicate on the "apiVersion" field.
ApiVersionEQ applies the EQ predicate on the "apiVersion" field.
ApiVersionEqualFold applies the EqualFold predicate on the "apiVersion" field.
ApiVersionGT applies the GT predicate on the "apiVersion" field.
ApiVersionGTE applies the GTE predicate on the "apiVersion" field.
ApiVersionHasPrefix applies the HasPrefix predicate on the "apiVersion" field.
ApiVersionHasSuffix applies the HasSuffix predicate on the "apiVersion" field.
ApiVersionIn applies the In predicate on the "apiVersion" field.
ApiVersionLT applies the LT predicate on the "apiVersion" field.
ApiVersionLTE applies the LTE predicate on the "apiVersion" field.
ApiVersionNEQ applies the NEQ predicate on the "apiVersion" field.
ApiVersionNotIn applies the NotIn predicate on the "apiVersion" field.
ByApiVersion orders the results by the apiVersion field.
ByID orders the results by the id field.
ByKind orders the results by the kind field.
ByName orders the results by the name field.
ByNamespaced orders the results by the namespaced field.
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
Kind applies equality check predicate on the "kind" field.
KindContains applies the Contains predicate on the "kind" field.
KindContainsFold applies the ContainsFold predicate on the "kind" field.
KindEQ applies the EQ predicate on the "kind" field.
KindEqualFold applies the EqualFold predicate on the "kind" field.
KindGT applies the GT predicate on the "kind" field.
KindGTE applies the GTE predicate on the "kind" field.
KindHasPrefix applies the HasPrefix predicate on the "kind" field.
KindHasSuffix applies the HasSuffix predicate on the "kind" field.
KindIn applies the In predicate on the "kind" field.
KindLT applies the LT predicate on the "kind" field.
KindLTE applies the LTE predicate on the "kind" field.
KindNEQ applies the NEQ predicate on the "kind" field.
KindNotIn applies the NotIn predicate on the "kind" field.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Namespaced applies equality check predicate on the "namespaced" field.
NamespacedEQ applies the EQ predicate on the "namespaced" field.
NamespacedNEQ applies the NEQ predicate on the "namespaced" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldApiVersion holds the string denoting the apiversion field in the database.
FieldID holds the string denoting the id field in the database.
FieldKind holds the string denoting the kind field in the database.
FieldName holds the string denoting the name field in the database.
FieldNamespaced holds the string denoting the namespaced field in the database.
Label holds the string label denoting the resourcekind type in the database.
Table holds the table name of the resourcekind in the database.
# Variables
ApiVersionValidator is a validator for the "apiVersion" field.
Columns holds all SQL columns for resourcekind fields.
DefaultNamespaced holds the default value on creation for the "namespaced" field.
KindValidator is a validator for the "kind" field.
NameValidator is a validator for the "name" field.
# Type aliases
OrderOption defines the ordering options for the ResourceKind queries.