registry

package
v0.0.0-...-5ee5e5d Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry []struct {
	Name                     string      `json:"name"`
	Type                     string      `json:"type"`
	DetectedType             int         `json:"detected_type"`
	Description              string      `json:"description"`
	Author                   string      `json:"author"`
	Lastupdate               int         `json:"lastupdate"`
	URL                      string      `json:"url"`
	Username                 string      `json:"-"`
	AutoPull                 bool        `json:"auto_pull"`
	AutoPullTime             string      `json:"auto_pull_time"`
	AutoPullMax              int         `json:"auto_pull_max"`
	PullRepoPatterns         interface{} `json:"pull_repo_patterns"`
	PullRepoPatternsExcluded interface{} `json:"pull_repo_patterns_excluded"`
	PullTagPatterns          interface{} `json:"pull_tag_patterns"`
	PullMaxTags              int         `json:"pull_max_tags"`
	AutoPullRescan           bool        `json:"auto_pull_rescan"`
	Prefixes                 interface{} `json:"prefixes"`
	Webhook                  struct {
		Enabled      bool   `json:"enabled"`
		URL          string `json:"url"`
		AuthToken    string `json:"auth_token"`
		UnQuarantine bool   `json:"un_quarantine"`
	} `json:"webhook"`
	RegistryScanTimeout int           `json:"registry_scan_timeout"`
	PullImageAge        string        `json:"pull_image_age"`
	PullImageTagPattern []interface{} `json:"pull_image_tag_pattern"`
	AlwaysPullPatterns  []interface{} `json:"always_pull_patterns"`
}

Registry defines a registry

Jump to

Keyboard shortcuts

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