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 (*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 ¶
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{}
Click to show internal directories.
Click to hide internal directories.