model

package
v0.0.0-...-4a19bfe Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MigrationModeTest is used to sign that the migration process should be started in "test" mode
	MigrationModeTest = "test"
	// MigrationModeTestWithPrivate is used to sign that the migration process should be started in "test-with-private" mode
	MigrationModeTestWithPrivate = "test-with-private"
	// MigrationModeProduction is used to sign that the migration process should be started in "production" mode
	MigrationModeProduction = "production"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MigratedResource

type MigratedResource struct {
	Kind       string   `json:"kind"`
	Name       string   `json:"name"`
	Namespace  string   `json:"namespace"`
	MigratedAs []string `json:"migratedAs"`
	Warnings   []string `json:"warnings"`
}

MigratedResource represents a single resource that has been migrated

Jump to

Keyboard shortcuts

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