serviceconfig

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the serviceconfig type in the database.
	Label = "service_config"
	// 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"
	// FieldServiceID holds the string denoting the service_id field in the database.
	FieldServiceID = "service_id"
	// FieldBuilder holds the string denoting the builder field in the database.
	FieldBuilder = "builder"
	// FieldIcon holds the string denoting the icon field in the database.
	FieldIcon = "icon"
	// FieldDockerBuilderDockerfilePath holds the string denoting the docker_builder_dockerfile_path field in the database.
	FieldDockerBuilderDockerfilePath = "docker_builder_dockerfile_path"
	// FieldDockerBuilderBuildContext holds the string denoting the docker_builder_build_context field in the database.
	FieldDockerBuilderBuildContext = "docker_builder_build_context"
	// FieldRailpackProvider holds the string denoting the railpack_provider field in the database.
	FieldRailpackProvider = "railpack_provider"
	// FieldRailpackFramework holds the string denoting the railpack_framework field in the database.
	FieldRailpackFramework = "railpack_framework"
	// FieldGitBranch holds the string denoting the git_branch field in the database.
	FieldGitBranch = "git_branch"
	// FieldGitTag holds the string denoting the git_tag field in the database.
	FieldGitTag = "git_tag"
	// FieldHosts holds the string denoting the hosts field in the database.
	FieldHosts = "hosts"
	// FieldPorts holds the string denoting the ports field in the database.
	FieldPorts = "ports"
	// FieldReplicas holds the string denoting the replicas field in the database.
	FieldReplicas = "replicas"
	// FieldAutoDeploy holds the string denoting the auto_deploy field in the database.
	FieldAutoDeploy = "auto_deploy"
	// FieldRailpackBuilderInstallCommand holds the string denoting the railpack_builder_install_command field in the database.
	FieldRailpackBuilderInstallCommand = "railpack_builder_install_command"
	// FieldRailpackBuilderBuildCommand holds the string denoting the railpack_builder_build_command field in the database.
	FieldRailpackBuilderBuildCommand = "railpack_builder_build_command"
	// FieldRunCommand holds the string denoting the run_command field in the database.
	FieldRunCommand = "run_command"
	// FieldIsPublic holds the string denoting the is_public field in the database.
	FieldIsPublic = "is_public"
	// FieldImage holds the string denoting the image field in the database.
	FieldImage = "image"
	// FieldDefinitionVersion holds the string denoting the definition_version field in the database.
	FieldDefinitionVersion = "definition_version"
	// FieldDatabaseConfig holds the string denoting the database_config field in the database.
	FieldDatabaseConfig = "database_config"
	// FieldS3BackupSourceID holds the string denoting the s3_backup_source_id field in the database.
	FieldS3BackupSourceID = "s3_backup_source_id"
	// FieldS3BackupBucket holds the string denoting the s3_backup_bucket field in the database.
	FieldS3BackupBucket = "s3_backup_bucket"
	// FieldBackupSchedule holds the string denoting the backup_schedule field in the database.
	FieldBackupSchedule = "backup_schedule"
	// FieldBackupRetentionCount holds the string denoting the backup_retention_count field in the database.
	FieldBackupRetentionCount = "backup_retention_count"
	// FieldVolumes holds the string denoting the volumes field in the database.
	FieldVolumes = "volumes"
	// FieldSecurityContext holds the string denoting the security_context field in the database.
	FieldSecurityContext = "security_context"
	// FieldHealthCheck holds the string denoting the health_check field in the database.
	FieldHealthCheck = "health_check"
	// FieldVariableMounts holds the string denoting the variable_mounts field in the database.
	FieldVariableMounts = "variable_mounts"
	// FieldProtectedVariables holds the string denoting the protected_variables field in the database.
	FieldProtectedVariables = "protected_variables"
	// FieldInitContainers holds the string denoting the init_containers field in the database.
	FieldInitContainers = "init_containers"
	// FieldResources holds the string denoting the resources field in the database.
	FieldResources = "resources"
	// EdgeService holds the string denoting the service edge name in mutations.
	EdgeService = "service"
	// EdgeS3BackupSources holds the string denoting the s3_backup_sources edge name in mutations.
	EdgeS3BackupSources = "s3_backup_sources"
	// Table holds the table name of the serviceconfig in the database.
	Table = "service_configs"
	// ServiceTable is the table that holds the service relation/edge.
	ServiceTable = "service_configs"
	// ServiceInverseTable is the table name for the Service entity.
	// It exists in this package in order to avoid circular dependency with the "service" package.
	ServiceInverseTable = "services"
	// ServiceColumn is the table column denoting the service relation/edge.
	ServiceColumn = "service_id"
	// S3BackupSourcesTable is the table that holds the s3_backup_sources relation/edge.
	S3BackupSourcesTable = "service_configs"
	// S3BackupSourcesInverseTable is the table name for the S3 entity.
	// It exists in this package in order to avoid circular dependency with the "s3" package.
	S3BackupSourcesInverseTable = "s3_sources"
	// S3BackupSourcesColumn is the table column denoting the s3_backup_sources relation/edge.
	S3BackupSourcesColumn = "s3_backup_source_id"
)

Variables

View Source
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
	// DefaultReplicas holds the default value on creation for the "replicas" field.
	DefaultReplicas int32
	// DefaultAutoDeploy holds the default value on creation for the "auto_deploy" field.
	DefaultAutoDeploy bool
	// DefaultIsPublic holds the default value on creation for the "is_public" field.
	DefaultIsPublic bool
	// DefaultBackupSchedule holds the default value on creation for the "backup_schedule" field.
	DefaultBackupSchedule string
	// DefaultBackupRetentionCount holds the default value on creation for the "backup_retention_count" field.
	DefaultBackupRetentionCount int
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)

Columns holds all SQL columns for serviceconfig fields.

Functions

func And

And groups predicates with the AND operator between them.

func AutoDeploy

func AutoDeploy(v bool) predicate.ServiceConfig

AutoDeploy applies equality check predicate on the "auto_deploy" field. It's identical to AutoDeployEQ.

func AutoDeployEQ

func AutoDeployEQ(v bool) predicate.ServiceConfig

AutoDeployEQ applies the EQ predicate on the "auto_deploy" field.

func AutoDeployNEQ

func AutoDeployNEQ(v bool) predicate.ServiceConfig

AutoDeployNEQ applies the NEQ predicate on the "auto_deploy" field.

func BackupRetentionCount

func BackupRetentionCount(v int) predicate.ServiceConfig

BackupRetentionCount applies equality check predicate on the "backup_retention_count" field. It's identical to BackupRetentionCountEQ.

func BackupRetentionCountEQ

func BackupRetentionCountEQ(v int) predicate.ServiceConfig

BackupRetentionCountEQ applies the EQ predicate on the "backup_retention_count" field.

func BackupRetentionCountGT

