ecr

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EncryptionTypeKMS    = "KMS"
	EncryptionTypeAES256 = "AES256"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ECR

type ECR struct {
	types.Metadata
	Repositories []Repository
}

func (*ECR) GetMetadata added in v0.3.24

func (e *ECR) GetMetadata() *types.Metadata

func (*ECR) GetRawValue added in v0.3.24

func (e *ECR) GetRawValue() interface{}

type Encryption

type Encryption struct {
	types.Metadata
	Type     types.StringValue
	KMSKeyID types.StringValue
}

func (*Encryption) GetMetadata added in v0.3.24

func (e *Encryption) GetMetadata() *types.Metadata

func (*Encryption) GetRawValue added in v0.3.24

func (e *Encryption) GetRawValue() interface{}

type ImageScanning

type ImageScanning struct {
	types.Metadata
	ScanOnPush types.BoolValue
}

func (*ImageScanning) GetMetadata added in v0.3.24

func (i *ImageScanning) GetMetadata() *types.Metadata

func (*ImageScanning) GetRawValue added in v0.3.24

func (i *ImageScanning) GetRawValue() interface{}

type Repository

type Repository struct {
	types.Metadata
	ImageScanning      ImageScanning
	ImageTagsImmutable types.BoolValue
	Policies           []types.StringValue
	Encryption         Encryption
}

func (*Repository) GetMetadata

func (c *Repository) GetMetadata() *types.Metadata

func (*Repository) GetRawValue

func (c *Repository) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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