Documentation ¶
Index ¶
- func NewEcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest() datasource.DataSource
- func NewEcrServicesK8SAwsRepositoryV1Alpha1Manifest() datasource.DataSource
- type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest
- func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1ManifestData
- type EcrServicesK8SAwsRepositoryV1Alpha1Manifest
- func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type EcrServicesK8SAwsRepositoryV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest ¶
func NewEcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest() datasource.DataSource
func NewEcrServicesK8SAwsRepositoryV1Alpha1Manifest ¶
func NewEcrServicesK8SAwsRepositoryV1Alpha1Manifest() datasource.DataSource
Types ¶
type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest ¶
type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest struct{}
func (*EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Metadata ¶
func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Read ¶
func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Schema ¶
func (r *EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1ManifestData ¶
type EcrServicesK8SAwsPullThroughCacheRuleV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { EcrRepositoryPrefix *string `tfsdk:"ecr_repository_prefix" json:"ecrRepositoryPrefix,omitempty"` RegistryID *string `tfsdk:"registry_id" json:"registryID,omitempty"` UpstreamRegistryURL *string `tfsdk:"upstream_registry_url" json:"upstreamRegistryURL,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type EcrServicesK8SAwsRepositoryV1Alpha1Manifest ¶
type EcrServicesK8SAwsRepositoryV1Alpha1Manifest struct{}
func (*EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Metadata ¶
func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Read ¶
func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Schema ¶
func (r *EcrServicesK8SAwsRepositoryV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type EcrServicesK8SAwsRepositoryV1Alpha1ManifestData ¶
type EcrServicesK8SAwsRepositoryV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { EncryptionConfiguration *struct { EncryptionType *string `tfsdk:"encryption_type" json:"encryptionType,omitempty"` KmsKey *string `tfsdk:"kms_key" json:"kmsKey,omitempty"` } `tfsdk:"encryption_configuration" json:"encryptionConfiguration,omitempty"` ImageScanningConfiguration *struct { ScanOnPush *bool `tfsdk:"scan_on_push" json:"scanOnPush,omitempty"` } `tfsdk:"image_scanning_configuration" json:"imageScanningConfiguration,omitempty"` ImageTagMutability *string `tfsdk:"image_tag_mutability" json:"imageTagMutability,omitempty"` LifecyclePolicy *string `tfsdk:"lifecycle_policy" json:"lifecyclePolicy,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Policy *string `tfsdk:"policy" json:"policy,omitempty"` RegistryID *string `tfsdk:"registry_id" json:"registryID,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.