func BackupRetentionCountGT(v int) predicate.ServiceConfig

BackupRetentionCountGT applies the GT predicate on the "backup_retention_count" field.

func BackupRetentionCountGTE

func BackupRetentionCountGTE(v int) predicate.ServiceConfig

BackupRetentionCountGTE applies the GTE predicate on the "backup_retention_count" field.

func BackupRetentionCountIn

func BackupRetentionCountIn(vs ...int) predicate.ServiceConfig

BackupRetentionCountIn applies the In predicate on the "backup_retention_count" field.

func BackupRetentionCountLT

func BackupRetentionCountLT(v int) predicate.ServiceConfig

BackupRetentionCountLT applies the LT predicate on the "backup_retention_count" field.

func BackupRetentionCountLTE

func BackupRetentionCountLTE(v int) predicate.ServiceConfig

BackupRetentionCountLTE applies the LTE predicate on the "backup_retention_count" field.

func BackupRetentionCountNEQ

func BackupRetentionCountNEQ(v int) predicate.ServiceConfig

BackupRetentionCountNEQ applies the NEQ predicate on the "backup_retention_count" field.

func BackupRetentionCountNotIn

func BackupRetentionCountNotIn(vs ...int) predicate.ServiceConfig

BackupRetentionCountNotIn applies the NotIn predicate on the "backup_retention_count" field.

func BackupSchedule

func BackupSchedule(v string) predicate.ServiceConfig

BackupSchedule applies equality check predicate on the "backup_schedule" field. It's identical to BackupScheduleEQ.

func BackupScheduleContains

func BackupScheduleContains(v string) predicate.ServiceConfig

BackupScheduleContains applies the Contains predicate on the "backup_schedule" field.

func BackupScheduleContainsFold

func BackupScheduleContainsFold(v string) predicate.ServiceConfig

BackupScheduleContainsFold applies the ContainsFold predicate on the "backup_schedule" field.

func BackupScheduleEQ

func BackupScheduleEQ(v string) predicate.ServiceConfig

BackupScheduleEQ applies the EQ predicate on the "backup_schedule" field.

func BackupScheduleEqualFold

func BackupScheduleEqualFold(v string) predicate.ServiceConfig

BackupScheduleEqualFold applies the EqualFold predicate on the "backup_schedule" field.

func BackupScheduleGT

func BackupScheduleGT(v string) predicate.ServiceConfig

BackupScheduleGT applies the GT predicate on the "backup_schedule" field.

func BackupScheduleGTE

func BackupScheduleGTE(v string) predicate.ServiceConfig

BackupScheduleGTE applies the GTE predicate on the "backup_schedule" field.

func BackupScheduleHasPrefix

func BackupScheduleHasPrefix(v string) predicate.ServiceConfig

BackupScheduleHasPrefix applies the HasPrefix predicate on the "backup_schedule" field.

func BackupScheduleHasSuffix

func BackupScheduleHasSuffix(v string) predicate.ServiceConfig

BackupScheduleHasSuffix applies the HasSuffix predicate on the "backup_schedule" field.

func BackupScheduleIn

func BackupScheduleIn(vs ...string) predicate.ServiceConfig

BackupScheduleIn applies the In predicate on the "backup_schedule" field.

func BackupScheduleLT

func BackupScheduleLT(v string) predicate.ServiceConfig

BackupScheduleLT applies the LT predicate on the "backup_schedule" field.

func BackupScheduleLTE

func BackupScheduleLTE(v string) predicate.ServiceConfig

BackupScheduleLTE applies the LTE predicate on the "backup_schedule" field.

func BackupScheduleNEQ

func BackupScheduleNEQ(v string) predicate.ServiceConfig

BackupScheduleNEQ applies the NEQ predicate on the "backup_schedule" field.

func BackupScheduleNotIn

func BackupScheduleNotIn(vs ...string) predicate.ServiceConfig

BackupScheduleNotIn applies the NotIn predicate on the "backup_schedule" field.

func BuilderEQ

BuilderEQ applies the EQ predicate on the "builder" field.

func BuilderIn

BuilderIn applies the In predicate on the "builder" field.

func BuilderNEQ

BuilderNEQ applies the NEQ predicate on the "builder" field.

func BuilderNotIn

func BuilderNotIn(vs ...schema.ServiceBuilder) predicate.ServiceConfig

BuilderNotIn applies the NotIn predicate on the "builder" field.

func BuilderValidator

func BuilderValidator(b schema.ServiceBuilder) error

BuilderValidator is a validator for the "builder" field enum values. It is called by the builders before save.

func CreatedAt

func CreatedAt(v time.Time) predicate.ServiceConfig

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.ServiceConfig

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.ServiceConfig

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.ServiceConfig

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.ServiceConfig

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.ServiceConfig

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.ServiceConfig

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.ServiceConfig

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.ServiceConfig

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DatabaseConfigIsNil

func DatabaseConfigIsNil() predicate.ServiceConfig

DatabaseConfigIsNil applies the IsNil predicate on the "database_config" field.

func DatabaseConfigNotNil

func DatabaseConfigNotNil() predicate.ServiceConfig

DatabaseConfigNotNil applies the NotNil predicate on the "database_config" field.

func DefinitionVersion

func DefinitionVersion(v string) predicate.ServiceConfig

DefinitionVersion applies equality check predicate on the "definition_version" field. It's identical to DefinitionVersionEQ.

func DefinitionVersionContains

func DefinitionVersionContains(v string) predicate.ServiceConfig

DefinitionVersionContains applies the Contains predicate on the "definition_version" field.

func DefinitionVersionContainsFold

func DefinitionVersionContainsFold(v string) predicate.ServiceConfig

DefinitionVersionContainsFold applies the ContainsFold predicate on the "definition_version" field.

func DefinitionVersionEQ

func DefinitionVersionEQ(v string) predicate.ServiceConfig

DefinitionVersionEQ applies the EQ predicate on the "definition_version" field.

func DefinitionVersionEqualFold

func DefinitionVersionEqualFold(v string) predicate.ServiceConfig

DefinitionVersionEqualFold applies the EqualFold predicate on the "definition_version" field.

func DefinitionVersionGT

func DefinitionVersionGT(v string) predicate.ServiceConfig

DefinitionVersionGT applies the GT predicate on the "definition_version" field.

func DefinitionVersionGTE

func DefinitionVersionGTE(v string) predicate.ServiceConfig

DefinitionVersionGTE applies the GTE predicate on the "definition_version" field.

func DefinitionVersionHasPrefix

func DefinitionVersionHasPrefix(v string) predicate.ServiceConfig

DefinitionVersionHasPrefix applies the HasPrefix predicate on the "definition_version" field.

func DefinitionVersionHasSuffix

func DefinitionVersionHasSuffix(v string) predicate.ServiceConfig

DefinitionVersionHasSuffix applies the HasSuffix predicate on the "definition_version" field.

