Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Service) predicate.Service
- func CreatedAt(v time.Time) predicate.Service
- func CreatedAtEQ(v time.Time) predicate.Service
- func CreatedAtGT(v time.Time) predicate.Service
- func CreatedAtGTE(v time.Time) predicate.Service
- func CreatedAtIn(vs ...time.Time) predicate.Service
- func CreatedAtLT(v time.Time) predicate.Service
- func CreatedAtLTE(v time.Time) predicate.Service
- func CreatedAtNEQ(v time.Time) predicate.Service
- func CreatedAtNotIn(vs ...time.Time) predicate.Service
- func CurrentDeploymentID(v uuid.UUID) predicate.Service
- func CurrentDeploymentIDEQ(v uuid.UUID) predicate.Service
- func CurrentDeploymentIDIn(vs ...uuid.UUID) predicate.Service
- func CurrentDeploymentIDIsNil() predicate.Service
- func CurrentDeploymentIDNEQ(v uuid.UUID) predicate.Service
- func CurrentDeploymentIDNotIn(vs ...uuid.UUID) predicate.Service
- func CurrentDeploymentIDNotNil() predicate.Service
- func Database(v string) predicate.Service
- func DatabaseContains(v string) predicate.Service
- func DatabaseContainsFold(v string) predicate.Service
- func DatabaseEQ(v string) predicate.Service
- func DatabaseEqualFold(v string) predicate.Service
- func DatabaseGT(v string) predicate.Service
- func DatabaseGTE(v string) predicate.Service
- func DatabaseHasPrefix(v string) predicate.Service
- func DatabaseHasSuffix(v string) predicate.Service
- func DatabaseIn(vs ...string) predicate.Service
- func DatabaseIsNil() predicate.Service
- func DatabaseLT(v string) predicate.Service
- func DatabaseLTE(v string) predicate.Service
- func DatabaseNEQ(v string) predicate.Service
- func DatabaseNotIn(vs ...string) predicate.Service
- func DatabaseNotNil() predicate.Service
- func DatabaseVersion(v string) predicate.Service
- func DatabaseVersionContains(v string) predicate.Service
- func DatabaseVersionContainsFold(v string) predicate.Service
- func DatabaseVersionEQ(v string) predicate.Service
- func DatabaseVersionEqualFold(v string) predicate.Service
- func DatabaseVersionGT(v string) predicate.Service
- func DatabaseVersionGTE(v string) predicate.Service
- func DatabaseVersionHasPrefix(v string) predicate.Service
- func DatabaseVersionHasSuffix(v string) predicate.Service
- func DatabaseVersionIn(vs ...string) predicate.Service
- func DatabaseVersionIsNil() predicate.Service
- func DatabaseVersionLT(v string) predicate.Service
- func DatabaseVersionLTE(v string) predicate.Service
- func DatabaseVersionNEQ(v string) predicate.Service
- func DatabaseVersionNotIn(vs ...string) predicate.Service
- func DatabaseVersionNotNil() predicate.Service
- func Description(v string) predicate.Service
- func DescriptionContains(v string) predicate.Service
- func DescriptionContainsFold(v string) predicate.Service
- func DescriptionEQ(v string) predicate.Service
- func DescriptionEqualFold(v string) predicate.Service
- func DescriptionGT(v string) predicate.Service
- func DescriptionGTE(v string) predicate.Service
- func DescriptionHasPrefix(v string) predicate.Service
- func DescriptionHasSuffix(v string) predicate.Service
- func DescriptionIn(vs ...string) predicate.Service
- func DescriptionIsNil() predicate.Service
- func DescriptionLT(v string) predicate.Service
- func DescriptionLTE(v string) predicate.Service
- func DescriptionNEQ(v string) predicate.Service
- func DescriptionNotIn(vs ...string) predicate.Service
- func DescriptionNotNil() predicate.Service
- func DetectedPortsIsNil() predicate.Service
- func DetectedPortsNotNil() predicate.Service
- func EnvironmentID(v uuid.UUID) predicate.Service
- func EnvironmentIDEQ(v uuid.UUID) predicate.Service
- func EnvironmentIDIn(vs ...uuid.UUID) predicate.Service
- func EnvironmentIDNEQ(v uuid.UUID) predicate.Service
- func EnvironmentIDNotIn(vs ...uuid.UUID) predicate.Service
- func GitRepository(v string) predicate.Service
- func GitRepositoryContains(v string) predicate.Service
- func GitRepositoryContainsFold(v string) predicate.Service
- func GitRepositoryEQ(v string) predicate.Service
- func GitRepositoryEqualFold(v string) predicate.Service
- func GitRepositoryGT(v string) predicate.Service
- func GitRepositoryGTE(v string) predicate.Service
- func GitRepositoryHasPrefix(v string) predicate.Service
- func GitRepositoryHasSuffix(v string) predicate.Service
- func GitRepositoryIn(vs ...string) predicate.Service
- func GitRepositoryIsNil() predicate.Service
- func GitRepositoryLT(v string) predicate.Service
- func GitRepositoryLTE(v string) predicate.Service
- func GitRepositoryNEQ(v string) predicate.Service
- func GitRepositoryNotIn(vs ...string) predicate.Service
- func GitRepositoryNotNil() predicate.Service
- func GitRepositoryOwner(v string) predicate.Service
- func GitRepositoryOwnerContains(v string) predicate.Service
- func GitRepositoryOwnerContainsFold(v string) predicate.Service
- func GitRepositoryOwnerEQ(v string) predicate.Service
- func GitRepositoryOwnerEqualFold(v string) predicate.Service
- func GitRepositoryOwnerGT(v string) predicate.Service
- func GitRepositoryOwnerGTE(v string) predicate.Service
- func GitRepositoryOwnerHasPrefix(v string) predicate.Service
- func GitRepositoryOwnerHasSuffix(v string) predicate.Service
- func GitRepositoryOwnerIn(vs ...string) predicate.Service
- func GitRepositoryOwnerIsNil() predicate.Service
- func GitRepositoryOwnerLT(v string) predicate.Service
- func GitRepositoryOwnerLTE(v string) predicate.Service
- func GitRepositoryOwnerNEQ(v string) predicate.Service
- func GitRepositoryOwnerNotIn(vs ...string) predicate.Service
- func GitRepositoryOwnerNotNil() predicate.Service
- func GithubInstallationID(v int64) predicate.Service
- func GithubInstallationIDEQ(v int64) predicate.Service
- func GithubInstallationIDIn(vs ...int64) predicate.Service
- func GithubInstallationIDIsNil() predicate.Service
- func GithubInstallationIDNEQ(v int64) predicate.Service
- func GithubInstallationIDNotIn(vs ...int64) predicate.Service
- func GithubInstallationIDNotNil() predicate.Service
- func HasCurrentDeployment() predicate.Service
- func HasCurrentDeploymentWith(preds ...predicate.Deployment) predicate.Service
- func HasDeployments() predicate.Service
- func HasDeploymentsWith(preds ...predicate.Deployment) predicate.Service
- func HasEnvironment() predicate.Service
- func HasEnvironmentWith(preds ...predicate.Environment) predicate.Service
- func HasGithubInstallation() predicate.Service
- func HasGithubInstallationWith(preds ...predicate.GithubInstallation) predicate.Service
- func HasServiceConfig() predicate.Service
- func HasServiceConfigWith(preds ...predicate.ServiceConfig) predicate.Service
- func HasServiceGroup() predicate.Service
- func HasServiceGroupWith(preds ...predicate.ServiceGroup) predicate.Service
- func HasTemplate() predicate.Service
- func HasTemplateWith(preds ...predicate.Template) predicate.Service
- func HasVariableReferences() predicate.Service
- func HasVariableReferencesWith(preds ...predicate.VariableReference) predicate.Service
- func ID(id uuid.UUID) predicate.Service
- func IDEQ(id uuid.UUID) predicate.Service
- func IDGT(id uuid.UUID) predicate.Service
- func IDGTE(id uuid.UUID) predicate.Service
- func IDIn(ids ...uuid.UUID) predicate.Service
- func IDLT(id uuid.UUID) predicate.Service
- func IDLTE(id uuid.UUID) predicate.Service
- func IDNEQ(id uuid.UUID) predicate.Service
- func IDNotIn(ids ...uuid.UUID) predicate.Service
- func KubernetesName(v string) predicate.Service
- func KubernetesNameContains(v string) predicate.Service
- func KubernetesNameContainsFold(v string) predicate.Service
- func KubernetesNameEQ(v string) predicate.Service
- func KubernetesNameEqualFold(v string) predicate.Service
- func KubernetesNameGT(v string) predicate.Service
- func KubernetesNameGTE(v string) predicate.Service
- func KubernetesNameHasPrefix(v string) predicate.Service
- func KubernetesNameHasSuffix(v string) predicate.Service
- func KubernetesNameIn(vs ...string) predicate.Service
- func KubernetesNameLT(v string) predicate.Service
- func KubernetesNameLTE(v string) predicate.Service
- func KubernetesNameNEQ(v string) predicate.Service
- func KubernetesNameNotIn(vs ...string) predicate.Service
- func KubernetesSecret(v string) predicate.Service
- func KubernetesSecretContains(v string) predicate.Service
- func KubernetesSecretContainsFold(v string) predicate.Service
- func KubernetesSecretEQ(v string) predicate.Service
- func KubernetesSecretEqualFold(v string) predicate.Service
- func KubernetesSecretGT(v string) predicate.Service
- func KubernetesSecretGTE(v string) predicate.Service
- func KubernetesSecretHasPrefix(v string) predicate.Service
- func KubernetesSecretHasSuffix(v string) predicate.Service
- func KubernetesSecretIn(vs ...string) predicate.Service
- func KubernetesSecretLT(v string) predicate.Service
- func KubernetesSecretLTE(v string) predicate.Service
- func KubernetesSecretNEQ(v string) predicate.Service
- func KubernetesSecretNotIn(vs ...string) predicate.Service
- func Name(v string) predicate.Service
- func NameContains(v string) predicate.Service
- func NameContainsFold(v string) predicate.Service
- func NameEQ(v string) predicate.Service
- func NameEqualFold(v string) predicate.Service
- func NameGT(v string) predicate.Service
- func NameGTE(v string) predicate.Service
- func NameHasPrefix(v string) predicate.Service
- func NameHasSuffix(v string) predicate.Service
- func NameIn(vs ...string) predicate.Service
- func NameLT(v string) predicate.Service
- func NameLTE(v string) predicate.Service
- func NameNEQ(v string) predicate.Service
- func NameNotIn(vs ...string) predicate.Service
- func Not(p predicate.Service) predicate.Service
- func Or(predicates ...predicate.Service) predicate.Service
- func ServiceGroupID(v uuid.UUID) predicate.Service
- func ServiceGroupIDEQ(v uuid.UUID) predicate.Service
- func ServiceGroupIDIn(vs ...uuid.UUID) predicate.Service
- func ServiceGroupIDIsNil() predicate.Service
- func ServiceGroupIDNEQ(v uuid.UUID) predicate.Service
- func ServiceGroupIDNotIn(vs ...uuid.UUID) predicate.Service
- func ServiceGroupIDNotNil() predicate.Service
- func TemplateID(v uuid.UUID) predicate.Service
- func TemplateIDEQ(v uuid.UUID) predicate.Service
- func TemplateIDIn(vs ...uuid.UUID) predicate.Service
- func TemplateIDIsNil() predicate.Service
- func TemplateIDNEQ(v uuid.UUID) predicate.Service
- func TemplateIDNotIn(vs ...uuid.UUID) predicate.Service
- func TemplateIDNotNil() predicate.Service
- func TemplateInstanceID(v uuid.UUID) predicate.Service
- func TemplateInstanceIDEQ(v uuid.UUID) predicate.Service
- func TemplateInstanceIDGT(v uuid.UUID) predicate.Service
- func TemplateInstanceIDGTE(v uuid.UUID) predicate.Service
- func TemplateInstanceIDIn(vs ...uuid.UUID) predicate.Service
- func TemplateInstanceIDIsNil() predicate.Service
- func TemplateInstanceIDLT(v uuid.UUID) predicate.Service
- func TemplateInstanceIDLTE(v uuid.UUID) predicate.Service
- func TemplateInstanceIDNEQ(v uuid.UUID) predicate.Service
- func TemplateInstanceIDNotIn(vs ...uuid.UUID) predicate.Service
- func TemplateInstanceIDNotNil() predicate.Service
- func TypeEQ(v schema.ServiceType) predicate.Service
- func TypeIn(vs ...schema.ServiceType) predicate.Service
- func TypeNEQ(v schema.ServiceType) predicate.Service
- func TypeNotIn(vs ...schema.ServiceType) predicate.Service
- func TypeValidator(_type schema.ServiceType) error
- func UpdatedAt(v time.Time) predicate.Service
- func UpdatedAtEQ(v time.Time) predicate.Service
- func UpdatedAtGT(v time.Time) predicate.Service
- func UpdatedAtGTE(v time.Time) predicate.Service
- func UpdatedAtIn(vs ...time.Time) predicate.Service
- func UpdatedAtLT(v time.Time) predicate.Service
- func UpdatedAtLTE(v time.Time) predicate.Service
- func UpdatedAtNEQ(v time.Time) predicate.Service
- func UpdatedAtNotIn(vs ...time.Time) predicate.Service
- func ValidColumn(column string) bool
- type OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCurrentDeploymentField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByCurrentDeploymentID(opts ...sql.OrderTermOption) OrderOption
- func ByDatabase(opts ...sql.OrderTermOption) OrderOption
- func ByDatabaseVersion(opts ...sql.OrderTermOption) OrderOption
- func ByDeployments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByDeploymentsCount(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByEnvironmentField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByEnvironmentID(opts ...sql.OrderTermOption) OrderOption
- func ByGitRepository(opts ...sql.OrderTermOption) OrderOption
- func ByGitRepositoryOwner(opts ...sql.OrderTermOption) OrderOption
- func ByGithubInstallationField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByGithubInstallationID(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByKubernetesName(opts ...sql.OrderTermOption) OrderOption
- func ByKubernetesSecret(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByServiceConfigField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByServiceGroupField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByServiceGroupID(opts ...sql.OrderTermOption) OrderOption
- func ByTemplateField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByTemplateID(opts ...sql.OrderTermOption) OrderOption
- func ByTemplateInstanceID(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByVariableReferences(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByVariableReferencesCount(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the service type in the database. Label = "service" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldKubernetesName holds the string denoting the kubernetes_name field in the database. FieldKubernetesName = "kubernetes_name" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldEnvironmentID holds the string denoting the environment_id field in the database. FieldEnvironmentID = "environment_id" // FieldDetectedPorts holds the string denoting the detected_ports field in the database. FieldDetectedPorts = "detected_ports" // FieldDatabase holds the string denoting the database field in the database. FieldDatabase = "database" // FieldDatabaseVersion holds the string denoting the database_version field in the database. FieldDatabaseVersion = "database_version" // FieldGithubInstallationID holds the string denoting the github_installation_id field in the database. FieldGithubInstallationID = "github_installation_id" // FieldGitRepositoryOwner holds the string denoting the git_repository_owner field in the database. FieldGitRepositoryOwner = "git_repository_owner" // FieldGitRepository holds the string denoting the git_repository field in the database. FieldGitRepository = "git_repository" // FieldKubernetesSecret holds the string denoting the kubernetes_secret field in the database. FieldKubernetesSecret = "kubernetes_secret" // FieldCurrentDeploymentID holds the string denoting the current_deployment_id field in the database. FieldCurrentDeploymentID = "current_deployment_id" // FieldTemplateID holds the string denoting the template_id field in the database. FieldTemplateID = "template_id" // FieldTemplateInstanceID holds the string denoting the template_instance_id field in the database. FieldTemplateInstanceID = "template_instance_id" // FieldServiceGroupID holds the string denoting the service_group_id field in the database. FieldServiceGroupID = "service_group_id" // EdgeEnvironment holds the string denoting the environment edge name in mutations. EdgeEnvironment = "environment" // EdgeGithubInstallation holds the string denoting the github_installation edge name in mutations. EdgeGithubInstallation = "github_installation" // EdgeServiceConfig holds the string denoting the service_config edge name in mutations. EdgeServiceConfig = "service_config" // EdgeDeployments holds the string denoting the deployments edge name in mutations. EdgeDeployments = "deployments" // EdgeCurrentDeployment holds the string denoting the current_deployment edge name in mutations. EdgeCurrentDeployment = "current_deployment" // EdgeTemplate holds the string denoting the template edge name in mutations. EdgeTemplate = "template" // EdgeServiceGroup holds the string denoting the service_group edge name in mutations. EdgeServiceGroup = "service_group" // EdgeVariableReferences holds the string denoting the variable_references edge name in mutations. EdgeVariableReferences = "variable_references" // Table holds the table name of the service in the database. Table = "services" // EnvironmentTable is the table that holds the environment relation/edge. EnvironmentTable = "services" // EnvironmentInverseTable is the table name for the Environment entity. // It exists in this package in order to avoid circular dependency with the "environment" package. EnvironmentInverseTable = "environments" // EnvironmentColumn is the table column denoting the environment relation/edge. EnvironmentColumn = "environment_id" // GithubInstallationTable is the table that holds the github_installation relation/edge. GithubInstallationTable = "services" // GithubInstallationInverseTable is the table name for the GithubInstallation entity. // It exists in this package in order to avoid circular dependency with the "githubinstallation" package. GithubInstallationInverseTable = "github_installations" // GithubInstallationColumn is the table column denoting the github_installation relation/edge. GithubInstallationColumn = "github_installation_id" // ServiceConfigTable is the table that holds the service_config relation/edge. ServiceConfigTable = "service_configs" // ServiceConfigInverseTable is the table name for the ServiceConfig entity. // It exists in this package in order to avoid circular dependency with the "serviceconfig" package. ServiceConfigInverseTable = "service_configs" // ServiceConfigColumn is the table column denoting the service_config relation/edge. ServiceConfigColumn = "service_id" // DeploymentsTable is the table that holds the deployments relation/edge. DeploymentsTable = "deployments" // DeploymentsInverseTable is the table name for the Deployment entity. // It exists in this package in order to avoid circular dependency with the "deployment" package. DeploymentsInverseTable = "deployments" // DeploymentsColumn is the table column denoting the deployments relation/edge. DeploymentsColumn = "service_id" // CurrentDeploymentTable is the table that holds the current_deployment relation/edge. CurrentDeploymentTable = "services" // CurrentDeploymentInverseTable is the table name for the Deployment entity. // It exists in this package in order to avoid circular dependency with the "deployment" package. CurrentDeploymentInverseTable = "deployments" // CurrentDeploymentColumn is the table column denoting the current_deployment relation/edge. CurrentDeploymentColumn = "current_deployment_id" // TemplateTable is the table that holds the template relation/edge. TemplateTable = "services" // TemplateInverseTable is the table name for the Template entity. // It exists in this package in order to avoid circular dependency with the "template" package. TemplateInverseTable = "templates" // TemplateColumn is the table column denoting the template relation/edge. TemplateColumn = "template_id" // ServiceGroupTable is the table that holds the service_group relation/edge. ServiceGroupTable = "services" // ServiceGroupInverseTable is the table name for the ServiceGroup entity. // It exists in this package in order to avoid circular dependency with the "servicegroup" package. ServiceGroupInverseTable = "service_groups" // ServiceGroupColumn is the table column denoting the service_group relation/edge. ServiceGroupColumn = "service_group_id" // VariableReferencesTable is the table that holds the variable_references relation/edge. VariableReferencesTable = "variable_references" // VariableReferencesInverseTable is the table name for the VariableReference entity. // It exists in this package in order to avoid circular dependency with the "variablereference" package. VariableReferencesInverseTable = "variable_references" // VariableReferencesColumn is the table column denoting the variable_references relation/edge. VariableReferencesColumn = "target_service_id" )
Variables ¶
var ( // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // KubernetesNameValidator is a validator for the "kubernetes_name" field. It is called by the builders before save. KubernetesNameValidator func(string) error // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldType, FieldKubernetesName, FieldName, FieldDescription, FieldEnvironmentID, FieldDetectedPorts, FieldDatabase, FieldDatabaseVersion, FieldGithubInstallationID, FieldGitRepositoryOwner, FieldGitRepository, FieldKubernetesSecret, FieldCurrentDeploymentID, FieldTemplateID, FieldTemplateInstanceID, FieldServiceGroupID, }
Columns holds all SQL columns for service fields.
Functions ¶
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func CurrentDeploymentID ¶
CurrentDeploymentID applies equality check predicate on the "current_deployment_id" field. It's identical to CurrentDeploymentIDEQ.
func CurrentDeploymentIDEQ ¶
CurrentDeploymentIDEQ applies the EQ predicate on the "current_deployment_id" field.
func CurrentDeploymentIDIn ¶
CurrentDeploymentIDIn applies the In predicate on the "current_deployment_id" field.
func CurrentDeploymentIDIsNil ¶
CurrentDeploymentIDIsNil applies the IsNil predicate on the "current_deployment_id" field.
func CurrentDeploymentIDNEQ ¶
CurrentDeploymentIDNEQ applies the NEQ predicate on the "current_deployment_id" field.
func CurrentDeploymentIDNotIn ¶
CurrentDeploymentIDNotIn applies the NotIn predicate on the "current_deployment_id" field.
func CurrentDeploymentIDNotNil ¶
CurrentDeploymentIDNotNil applies the NotNil predicate on the "current_deployment_id" field.
func Database ¶
Database applies equality check predicate on the "database" field. It's identical to DatabaseEQ.
func DatabaseContains ¶
DatabaseContains applies the Contains predicate on the "database" field.
func DatabaseContainsFold ¶
DatabaseContainsFold applies the ContainsFold predicate on the "database" field.
func DatabaseEQ ¶
DatabaseEQ applies the EQ predicate on the "database" field.
func DatabaseEqualFold ¶
DatabaseEqualFold applies the EqualFold predicate on the "database" field.
func DatabaseGT ¶
DatabaseGT applies the GT predicate on the "database" field.
func DatabaseGTE ¶
DatabaseGTE applies the GTE predicate on the "database" field.
func DatabaseHasPrefix ¶
DatabaseHasPrefix applies the HasPrefix predicate on the "database" field.
func DatabaseHasSuffix ¶
DatabaseHasSuffix applies the HasSuffix predicate on the "database" field.
func DatabaseIn ¶
DatabaseIn applies the In predicate on the "database" field.
func DatabaseIsNil ¶
DatabaseIsNil applies the IsNil predicate on the "database" field.
func DatabaseLT ¶
DatabaseLT applies the LT predicate on the "database" field.
func DatabaseLTE ¶
DatabaseLTE applies the LTE predicate on the "database" field.
func DatabaseNEQ ¶
DatabaseNEQ applies the NEQ predicate on the "database" field.
func DatabaseNotIn ¶
DatabaseNotIn applies the NotIn predicate on the "database" field.
func DatabaseNotNil ¶
DatabaseNotNil applies the NotNil predicate on the "database" field.
func DatabaseVersion ¶
DatabaseVersion applies equality check predicate on the "database_version" field. It's identical to DatabaseVersionEQ.
func DatabaseVersionContains ¶
DatabaseVersionContains applies the Contains predicate on the "database_version" field.
func DatabaseVersionContainsFold ¶
DatabaseVersionContainsFold applies the ContainsFold predicate on the "database_version" field.
func DatabaseVersionEQ ¶
DatabaseVersionEQ applies the EQ predicate on the "database_version" field.
func DatabaseVersionEqualFold ¶
DatabaseVersionEqualFold applies the EqualFold predicate on the "database_version" field.
func DatabaseVersionGT ¶
DatabaseVersionGT applies the GT predicate on the "database_version" field.
func DatabaseVersionGTE ¶
DatabaseVersionGTE applies the GTE predicate on the "database_version" field.
func DatabaseVersionHasPrefix ¶
DatabaseVersionHasPrefix applies the HasPrefix predicate on the "database_version" field.
func DatabaseVersionHasSuffix ¶
DatabaseVersionHasSuffix applies the HasSuffix predicate on the "database_version" field.
func DatabaseVersionIn ¶
DatabaseVersionIn applies the In predicate on the "database_version" field.
func DatabaseVersionIsNil ¶
DatabaseVersionIsNil applies the IsNil predicate on the "database_version" field.
func DatabaseVersionLT ¶
DatabaseVersionLT applies the LT predicate on the "database_version" field.
func DatabaseVersionLTE ¶
DatabaseVersionLTE applies the LTE predicate on the "database_version" field.
func DatabaseVersionNEQ ¶
DatabaseVersionNEQ applies the NEQ predicate on the "database_version" field.
func DatabaseVersionNotIn ¶
DatabaseVersionNotIn applies the NotIn predicate on the "database_version" field.
func DatabaseVersionNotNil ¶
DatabaseVersionNotNil applies the NotNil predicate on the "database_version" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionIsNil ¶
DescriptionIsNil applies the IsNil predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func DescriptionNotNil ¶
DescriptionNotNil applies the NotNil predicate on the "description" field.
func DetectedPortsIsNil ¶ added in v0.0.18
DetectedPortsIsNil applies the IsNil predicate on the "detected_ports" field.
func DetectedPortsNotNil ¶ added in v0.0.18
DetectedPortsNotNil applies the NotNil predicate on the "detected_ports" field.
func EnvironmentID ¶
EnvironmentID applies equality check predicate on the "environment_id" field. It's identical to EnvironmentIDEQ.
func EnvironmentIDEQ ¶
EnvironmentIDEQ applies the EQ predicate on the "environment_id" field.
func EnvironmentIDIn ¶
EnvironmentIDIn applies the In predicate on the "environment_id" field.
func EnvironmentIDNEQ ¶
EnvironmentIDNEQ applies the NEQ predicate on the "environment_id" field.
func EnvironmentIDNotIn ¶
EnvironmentIDNotIn applies the NotIn predicate on the "environment_id" field.
func GitRepository ¶
GitRepository applies equality check predicate on the "git_repository" field. It's identical to GitRepositoryEQ.
func GitRepositoryContains ¶
GitRepositoryContains applies the Contains predicate on the "git_repository" field.
func GitRepositoryContainsFold ¶
GitRepositoryContainsFold applies the ContainsFold predicate on the "git_repository" field.
func GitRepositoryEQ ¶
GitRepositoryEQ applies the EQ predicate on the "git_repository" field.
func GitRepositoryEqualFold ¶
GitRepositoryEqualFold applies the EqualFold predicate on the "git_repository" field.
func GitRepositoryGT ¶
GitRepositoryGT applies the GT predicate on the "git_repository" field.
func GitRepositoryGTE ¶
GitRepositoryGTE applies the GTE predicate on the "git_repository" field.
func GitRepositoryHasPrefix ¶
GitRepositoryHasPrefix applies the HasPrefix predicate on the "git_repository" field.
func GitRepositoryHasSuffix ¶
GitRepositoryHasSuffix applies the HasSuffix predicate on the "git_repository" field.
func GitRepositoryIn ¶
GitRepositoryIn applies the In predicate on the "git_repository" field.
func GitRepositoryIsNil ¶
GitRepositoryIsNil applies the IsNil predicate on the "git_repository" field.
func GitRepositoryLT ¶
GitRepositoryLT applies the LT predicate on the "git_repository" field.
func GitRepositoryLTE ¶
GitRepositoryLTE applies the LTE predicate on the "git_repository" field.
func GitRepositoryNEQ ¶
GitRepositoryNEQ applies the NEQ predicate on the "git_repository" field.
func GitRepositoryNotIn ¶
GitRepositoryNotIn applies the NotIn predicate on the "git_repository" field.
func GitRepositoryNotNil ¶
GitRepositoryNotNil applies the NotNil predicate on the "git_repository" field.
func GitRepositoryOwner ¶
GitRepositoryOwner applies equality check predicate on the "git_repository_owner" field. It's identical to GitRepositoryOwnerEQ.
func GitRepositoryOwnerContains ¶
GitRepositoryOwnerContains applies the Contains predicate on the "git_repository_owner" field.
func GitRepositoryOwnerContainsFold ¶
GitRepositoryOwnerContainsFold applies the ContainsFold predicate on the "git_repository_owner" field.
func GitRepositoryOwnerEQ ¶
GitRepositoryOwnerEQ applies the EQ predicate on the "git_repository_owner" field.
func GitRepositoryOwnerEqualFold ¶
GitRepositoryOwnerEqualFold applies the EqualFold predicate on the "git_repository_owner" field.
func GitRepositoryOwnerGT ¶
GitRepositoryOwnerGT applies the GT predicate on the "git_repository_owner" field.
func GitRepositoryOwnerGTE ¶
GitRepositoryOwnerGTE applies the GTE predicate on the "git_repository_owner" field.
func GitRepositoryOwnerHasPrefix ¶
GitRepositoryOwnerHasPrefix applies the HasPrefix predicate on the "git_repository_owner" field.
func GitRepositoryOwnerHasSuffix ¶
GitRepositoryOwnerHasSuffix applies the HasSuffix predicate on the "git_repository_owner" field.
func GitRepositoryOwnerIn ¶
GitRepositoryOwnerIn applies the In predicate on the "git_repository_owner" field.
func GitRepositoryOwnerIsNil ¶
GitRepositoryOwnerIsNil applies the IsNil predicate on the "git_repository_owner" field.
func GitRepositoryOwnerLT ¶
GitRepositoryOwnerLT applies the LT predicate on the "git_repository_owner" field.
func GitRepositoryOwnerLTE ¶
GitRepositoryOwnerLTE applies the LTE predicate on the "git_repository_owner" field.
func GitRepositoryOwnerNEQ ¶
GitRepositoryOwnerNEQ applies the NEQ predicate on the "git_repository_owner" field.
func GitRepositoryOwnerNotIn ¶
GitRepositoryOwnerNotIn applies the NotIn predicate on the "git_repository_owner" field.
func GitRepositoryOwnerNotNil ¶
GitRepositoryOwnerNotNil applies the NotNil predicate on the "git_repository_owner" field.
func GithubInstallationID ¶
GithubInstallationID applies equality check predicate on the "github_installation_id" field. It's identical to GithubInstallationIDEQ.
func GithubInstallationIDEQ ¶
GithubInstallationIDEQ applies the EQ predicate on the "github_installation_id" field.
func GithubInstallationIDIn ¶
GithubInstallationIDIn applies the In predicate on the "github_installation_id" field.
func GithubInstallationIDIsNil ¶
GithubInstallationIDIsNil applies the IsNil predicate on the "github_installation_id" field.
func GithubInstallationIDNEQ ¶
GithubInstallationIDNEQ applies the NEQ predicate on the "github_installation_id" field.
func GithubInstallationIDNotIn ¶
GithubInstallationIDNotIn applies the NotIn predicate on the "github_installation_id" field.
func GithubInstallationIDNotNil ¶
GithubInstallationIDNotNil applies the NotNil predicate on the "github_installation_id" field.
func HasCurrentDeployment ¶
HasCurrentDeployment applies the HasEdge predicate on the "current_deployment" edge.
func HasCurrentDeploymentWith ¶
func HasCurrentDeploymentWith(preds ...predicate.Deployment) predicate.Service
HasCurrentDeploymentWith applies the HasEdge predicate on the "current_deployment" edge with a given conditions (other predicates).
func HasDeployments ¶
HasDeployments applies the HasEdge predicate on the "deployments" edge.
func HasDeploymentsWith ¶
func HasDeploymentsWith(preds ...predicate.Deployment) predicate.Service
HasDeploymentsWith applies the HasEdge predicate on the "deployments" edge with a given conditions (other predicates).
func HasEnvironment ¶
HasEnvironment applies the HasEdge predicate on the "environment" edge.
func HasEnvironmentWith ¶
func HasEnvironmentWith(preds ...predicate.Environment) predicate.Service
HasEnvironmentWith applies the HasEdge predicate on the "environment" edge with a given conditions (other predicates).
func HasGithubInstallation ¶
HasGithubInstallation applies the HasEdge predicate on the "github_installation" edge.
func HasGithubInstallationWith ¶
func HasGithubInstallationWith(preds ...predicate.GithubInstallation) predicate.Service
HasGithubInstallationWith applies the HasEdge predicate on the "github_installation" edge with a given conditions (other predicates).
func HasServiceConfig ¶
HasServiceConfig applies the HasEdge predicate on the "service_config" edge.
func HasServiceConfigWith ¶
func HasServiceConfigWith(preds ...predicate.ServiceConfig) predicate.Service
HasServiceConfigWith applies the HasEdge predicate on the "service_config" edge with a given conditions (other predicates).
func HasServiceGroup ¶
HasServiceGroup applies the HasEdge predicate on the "service_group" edge.
func HasServiceGroupWith ¶
func HasServiceGroupWith(preds ...predicate.ServiceGroup) predicate.Service
HasServiceGroupWith applies the HasEdge predicate on the "service_group" edge with a given conditions (other predicates).
func HasTemplate ¶
HasTemplate applies the HasEdge predicate on the "template" edge.
func HasTemplateWith ¶
HasTemplateWith applies the HasEdge predicate on the "template" edge with a given conditions (other predicates).
func HasVariableReferences ¶
HasVariableReferences applies the HasEdge predicate on the "variable_references" edge.
func HasVariableReferencesWith ¶
func HasVariableReferencesWith(preds ...predicate.VariableReference) predicate.Service
HasVariableReferencesWith applies the HasEdge predicate on the "variable_references" edge with a given conditions (other predicates).
func KubernetesName ¶
KubernetesName applies equality check predicate on the "kubernetes_name" field. It's identical to KubernetesNameEQ.
func KubernetesNameContains ¶
KubernetesNameContains applies the Contains predicate on the "kubernetes_name" field.
func KubernetesNameContainsFold ¶
KubernetesNameContainsFold applies the ContainsFold predicate on the "kubernetes_name" field.
func KubernetesNameEQ ¶
KubernetesNameEQ applies the EQ predicate on the "kubernetes_name" field.
func KubernetesNameEqualFold ¶
KubernetesNameEqualFold applies the EqualFold predicate on the "kubernetes_name" field.
func KubernetesNameGT ¶
KubernetesNameGT applies the GT predicate on the "kubernetes_name" field.
func KubernetesNameGTE ¶
KubernetesNameGTE applies the GTE predicate on the "kubernetes_name" field.
func KubernetesNameHasPrefix ¶
KubernetesNameHasPrefix applies the HasPrefix predicate on the "kubernetes_name" field.
func KubernetesNameHasSuffix ¶
KubernetesNameHasSuffix applies the HasSuffix predicate on the "kubernetes_name" field.
func KubernetesNameIn ¶
KubernetesNameIn applies the In predicate on the "kubernetes_name" field.
func KubernetesNameLT ¶
KubernetesNameLT applies the LT predicate on the "kubernetes_name" field.
func KubernetesNameLTE ¶
KubernetesNameLTE applies the LTE predicate on the "kubernetes_name" field.
func KubernetesNameNEQ ¶
KubernetesNameNEQ applies the NEQ predicate on the "kubernetes_name" field.
func KubernetesNameNotIn ¶
KubernetesNameNotIn applies the NotIn predicate on the "kubernetes_name" field.
func KubernetesSecret ¶
KubernetesSecret applies equality check predicate on the "kubernetes_secret" field. It's identical to KubernetesSecretEQ.
func KubernetesSecretContains ¶
KubernetesSecretContains applies the Contains predicate on the "kubernetes_secret" field.
func KubernetesSecretContainsFold ¶
KubernetesSecretContainsFold applies the ContainsFold predicate on the "kubernetes_secret" field.
func KubernetesSecretEQ ¶
KubernetesSecretEQ applies the EQ predicate on the "kubernetes_secret" field.
func KubernetesSecretEqualFold ¶
KubernetesSecretEqualFold applies the EqualFold predicate on the "kubernetes_secret" field.
func KubernetesSecretGT ¶
KubernetesSecretGT applies the GT predicate on the "kubernetes_secret" field.
func KubernetesSecretGTE ¶
KubernetesSecretGTE applies the GTE predicate on the "kubernetes_secret" field.
func KubernetesSecretHasPrefix ¶
KubernetesSecretHasPrefix applies the HasPrefix predicate on the "kubernetes_secret" field.
func KubernetesSecretHasSuffix ¶
KubernetesSecretHasSuffix applies the HasSuffix predicate on the "kubernetes_secret" field.
func KubernetesSecretIn ¶
KubernetesSecretIn applies the In predicate on the "kubernetes_secret" field.
func KubernetesSecretLT ¶
KubernetesSecretLT applies the LT predicate on the "kubernetes_secret" field.
func KubernetesSecretLTE ¶
KubernetesSecretLTE applies the LTE predicate on the "kubernetes_secret" field.
func KubernetesSecretNEQ ¶
KubernetesSecretNEQ applies the NEQ predicate on the "kubernetes_secret" field.
func KubernetesSecretNotIn ¶
KubernetesSecretNotIn applies the NotIn predicate on the "kubernetes_secret" field.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func ServiceGroupID ¶
ServiceGroupID applies equality check predicate on the "service_group_id" field. It's identical to ServiceGroupIDEQ.
func ServiceGroupIDEQ ¶
ServiceGroupIDEQ applies the EQ predicate on the "service_group_id" field.
func ServiceGroupIDIn ¶
ServiceGroupIDIn applies the In predicate on the "service_group_id" field.
func ServiceGroupIDIsNil ¶
ServiceGroupIDIsNil applies the IsNil predicate on the "service_group_id" field.
func ServiceGroupIDNEQ ¶
ServiceGroupIDNEQ applies the NEQ predicate on the "service_group_id" field.
func ServiceGroupIDNotIn ¶
ServiceGroupIDNotIn applies the NotIn predicate on the "service_group_id" field.
func ServiceGroupIDNotNil ¶
ServiceGroupIDNotNil applies the NotNil predicate on the "service_group_id" field.
func TemplateID ¶
TemplateID applies equality check predicate on the "template_id" field. It's identical to TemplateIDEQ.
func TemplateIDEQ ¶
TemplateIDEQ applies the EQ predicate on the "template_id" field.
func TemplateIDIn ¶
TemplateIDIn applies the In predicate on the "template_id" field.
func TemplateIDIsNil ¶
TemplateIDIsNil applies the IsNil predicate on the "template_id" field.
func TemplateIDNEQ ¶
TemplateIDNEQ applies the NEQ predicate on the "template_id" field.
func TemplateIDNotIn ¶
TemplateIDNotIn applies the NotIn predicate on the "template_id" field.
func TemplateIDNotNil ¶
TemplateIDNotNil applies the NotNil predicate on the "template_id" field.
func TemplateInstanceID ¶
TemplateInstanceID applies equality check predicate on the "template_instance_id" field. It's identical to TemplateInstanceIDEQ.
func TemplateInstanceIDEQ ¶
TemplateInstanceIDEQ applies the EQ predicate on the "template_instance_id" field.
func TemplateInstanceIDGT ¶
TemplateInstanceIDGT applies the GT predicate on the "template_instance_id" field.
func TemplateInstanceIDGTE ¶
TemplateInstanceIDGTE applies the GTE predicate on the "template_instance_id" field.
func TemplateInstanceIDIn ¶
TemplateInstanceIDIn applies the In predicate on the "template_instance_id" field.
func TemplateInstanceIDIsNil ¶
TemplateInstanceIDIsNil applies the IsNil predicate on the "template_instance_id" field.
func TemplateInstanceIDLT ¶
TemplateInstanceIDLT applies the LT predicate on the "template_instance_id" field.
func TemplateInstanceIDLTE ¶
TemplateInstanceIDLTE applies the LTE predicate on the "template_instance_id" field.
func TemplateInstanceIDNEQ ¶
TemplateInstanceIDNEQ applies the NEQ predicate on the "template_instance_id" field.
func TemplateInstanceIDNotIn ¶
TemplateInstanceIDNotIn applies the NotIn predicate on the "template_instance_id" field.
func TemplateInstanceIDNotNil ¶
TemplateInstanceIDNotNil applies the NotNil predicate on the "template_instance_id" field.
func TypeEQ ¶
func TypeEQ(v schema.ServiceType) predicate.Service
TypeEQ applies the EQ predicate on the "type" field.
func TypeIn ¶
func TypeIn(vs ...schema.ServiceType) predicate.Service
TypeIn applies the In predicate on the "type" field.
func TypeNEQ ¶
func TypeNEQ(v schema.ServiceType) predicate.Service
TypeNEQ applies the NEQ predicate on the "type" field.
func TypeNotIn ¶
func TypeNotIn(vs ...schema.ServiceType) predicate.Service
TypeNotIn applies the NotIn predicate on the "type" field.
func TypeValidator ¶
func TypeValidator(_type schema.ServiceType) error
TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the Service queries.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCurrentDeploymentField ¶
func ByCurrentDeploymentField(field string, opts ...sql.OrderTermOption) OrderOption
ByCurrentDeploymentField orders the results by current_deployment field.
func ByCurrentDeploymentID ¶
func ByCurrentDeploymentID(opts ...sql.OrderTermOption) OrderOption
ByCurrentDeploymentID orders the results by the current_deployment_id field.
func ByDatabase ¶
func ByDatabase(opts ...sql.OrderTermOption) OrderOption
ByDatabase orders the results by the database field.
func ByDatabaseVersion ¶
func ByDatabaseVersion(opts ...sql.OrderTermOption) OrderOption
ByDatabaseVersion orders the results by the database_version field.
func ByDeployments ¶
func ByDeployments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByDeployments orders the results by deployments terms.
func ByDeploymentsCount ¶
func ByDeploymentsCount(opts ...sql.OrderTermOption) OrderOption
ByDeploymentsCount orders the results by deployments count.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByEnvironmentField ¶
func ByEnvironmentField(field string, opts ...sql.OrderTermOption) OrderOption
ByEnvironmentField orders the results by environment field.
func ByEnvironmentID ¶
func ByEnvironmentID(opts ...sql.OrderTermOption) OrderOption
ByEnvironmentID orders the results by the environment_id field.
func ByGitRepository ¶
func ByGitRepository(opts ...sql.OrderTermOption) OrderOption
ByGitRepository orders the results by the git_repository field.
func ByGitRepositoryOwner ¶
func ByGitRepositoryOwner(opts ...sql.OrderTermOption) OrderOption
ByGitRepositoryOwner orders the results by the git_repository_owner field.
func ByGithubInstallationField ¶
func ByGithubInstallationField(field string, opts ...sql.OrderTermOption) OrderOption
ByGithubInstallationField orders the results by github_installation field.
func ByGithubInstallationID ¶
func ByGithubInstallationID(opts ...sql.OrderTermOption) OrderOption
ByGithubInstallationID orders the results by the github_installation_id field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByKubernetesName ¶
func ByKubernetesName(opts ...sql.OrderTermOption) OrderOption
ByKubernetesName orders the results by the kubernetes_name field.
func ByKubernetesSecret ¶
func ByKubernetesSecret(opts ...sql.OrderTermOption) OrderOption
ByKubernetesSecret orders the results by the kubernetes_secret field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByServiceConfigField ¶
func ByServiceConfigField(field string, opts ...sql.OrderTermOption) OrderOption
ByServiceConfigField orders the results by service_config field.
func ByServiceGroupField ¶
func ByServiceGroupField(field string, opts ...sql.OrderTermOption) OrderOption
ByServiceGroupField orders the results by service_group field.
func ByServiceGroupID ¶
func ByServiceGroupID(opts ...sql.OrderTermOption) OrderOption
ByServiceGroupID orders the results by the service_group_id field.
func ByTemplateField ¶
func ByTemplateField(field string, opts ...sql.OrderTermOption) OrderOption
ByTemplateField orders the results by template field.
func ByTemplateID ¶
func ByTemplateID(opts ...sql.OrderTermOption) OrderOption
ByTemplateID orders the results by the template_id field.
func ByTemplateInstanceID ¶
func ByTemplateInstanceID(opts ...sql.OrderTermOption) OrderOption
ByTemplateInstanceID orders the results by the template_instance_id field.
func ByType ¶
func ByType(opts ...sql.OrderTermOption) OrderOption
ByType orders the results by the type field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByVariableReferences ¶
func ByVariableReferences(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByVariableReferences orders the results by variable_references terms.
func ByVariableReferencesCount ¶
func ByVariableReferencesCount(opts ...sql.OrderTermOption) OrderOption
ByVariableReferencesCount orders the results by variable_references count.