config

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Username    = field.StringField("username", field.WithRequired(true), field.WithDescription("The DockerHub username used to connect to the DockerHub API."))
	AccessToken = field.StringField("access-token", field.WithDescription("The DockerHub Personal Access Token used to connect to the DockerHub API."))
	Password    = field.StringField("password", field.WithDescription("The DockerHub password used to connect to the DockerHub API."))
	Orgs        = field.StringSliceField("orgs", field.WithDescription("Limit syncing to specific organizations by providing organization slugs."))
)
View Source
var Configuration = field.NewConfiguration([]field.SchemaField{
	Username,
	AccessToken,
	Password,
	Orgs,
}, constraints...)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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