func DefinitionVersionIn

func DefinitionVersionIn(vs ...string) predicate.ServiceConfig

DefinitionVersionIn applies the In predicate on the "definition_version" field.

func DefinitionVersionIsNil

func DefinitionVersionIsNil() predicate.ServiceConfig

DefinitionVersionIsNil applies the IsNil predicate on the "definition_version" field.

func DefinitionVersionLT

func DefinitionVersionLT(v string) predicate.ServiceConfig

DefinitionVersionLT applies the LT predicate on the "definition_version" field.

func DefinitionVersionLTE

func DefinitionVersionLTE(v string) predicate.ServiceConfig

DefinitionVersionLTE applies the LTE predicate on the "definition_version" field.

func DefinitionVersionNEQ

func DefinitionVersionNEQ(v string) predicate.ServiceConfig

DefinitionVersionNEQ applies the NEQ predicate on the "definition_version" field.

func DefinitionVersionNotIn

func DefinitionVersionNotIn(vs ...string) predicate.ServiceConfig

DefinitionVersionNotIn applies the NotIn predicate on the "definition_version" field.

func DefinitionVersionNotNil

func DefinitionVersionNotNil() predicate.ServiceConfig

DefinitionVersionNotNil applies the NotNil predicate on the "definition_version" field.

func DockerBuilderBuildContext

func DockerBuilderBuildContext(v string) predicate.ServiceConfig

DockerBuilderBuildContext applies equality check predicate on the "docker_builder_build_context" field. It's identical to DockerBuilderBuildContextEQ.

func DockerBuilderBuildContextContains

func DockerBuilderBuildContextContains(v string) predicate.ServiceConfig

DockerBuilderBuildContextContains applies the Contains predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextContainsFold

func DockerBuilderBuildContextContainsFold(v string) predicate.ServiceConfig

DockerBuilderBuildContextContainsFold applies the ContainsFold predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextEQ

func DockerBuilderBuildContextEQ(v string) predicate.ServiceConfig

DockerBuilderBuildContextEQ applies the EQ predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextEqualFold

func DockerBuilderBuildContextEqualFold(v string) predicate.ServiceConfig

DockerBuilderBuildContextEqualFold applies the EqualFold predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextGT

func DockerBuilderBuildContextGT(v string) predicate.ServiceConfig

DockerBuilderBuildContextGT applies the GT predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextGTE

func DockerBuilderBuildContextGTE(v string) predicate.ServiceConfig

DockerBuilderBuildContextGTE applies the GTE predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextHasPrefix

func DockerBuilderBuildContextHasPrefix(v string) predicate.ServiceConfig

DockerBuilderBuildContextHasPrefix applies the HasPrefix predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextHasSuffix

func DockerBuilderBuildContextHasSuffix(v string) predicate.ServiceConfig

DockerBuilderBuildContextHasSuffix applies the HasSuffix predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextIn

func DockerBuilderBuildContextIn(vs ...string) predicate.ServiceConfig

DockerBuilderBuildContextIn applies the In predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextIsNil

func DockerBuilderBuildContextIsNil() predicate.ServiceConfig

DockerBuilderBuildContextIsNil applies the IsNil predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextLT

func DockerBuilderBuildContextLT(v string) predicate.ServiceConfig

DockerBuilderBuildContextLT applies the LT predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextLTE

func DockerBuilderBuildContextLTE(v string) predicate.ServiceConfig

DockerBuilderBuildContextLTE applies the LTE predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextNEQ

func DockerBuilderBuildContextNEQ(v string) predicate.ServiceConfig

DockerBuilderBuildContextNEQ applies the NEQ predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextNotIn

func DockerBuilderBuildContextNotIn(vs ...string) predicate.ServiceConfig

DockerBuilderBuildContextNotIn applies the NotIn predicate on the "docker_builder_build_context" field.

func DockerBuilderBuildContextNotNil

func DockerBuilderBuildContextNotNil() predicate.ServiceConfig

DockerBuilderBuildContextNotNil applies the NotNil predicate on the "docker_builder_build_context" field.

func DockerBuilderDockerfilePath

func DockerBuilderDockerfilePath(v string) predicate.ServiceConfig

DockerBuilderDockerfilePath applies equality check predicate on the "docker_builder_dockerfile_path" field. It's identical to DockerBuilderDockerfilePathEQ.

func DockerBuilderDockerfilePathContains

