validate

package
v1.49.1 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EntityMap = map[string]string{
	"ACLGroups":               "acls",
	"BasicAuths":              "basicauth_credentials",
	"CACertificates":          "ca_certificates",
	"Certificates":            "certificates",
	"Consumers":               "consumers",
	"Documents":               "documents",
	"FilterChains":            "filter_chains",
	"HMACAuths":               "hmacauth_credentials",
	"JWTAuths":                "jwt_secrets",
	"KeyAuths":                "keyauth_credentials",
	"Oauth2Creds":             "oauth2_credentials",
	"Partials":                "partials",
	"Plugins":                 "plugins",
	"RBACEndpointPermissions": "rbac-endpointpermission",
	"RBACRoles":               "rbac-role",
	"Routes":                  "routes",
	"SNIs":                    "snis",
	"Services":                "services",
	"Targets":                 "targets",
	"Upstreams":               "upstreams",
	"Vaults":                  "vaults",
}

Define a map of entity object field names and their corresponding string names

Functions

func KonnectCompatibility added in v1.37.0

func KonnectCompatibility(targetContent *file.Content, dumpConfig dump.Config) []error

Types

type ErrorsWrapper

type ErrorsWrapper struct {
	Errors []error
}

func (ErrorsWrapper) Error

func (v ErrorsWrapper) Error() string

type Validator

type Validator struct {
	// contains filtered or unexported fields
}

func NewValidator

func NewValidator(opt ValidatorOpts) *Validator

func (*Validator) Validate

func (v *Validator) Validate(formatVersion semver.Version) []error

type ValidatorOpts

type ValidatorOpts struct {
	Ctx                  context.Context
	State                *state.KongState
	Client               *kong.Client
	Parallelism          int
	RBACResourcesOnly    bool
	OnlineEntitiesFilter []string
}

Jump to

Keyboard shortcuts

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