v1alpha1

package
v3.0.0-...-b53bbfd Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pattern

type Pattern struct {
	Src  SrcImages `json:"src,omitempty"`
	Dest string    `json:"dest,omitempty"`
}

Application defines an application to install

type Replication

type Replication struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ReplicationSpec `json:"spec,omitempty"`
}

type ReplicationSpec

type ReplicationSpec struct {
	Patterns []Pattern `json:"patterns,omitempty"`
	Context  string    `json:"context,omitempty"`
}

List of image replication tasks defined by pattern

type SrcImages

type SrcImages struct {
	Include string `json:"include,omitempty"`
	Exclude string `json:"exclude,omitempty"`
}

Jump to

Keyboard shortcuts

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