func DockerBuilderDockerfilePathContains(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathContains applies the Contains predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathContainsFold

func DockerBuilderDockerfilePathContainsFold(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathContainsFold applies the ContainsFold predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathEQ

func DockerBuilderDockerfilePathEQ(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathEQ applies the EQ predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathEqualFold

func DockerBuilderDockerfilePathEqualFold(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathEqualFold applies the EqualFold predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathGT

func DockerBuilderDockerfilePathGT(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathGT applies the GT predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathGTE

func DockerBuilderDockerfilePathGTE(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathGTE applies the GTE predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathHasPrefix

func DockerBuilderDockerfilePathHasPrefix(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathHasPrefix applies the HasPrefix predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathHasSuffix

func DockerBuilderDockerfilePathHasSuffix(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathHasSuffix applies the HasSuffix predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathIn

func DockerBuilderDockerfilePathIn(vs ...string) predicate.ServiceConfig

DockerBuilderDockerfilePathIn applies the In predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathIsNil

func DockerBuilderDockerfilePathIsNil() predicate.ServiceConfig

DockerBuilderDockerfilePathIsNil applies the IsNil predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathLT

func DockerBuilderDockerfilePathLT(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathLT applies the LT predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathLTE

func DockerBuilderDockerfilePathLTE(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathLTE applies the LTE predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathNEQ

func DockerBuilderDockerfilePathNEQ(v string) predicate.ServiceConfig

DockerBuilderDockerfilePathNEQ applies the NEQ predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathNotIn

func DockerBuilderDockerfilePathNotIn(vs ...string) predicate.ServiceConfig

DockerBuilderDockerfilePathNotIn applies the NotIn predicate on the "docker_builder_dockerfile_path" field.

func DockerBuilderDockerfilePathNotNil

func DockerBuilderDockerfilePathNotNil() predicate.ServiceConfig

DockerBuilderDockerfilePathNotNil applies the NotNil predicate on the "docker_builder_dockerfile_path" field.

func GitBranch

func GitBranch(v string) predicate.ServiceConfig

GitBranch applies equality check predicate on the "git_branch" field. It's identical to GitBranchEQ.

func GitBranchContains

func GitBranchContains(v string) predicate.ServiceConfig

GitBranchContains applies the Contains predicate on the "git_branch" field.

func GitBranchContainsFold

func GitBranchContainsFold(v string) predicate.ServiceConfig

GitBranchContainsFold applies the ContainsFold predicate on the "git_branch" field.

func GitBranchEQ

func GitBranchEQ(v string) predicate.ServiceConfig

GitBranchEQ applies the EQ predicate on the "git_branch" field.

func GitBranchEqualFold

func GitBranchEqualFold(v string) predicate.ServiceConfig

GitBranchEqualFold applies the EqualFold predicate on the "git_branch" field.

func GitBranchGT

func GitBranchGT(v string) predicate.ServiceConfig

GitBranchGT applies the GT predicate on the "git_branch" field.

func GitBranchGTE

func GitBranchGTE(v string) predicate.ServiceConfig

GitBranchGTE applies the GTE predicate on the "git_branch" field.

func GitBranchHasPrefix

func GitBranchHasPrefix(v string) predicate.ServiceConfig

GitBranchHasPrefix applies the HasPrefix predicate on the "git_branch" field.

func GitBranchHasSuffix

func GitBranchHasSuffix(v string) predicate.ServiceConfig

GitBranchHasSuffix applies the HasSuffix predicate on the "git_branch" field.

func GitBranchIn

func GitBranchIn(vs ...string) predicate.ServiceConfig

GitBranchIn applies the In predicate on the "git_branch" field.

func GitBranchIsNil

func GitBranchIsNil() predicate.ServiceConfig

GitBranchIsNil applies the IsNil predicate on the "git_branch" field.

func GitBranchLT

func GitBranchLT(v string) predicate.ServiceConfig

GitBranchLT applies the LT predicate on the "git_branch" field.

func GitBranchLTE

func GitBranchLTE(v string) predicate.ServiceConfig

GitBranchLTE applies the LTE predicate on the "git_branch" field.

func GitBranchNEQ

func GitBranchNEQ(v string) predicate.ServiceConfig

GitBranchNEQ applies the NEQ predicate on the "git_branch" field.

func GitBranchNotIn

func GitBranchNotIn(vs ...string) predicate.ServiceConfig

GitBranchNotIn applies the NotIn predicate on the "git_branch" field.

func GitBranchNotNil

func GitBranchNotNil() predicate.ServiceConfig

GitBranchNotNil applies the NotNil predicate on the "git_branch" field.

func GitTag

func GitTag(v string) predicate.ServiceConfig

GitTag applies equality check predicate on the "git_tag" field. It's identical to GitTagEQ.

func GitTagContains

func GitTagContains(v string) predicate.ServiceConfig

GitTagContains applies the Contains predicate on the "git_tag" field.

func GitTagContainsFold

func GitTagContainsFold(v string) predicate.ServiceConfig

GitTagContainsFold applies the ContainsFold predicate on the "git_tag" field.

func GitTagEQ

func GitTagEQ(v string) predicate.ServiceConfig

GitTagEQ applies the EQ predicate on the "git_tag" field.

func GitTagEqualFold

func GitTagEqualFold(v string) predicate.ServiceConfig

GitTagEqualFold applies the EqualFold predicate on the "git_tag" field.

func GitTagGT

func GitTagGT(v string) predicate.ServiceConfig

GitTagGT applies the GT predicate on the "git_tag" field.

func GitTagGTE

func GitTagGTE(v string) predicate.ServiceConfig

GitTagGTE applies the GTE predicate on the "git_tag" field.

func GitTagHasPrefix

func GitTagHasPrefix(v string) predicate.ServiceConfig

GitTagHasPrefix applies the HasPrefix predicate on the "git_tag" field.

func GitTagHasSuffix

func GitTagHasSuffix(v string) predicate.ServiceConfig

GitTagHasSuffix applies the HasSuffix predicate on the "git_tag" field.

func GitTagIn

func GitTagIn(vs ...string) predicate.ServiceConfig

GitTagIn applies the In predicate on the "git_tag" field.

func GitTagIsNil

func GitTagIsNil() predicate.ServiceConfig

GitTagIsNil applies the IsNil predicate on the "git_tag" field.

func GitTagLT

func GitTagLT(v string) predicate.ServiceConfig

GitTagLT applies the LT predicate on the "git_tag" field.

func GitTagLTE

func GitTagLTE(v string) predicate.ServiceConfig

GitTagLTE applies the LTE predicate on the "git_tag" field.

func GitTagNEQ

func GitTagNEQ(v string) predicate.ServiceConfig

GitTagNEQ applies the NEQ predicate on the "git_tag" field.

func GitTagNotIn

func GitTagNotIn(vs ...string) predicate.ServiceConfig

GitTagNotIn applies the NotIn predicate on the "git_tag" field.

func GitTagNotNil

func GitTagNotNil() predicate.ServiceConfig

GitTagNotNil applies the NotNil predicate on the "git_tag" field.

func HasS3BackupSources

func HasS3BackupSources() predicate.ServiceConfig

HasS3BackupSources applies the HasEdge predicate on the "s3_backup_sources" edge.

func HasS3BackupSourcesWith

func HasS3BackupSourcesWith(preds ...predicate.S3) predicate.ServiceConfig

HasS3BackupSourcesWith applies the HasEdge predicate on the "s3_backup_sources" edge with a given conditions (other predicates).

func HasService

func HasService() predicate.ServiceConfig

HasService applies the HasEdge predicate on the "service" edge.

func HasServiceWith

func HasServiceWith(preds ...predicate.Service) predicate.ServiceConfig

HasServiceWith applies the HasEdge predicate on the "service" edge with a given conditions (other predicates).

func HealthCheckIsNil

func HealthCheckIsNil() predicate.ServiceConfig

HealthCheckIsNil applies the IsNil predicate on the "health_check" field.

func HealthCheckNotNil

func HealthCheckNotNil() predicate.ServiceConfig

HealthCheckNotNil applies the NotNil predicate on the "health_check" field.

func HostsIsNil

func HostsIsNil() predicate.ServiceConfig

HostsIsNil applies the IsNil predicate on the "hosts" field.

func HostsNotNil

func HostsNotNil() predicate.ServiceConfig

HostsNotNil applies the NotNil predicate on the "hosts" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id uuid.UUID) predicate.ServiceConfig

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...uuid.UUID) predicate.ServiceConfig

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id uuid.UUID) predicate.ServiceConfig

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id uuid.UUID) predicate.ServiceConfig

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uuid.UUID) predicate.ServiceConfig

IDNotIn applies the NotIn predicate on the ID field.

func Icon

Icon applies equality check predicate on the "icon" field. It's identical to IconEQ.

func IconContains

func IconContains(v string) predicate.ServiceConfig

IconContains applies the Contains predicate on the "icon" field.

func IconContainsFold

func IconContainsFold(v string) predicate.ServiceConfig

IconContainsFold applies the ContainsFold predicate on the "icon" field.

func IconEQ

func IconEQ(v string) predicate.ServiceConfig

IconEQ applies the EQ predicate on the "icon" field.

func IconEqualFold

func IconEqualFold(v string) predicate.ServiceConfig

IconEqualFold applies the EqualFold predicate on the "icon" field.

func IconGT

func IconGT(v string) predicate.ServiceConfig

IconGT applies the GT predicate on the "icon" field.

func IconGTE

func IconGTE(v string) predicate.ServiceConfig

IconGTE applies the GTE predicate on the "icon" field.

func IconHasPrefix

func IconHasPrefix(v string) predicate.ServiceConfig

IconHasPrefix applies the HasPrefix predicate on the "icon" field.

func IconHasSuffix

func IconHasSuffix(v string) predicate.ServiceConfig

IconHasSuffix applies the HasSuffix predicate on the "icon" field.

func IconIn

func IconIn(vs ...string) predicate.ServiceConfig

IconIn applies the In predicate on the "icon" field.

func IconLT

func IconLT(v string) predicate.ServiceConfig

IconLT applies the LT predicate on the "icon" field.

func IconLTE

func IconLTE(v string) predicate.ServiceConfig

IconLTE applies the LTE predicate on the "icon" field.

func IconNEQ

func IconNEQ(v string) predicate.ServiceConfig

IconNEQ applies the NEQ predicate on the "icon" field.

func IconNotIn

func IconNotIn(vs ...string) predicate.ServiceConfig

IconNotIn applies the NotIn predicate on the "icon" field.

func Image

Image applies equality check predicate on the "image" field. It's identical to ImageEQ.

func ImageContains

func ImageContains(v string) predicate.ServiceConfig

ImageContains applies the Contains predicate on the "image" field.

func ImageContainsFold

func ImageContainsFold(v string) predicate.ServiceConfig

ImageContainsFold applies the ContainsFold predicate on the "image" field.

func ImageEQ

func ImageEQ(v string) predicate.ServiceConfig

ImageEQ applies the EQ predicate on the "image" field.

func ImageEqualFold

func ImageEqualFold(v string) predicate.ServiceConfig

ImageEqualFold applies the EqualFold predicate on the "image" field.

func ImageGT

func ImageGT(v string) predicate.ServiceConfig

ImageGT applies the GT predicate on the "image" field.

func ImageGTE

func ImageGTE(v string) predicate.ServiceConfig

ImageGTE applies the GTE predicate on the "image" field.

func ImageHasPrefix

func ImageHasPrefix(v string) predicate.ServiceConfig

ImageHasPrefix applies the HasPrefix predicate on the "image" field.

func ImageHasSuffix

func ImageHasSuffix(v string) predicate.ServiceConfig

ImageHasSuffix applies the HasSuffix predicate on the "image" field.

func ImageIn

func ImageIn(vs ...string) predicate.ServiceConfig

ImageIn applies the In predicate on the "image" field.

func ImageIsNil

func ImageIsNil() predicate.ServiceConfig

ImageIsNil applies the IsNil predicate on the "image" field.

func ImageLT

func ImageLT(v string) predicate.ServiceConfig

ImageLT applies the LT predicate on the "image" field.

func ImageLTE

func ImageLTE(v string) predicate.ServiceConfig

ImageLTE applies the LTE predicate on the "image" field.

func ImageNEQ

func ImageNEQ(v string) predicate.ServiceConfig

ImageNEQ applies the NEQ predicate on the "image" field.

func ImageNotIn

func ImageNotIn(vs ...string) predicate.ServiceConfig

ImageNotIn applies the NotIn predicate on the "image" field.

func ImageNotNil

func ImageNotNil() predicate.ServiceConfig

ImageNotNil applies the NotNil predicate on the "image" field.

func InitContainersIsNil

func InitContainersIsNil() predicate.ServiceConfig

InitContainersIsNil applies the IsNil predicate on the "init_containers" field.

func InitContainersNotNil

func InitContainersNotNil() predicate.ServiceConfig

InitContainersNotNil applies the NotNil predicate on the "init_containers" field.

func IsPublic

func IsPublic(v bool) predicate.ServiceConfig

IsPublic applies equality check predicate on the "is_public" field. It's identical to IsPublicEQ.

func IsPublicEQ

func IsPublicEQ(v bool) predicate.ServiceConfig

IsPublicEQ applies the EQ predicate on the "is_public" field.

func IsPublicNEQ

func IsPublicNEQ(v bool) predicate.ServiceConfig

IsPublicNEQ applies the NEQ predicate on the "is_public" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func PortsIsNil

func PortsIsNil() predicate.ServiceConfig

PortsIsNil applies the IsNil predicate on the "ports" field.

func PortsNotNil

func PortsNotNil() predicate.ServiceConfig

PortsNotNil applies the NotNil predicate on the "ports" field.

func ProtectedVariablesIsNil

func ProtectedVariablesIsNil() predicate.ServiceConfig

ProtectedVariablesIsNil applies the IsNil predicate on the "protected_variables" field.

func ProtectedVariablesNotNil

func ProtectedVariablesNotNil() predicate.ServiceConfig

ProtectedVariablesNotNil applies the NotNil predicate on the "protected_variables" field.

func RailpackBuilderBuildCommand

func RailpackBuilderBuildCommand(v string) predicate.ServiceConfig

RailpackBuilderBuildCommand applies equality check predicate on the "railpack_builder_build_command" field. It's identical to RailpackBuilderBuildCommandEQ.

func RailpackBuilderBuildCommandContains

func RailpackBuilderBuildCommandContains(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandContains applies the Contains predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandContainsFold

func RailpackBuilderBuildCommandContainsFold(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandContainsFold applies the ContainsFold predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandEQ

func RailpackBuilderBuildCommandEQ(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandEQ applies the EQ predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandEqualFold

func RailpackBuilderBuildCommandEqualFold(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandEqualFold applies the EqualFold predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandGT

func RailpackBuilderBuildCommandGT(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandGT applies the GT predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandGTE

func RailpackBuilderBuildCommandGTE(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandGTE applies the GTE predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandHasPrefix

func RailpackBuilderBuildCommandHasPrefix(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandHasPrefix applies the HasPrefix predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandHasSuffix

func RailpackBuilderBuildCommandHasSuffix(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandHasSuffix applies the HasSuffix predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandIn

func RailpackBuilderBuildCommandIn(vs ...string) predicate.ServiceConfig

RailpackBuilderBuildCommandIn applies the In predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandIsNil

func RailpackBuilderBuildCommandIsNil() predicate.ServiceConfig

RailpackBuilderBuildCommandIsNil applies the IsNil predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandLT

func RailpackBuilderBuildCommandLT(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandLT applies the LT predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandLTE

func RailpackBuilderBuildCommandLTE(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandLTE applies the LTE predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandNEQ

func RailpackBuilderBuildCommandNEQ(v string) predicate.ServiceConfig

RailpackBuilderBuildCommandNEQ applies the NEQ predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandNotIn

func RailpackBuilderBuildCommandNotIn(vs ...string) predicate.ServiceConfig

RailpackBuilderBuildCommandNotIn applies the NotIn predicate on the "railpack_builder_build_command" field.

func RailpackBuilderBuildCommandNotNil

func RailpackBuilderBuildCommandNotNil() predicate.ServiceConfig

RailpackBuilderBuildCommandNotNil applies the NotNil predicate on the "railpack_builder_build_command" field.

func RailpackBuilderInstallCommand

func RailpackBuilderInstallCommand(v string) predicate.ServiceConfig

RailpackBuilderInstallCommand applies equality check predicate on the "railpack_builder_install_command" field. It's identical to RailpackBuilderInstallCommandEQ.

func RailpackBuilderInstallCommandContains

func RailpackBuilderInstallCommandContains(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandContains applies the Contains predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandContainsFold

func RailpackBuilderInstallCommandContainsFold(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandContainsFold applies the ContainsFold predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandEQ

func RailpackBuilderInstallCommandEQ(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandEQ applies the EQ predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandEqualFold

func RailpackBuilderInstallCommandEqualFold(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandEqualFold applies the EqualFold predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandGT

func RailpackBuilderInstallCommandGT(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandGT applies the GT predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandGTE

func RailpackBuilderInstallCommandGTE(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandGTE applies the GTE predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandHasPrefix

func RailpackBuilderInstallCommandHasPrefix(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandHasPrefix applies the HasPrefix predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandHasSuffix

func RailpackBuilderInstallCommandHasSuffix(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandHasSuffix applies the HasSuffix predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandIn

func RailpackBuilderInstallCommandIn(vs ...string) predicate.ServiceConfig

RailpackBuilderInstallCommandIn applies the In predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandIsNil

func RailpackBuilderInstallCommandIsNil() predicate.ServiceConfig

RailpackBuilderInstallCommandIsNil applies the IsNil predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandLT

func RailpackBuilderInstallCommandLT(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandLT applies the LT predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandLTE

func RailpackBuilderInstallCommandLTE(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandLTE applies the LTE predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandNEQ

func RailpackBuilderInstallCommandNEQ(v string) predicate.ServiceConfig

RailpackBuilderInstallCommandNEQ applies the NEQ predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandNotIn

func RailpackBuilderInstallCommandNotIn(vs ...string) predicate.ServiceConfig

RailpackBuilderInstallCommandNotIn applies the NotIn predicate on the "railpack_builder_install_command" field.

func RailpackBuilderInstallCommandNotNil

func RailpackBuilderInstallCommandNotNil() predicate.ServiceConfig

RailpackBuilderInstallCommandNotNil applies the NotNil predicate on the "railpack_builder_install_command" field.

func RailpackFrameworkEQ

func RailpackFrameworkEQ(v enum.Framework) predicate.ServiceConfig

RailpackFrameworkEQ applies the EQ predicate on the "railpack_framework" field.

func RailpackFrameworkIn

func RailpackFrameworkIn(vs ...enum.Framework) predicate.ServiceConfig

RailpackFrameworkIn applies the In predicate on the "railpack_framework" field.

func RailpackFrameworkIsNil

func RailpackFrameworkIsNil() predicate.ServiceConfig

RailpackFrameworkIsNil applies the IsNil predicate on the "railpack_framework" field.

func RailpackFrameworkNEQ

func RailpackFrameworkNEQ(v enum.Framework) predicate.ServiceConfig

RailpackFrameworkNEQ applies the NEQ predicate on the "railpack_framework" field.

func RailpackFrameworkNotIn

func RailpackFrameworkNotIn(vs ...enum.Framework) predicate.ServiceConfig

RailpackFrameworkNotIn applies the NotIn predicate on the "railpack_framework" field.

func RailpackFrameworkNotNil

func RailpackFrameworkNotNil() predicate.ServiceConfig

RailpackFrameworkNotNil applies the NotNil predicate on the "railpack_framework" field.

func RailpackFrameworkValidator

func RailpackFrameworkValidator(rf enum.Framework) error

RailpackFrameworkValidator is a validator for the "railpack_framework" field enum values. It is called by the builders before save.

func RailpackProviderEQ

func RailpackProviderEQ(v enum.Provider) predicate.ServiceConfig

RailpackProviderEQ applies the EQ predicate on the "railpack_provider" field.

func RailpackProviderIn

func RailpackProviderIn(vs ...enum.Provider) predicate.ServiceConfig

RailpackProviderIn applies the In predicate on the "railpack_provider" field.

func RailpackProviderIsNil

func RailpackProviderIsNil() predicate.ServiceConfig

RailpackProviderIsNil applies the IsNil predicate on the "railpack_provider" field.

func RailpackProviderNEQ

func RailpackProviderNEQ(v enum.Provider) predicate.ServiceConfig

RailpackProviderNEQ applies the NEQ predicate on the "railpack_provider" field.

func RailpackProviderNotIn

func RailpackProviderNotIn(vs ...enum.Provider) predicate.ServiceConfig

RailpackProviderNotIn applies the NotIn predicate on the "railpack_provider" field.

func RailpackProviderNotNil

func RailpackProviderNotNil() predicate.ServiceConfig

RailpackProviderNotNil applies the NotNil predicate on the "railpack_provider" field.

func RailpackProviderValidator

func RailpackProviderValidator(rp enum.Provider) error

RailpackProviderValidator is a validator for the "railpack_provider" field enum values. It is called by the builders before save.

func Replicas

func Replicas(v int32) predicate.ServiceConfig

Replicas applies equality check predicate on the "replicas" field. It's identical to ReplicasEQ.

func ReplicasEQ

func ReplicasEQ(v int32) predicate.ServiceConfig

ReplicasEQ applies the EQ predicate on the "replicas" field.

func ReplicasGT

func ReplicasGT(v int32) predicate.ServiceConfig

ReplicasGT applies the GT predicate on the "replicas" field.

func ReplicasGTE

func ReplicasGTE(v int32) predicate.ServiceConfig

ReplicasGTE applies the GTE predicate on the "replicas" field.

func ReplicasIn

func ReplicasIn(vs ...int32) predicate.ServiceConfig

ReplicasIn applies the In predicate on the "replicas" field.

func ReplicasLT

func ReplicasLT(v int32) predicate.ServiceConfig

ReplicasLT applies the LT predicate on the "replicas" field.

func ReplicasLTE

func ReplicasLTE(v int32) predicate.ServiceConfig

ReplicasLTE applies the LTE predicate on the "replicas" field.

func ReplicasNEQ

func ReplicasNEQ(v int32) predicate.ServiceConfig

ReplicasNEQ applies the NEQ predicate on the "replicas" field.

func ReplicasNotIn

func ReplicasNotIn(vs ...int32) predicate.ServiceConfig

ReplicasNotIn applies the NotIn predicate on the "replicas" field.

func ResourcesIsNil

func ResourcesIsNil() predicate.ServiceConfig

ResourcesIsNil applies the IsNil predicate on the "resources" field.

func ResourcesNotNil

func ResourcesNotNil() predicate.ServiceConfig

ResourcesNotNil applies the NotNil predicate on the "resources" field.

func RunCommand

func RunCommand(v string) predicate.ServiceConfig

RunCommand applies equality check predicate on the "run_command" field. It's identical to RunCommandEQ.

func RunCommandContains

func RunCommandContains(v string) predicate.ServiceConfig

RunCommandContains applies the Contains predicate on the "run_command" field.

func RunCommandContainsFold

func RunCommandContainsFold(v string) predicate.ServiceConfig

RunCommandContainsFold applies the ContainsFold predicate on the "run_command" field.

func RunCommandEQ

func RunCommandEQ(v string) predicate.ServiceConfig

RunCommandEQ applies the EQ predicate on the "run_command" field.

func RunCommandEqualFold

func RunCommandEqualFold(v string) predicate.ServiceConfig

RunCommandEqualFold applies the EqualFold predicate on the "run_command" field.

func RunCommandGT

func RunCommandGT(v string) predicate.ServiceConfig

RunCommandGT applies the GT predicate on the "run_command" field.

func RunCommandGTE

func RunCommandGTE(v string) predicate.ServiceConfig

RunCommandGTE applies the GTE predicate on the "run_command" field.

func RunCommandHasPrefix

func RunCommandHasPrefix(v string) predicate.ServiceConfig

RunCommandHasPrefix applies the HasPrefix predicate on the "run_command" field.

func RunCommandHasSuffix

func RunCommandHasSuffix(v string) predicate.ServiceConfig

RunCommandHasSuffix applies the HasSuffix predicate on the "run_command" field.

func RunCommandIn

func RunCommandIn(vs ...string) predicate.ServiceConfig

RunCommandIn applies the In predicate on the "run_command" field.

func RunCommandIsNil

func RunCommandIsNil() predicate.ServiceConfig

RunCommandIsNil applies the IsNil predicate on the "run_command" field.

func RunCommandLT

func RunCommandLT(v string) predicate.ServiceConfig

RunCommandLT applies the LT predicate on the "run_command" field.

func RunCommandLTE

func RunCommandLTE(v string) predicate.ServiceConfig

RunCommandLTE applies the LTE predicate on the "run_command" field.

func RunCommandNEQ

func RunCommandNEQ(v string) predicate.ServiceConfig

RunCommandNEQ applies the NEQ predicate on the "run_command" field.

func RunCommandNotIn

func RunCommandNotIn(vs ...string) predicate.ServiceConfig

RunCommandNotIn applies the NotIn predicate on the "run_command" field.

func RunCommandNotNil

func RunCommandNotNil() predicate.ServiceConfig

RunCommandNotNil applies the NotNil predicate on the "run_command" field.

func S3BackupBucket

func S3BackupBucket(v string) predicate.ServiceConfig

S3BackupBucket applies equality check predicate on the "s3_backup_bucket" field. It's identical to S3BackupBucketEQ.

func S3BackupBucketContains

func S3BackupBucketContains(v string) predicate.ServiceConfig

S3BackupBucketContains applies the Contains predicate on the "s3_backup_bucket" field.

func S3BackupBucketContainsFold

func S3BackupBucketContainsFold(v string) predicate.ServiceConfig

S3BackupBucketContainsFold applies the ContainsFold predicate on the "s3_backup_bucket" field.

func S3BackupBucketEQ

func S3BackupBucketEQ(v string) predicate.ServiceConfig

S3BackupBucketEQ applies the EQ predicate on the "s3_backup_bucket" field.

func S3BackupBucketEqualFold

func S3BackupBucketEqualFold(v string) predicate.ServiceConfig

S3BackupBucketEqualFold applies the EqualFold predicate on the "s3_backup_bucket" field.

func S3BackupBucketGT

func S3BackupBucketGT(v string) predicate.ServiceConfig

S3BackupBucketGT applies the GT predicate on the "s3_backup_bucket" field.

func S3BackupBucketGTE

func S3BackupBucketGTE(v string) predicate.ServiceConfig

S3BackupBucketGTE applies the GTE predicate on the "s3_backup_bucket" field.

func S3BackupBucketHasPrefix

func S3BackupBucketHasPrefix(v string) predicate.ServiceConfig

S3BackupBucketHasPrefix applies the HasPrefix predicate on the "s3_backup_bucket" field.

func S3BackupBucketHasSuffix

func S3BackupBucketHasSuffix(v string) predicate.ServiceConfig

S3BackupBucketHasSuffix applies the HasSuffix predicate on the "s3_backup_bucket" field.

func S3BackupBucketIn

func S3BackupBucketIn(vs ...string) predicate.ServiceConfig

S3BackupBucketIn applies the In predicate on the "s3_backup_bucket" field.

func S3BackupBucketIsNil

func S3BackupBucketIsNil() predicate.ServiceConfig

S3BackupBucketIsNil applies the IsNil predicate on the "s3_backup_bucket" field.

func S3BackupBucketLT

func S3BackupBucketLT(v string) predicate.ServiceConfig

S3BackupBucketLT applies the LT predicate on the "s3_backup_bucket" field.

func S3BackupBucketLTE

func S3BackupBucketLTE(v string) predicate.ServiceConfig

S3BackupBucketLTE applies the LTE predicate on the "s3_backup_bucket" field.

func S3BackupBucketNEQ

func S3BackupBucketNEQ(v string) predicate.ServiceConfig

S3BackupBucketNEQ applies the NEQ predicate on the "s3_backup_bucket" field.

func S3BackupBucketNotIn

func S3BackupBucketNotIn(vs ...string) predicate.ServiceConfig

S3BackupBucketNotIn applies the NotIn predicate on the "s3_backup_bucket" field.

func S3BackupBucketNotNil

func S3BackupBucketNotNil() predicate.ServiceConfig

S3BackupBucketNotNil applies the NotNil predicate on the "s3_backup_bucket" field.

func S3BackupSourceID

func S3BackupSourceID(v uuid.UUID) predicate.ServiceConfig

S3BackupSourceID applies equality check predicate on the "s3_backup_source_id" field. It's identical to S3BackupSourceIDEQ.

func S3BackupSourceIDEQ

func S3BackupSourceIDEQ(v uuid.UUID) predicate.ServiceConfig

S3BackupSourceIDEQ applies the EQ predicate on the "s3_backup_source_id" field.

func S3BackupSourceIDIn

func S3BackupSourceIDIn(vs ...uuid.UUID) predicate.ServiceConfig

S3BackupSourceIDIn applies the In predicate on the "s3_backup_source_id" field.

func S3BackupSourceIDIsNil

func S3BackupSourceIDIsNil() predicate.ServiceConfig

S3BackupSourceIDIsNil applies the IsNil predicate on the "s3_backup_source_id" field.

func S3BackupSourceIDNEQ

func S3BackupSourceIDNEQ(v uuid.UUID) predicate.ServiceConfig

S3BackupSourceIDNEQ applies the NEQ predicate on the "s3_backup_source_id" field.

func S3BackupSourceIDNotIn

func S3BackupSourceIDNotIn(vs ...uuid.UUID) predicate.ServiceConfig

S3BackupSourceIDNotIn applies the NotIn predicate on the "s3_backup_source_id" field.

func S3BackupSourceIDNotNil

func S3BackupSourceIDNotNil() predicate.ServiceConfig

S3BackupSourceIDNotNil applies the NotNil predicate on the "s3_backup_source_id" field.

func SecurityContextIsNil

func SecurityContextIsNil() predicate.ServiceConfig

SecurityContextIsNil applies the IsNil predicate on the "security_context" field.

func SecurityContextNotNil

func SecurityContextNotNil() predicate.ServiceConfig

SecurityContextNotNil applies the NotNil predicate on the "security_context" field.

func ServiceID

func ServiceID(v uuid.UUID) predicate.ServiceConfig

ServiceID applies equality check predicate on the "service_id" field. It's identical to ServiceIDEQ.

func ServiceIDEQ

func ServiceIDEQ(v uuid.UUID) predicate.ServiceConfig

ServiceIDEQ applies the EQ predicate on the "service_id" field.

func ServiceIDIn

func ServiceIDIn(vs ...uuid.UUID) predicate.ServiceConfig

ServiceIDIn applies the In predicate on the "service_id" field.

func ServiceIDNEQ

func ServiceIDNEQ(v uuid.UUID) predicate.ServiceConfig

ServiceIDNEQ applies the NEQ predicate on the "service_id" field.

func ServiceIDNotIn

func ServiceIDNotIn(vs ...uuid.UUID) predicate.ServiceConfig

ServiceIDNotIn applies the NotIn predicate on the "service_id" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.ServiceConfig

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.ServiceConfig

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.ServiceConfig

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.ServiceConfig

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.ServiceConfig

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.ServiceConfig

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.ServiceConfig

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.ServiceConfig

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.ServiceConfig

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func VariableMountsIsNil

func VariableMountsIsNil() predicate.ServiceConfig

VariableMountsIsNil applies the IsNil predicate on the "variable_mounts" field.

func VariableMountsNotNil

func VariableMountsNotNil() predicate.ServiceConfig

VariableMountsNotNil applies the NotNil predicate on the "variable_mounts" field.

func VolumesIsNil

func VolumesIsNil() predicate.ServiceConfig

VolumesIsNil applies the IsNil predicate on the "volumes" field.

func VolumesNotNil

func VolumesNotNil() predicate.ServiceConfig

VolumesNotNil applies the NotNil predicate on the "volumes" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the ServiceConfig queries.

func ByAutoDeploy

func ByAutoDeploy(opts ...sql.OrderTermOption) OrderOption

ByAutoDeploy orders the results by the auto_deploy field.

func ByBackupRetentionCount

func ByBackupRetentionCount(opts ...sql.OrderTermOption) OrderOption

ByBackupRetentionCount orders the results by the backup_retention_count field.

func ByBackupSchedule

func ByBackupSchedule(opts ...sql.OrderTermOption) OrderOption

ByBackupSchedule orders the results by the backup_schedule field.

func ByBuilder

func ByBuilder(opts ...sql.OrderTermOption) OrderOption

ByBuilder orders the results by the builder field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByDefinitionVersion

func ByDefinitionVersion(opts ...sql.OrderTermOption) OrderOption

ByDefinitionVersion orders the results by the definition_version field.

func ByDockerBuilderBuildContext

func ByDockerBuilderBuildContext(opts ...sql.OrderTermOption) OrderOption

ByDockerBuilderBuildContext orders the results by the docker_builder_build_context field.

func ByDockerBuilderDockerfilePath

func ByDockerBuilderDockerfilePath(opts ...sql.OrderTermOption) OrderOption

ByDockerBuilderDockerfilePath orders the results by the docker_builder_dockerfile_path field.

func ByGitBranch

func ByGitBranch(opts ...sql.OrderTermOption) OrderOption

ByGitBranch orders the results by the git_branch field.

func ByGitTag

func ByGitTag(opts ...sql.OrderTermOption) OrderOption

ByGitTag orders the results by the git_tag field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIcon

func ByIcon(opts ...sql.OrderTermOption) OrderOption

ByIcon orders the results by the icon field.

func ByImage

func ByImage(opts ...sql.OrderTermOption) OrderOption

ByImage orders the results by the image field.

func ByIsPublic

func ByIsPublic(opts ...sql.OrderTermOption) OrderOption

ByIsPublic orders the results by the is_public field.

func ByRailpackBuilderBuildCommand

func ByRailpackBuilderBuildCommand(opts ...sql.OrderTermOption) OrderOption

ByRailpackBuilderBuildCommand orders the results by the railpack_builder_build_command field.

func ByRailpackBuilderInstallCommand

func ByRailpackBuilderInstallCommand(opts ...sql.OrderTermOption) OrderOption

ByRailpackBuilderInstallCommand orders the results by the railpack_builder_install_command field.

func ByRailpackFramework

func ByRailpackFramework(opts ...sql.OrderTermOption) OrderOption

ByRailpackFramework orders the results by the railpack_framework field.

func ByRailpackProvider

func ByRailpackProvider(opts ...sql.OrderTermOption) OrderOption

ByRailpackProvider orders the results by the railpack_provider field.

func ByReplicas

func ByReplicas(opts ...sql.OrderTermOption) OrderOption

ByReplicas orders the results by the replicas field.

func ByRunCommand

func ByRunCommand(opts ...sql.OrderTermOption) OrderOption

ByRunCommand orders the results by the run_command field.

func ByS3BackupBucket

func ByS3BackupBucket(opts ...sql.OrderTermOption) OrderOption

ByS3BackupBucket orders the results by the s3_backup_bucket field.

func ByS3BackupSourceID

func ByS3BackupSourceID(opts ...sql.OrderTermOption) OrderOption

ByS3BackupSourceID orders the results by the s3_backup_source_id field.

func ByS3BackupSourcesField

func ByS3BackupSourcesField(field string, opts ...sql.OrderTermOption) OrderOption

ByS3BackupSourcesField orders the results by s3_backup_sources field.

func ByServiceField

func ByServiceField(field string, opts ...sql.OrderTermOption) OrderOption

ByServiceField orders the results by service field.

func ByServiceID

func ByServiceID(opts ...sql.OrderTermOption) OrderOption

ByServiceID orders the results by the service_id field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL