Documentation ¶
Index ¶
- func NewRoute53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest() datasource.DataSource
- func NewRoute53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest() datasource.DataSource
- type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest
- func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1ManifestData
- type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest
- func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoute53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest ¶
func NewRoute53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest() datasource.DataSource
func NewRoute53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest ¶
func NewRoute53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest() datasource.DataSource
Types ¶
type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest ¶
type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest struct{}
func (*Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Metadata ¶
func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Read ¶
func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Schema ¶
func (r *Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1ManifestData ¶
type Route53ResolverServicesK8SAwsResolverEndpointV1Alpha1ManifestData 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 { Direction *string `tfsdk:"direction" json:"direction,omitempty"` IpAddresses *[]struct { Ip *string `tfsdk:"ip" json:"ip,omitempty"` Ipv6 *string `tfsdk:"ipv6" json:"ipv6,omitempty"` SubnetID *string `tfsdk:"subnet_id" json:"subnetID,omitempty"` SubnetRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"subnet_ref" json:"subnetRef,omitempty"` } `tfsdk:"ip_addresses" json:"ipAddresses,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` ResolverEndpointType *string `tfsdk:"resolver_endpoint_type" json:"resolverEndpointType,omitempty"` SecurityGroupIDs *[]string `tfsdk:"security_group_i_ds" json:"securityGroupIDs,omitempty"` SecurityGroupRefs *[]struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"security_group_refs" json:"securityGroupRefs,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"` }
type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest ¶
type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest struct{}
func (*Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Metadata ¶
func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Read ¶
func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Schema ¶
func (r *Route53ResolverServicesK8SAwsResolverRuleV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1ManifestData ¶
type Route53ResolverServicesK8SAwsResolverRuleV1Alpha1ManifestData 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 { Associations *[]struct { Id *string `tfsdk:"id" json:"id,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` ResolverRuleID *string `tfsdk:"resolver_rule_id" json:"resolverRuleID,omitempty"` Status *string `tfsdk:"status" json:"status,omitempty"` StatusMessage *string `tfsdk:"status_message" json:"statusMessage,omitempty"` VpcID *string `tfsdk:"vpc_id" json:"vpcID,omitempty"` } `tfsdk:"associations" json:"associations,omitempty"` DomainName *string `tfsdk:"domain_name" json:"domainName,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` ResolverEndpointID *string `tfsdk:"resolver_endpoint_id" json:"resolverEndpointID,omitempty"` RuleType *string `tfsdk:"rule_type" json:"ruleType,omitempty"` Tags *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"tags" json:"tags,omitempty"` TargetIPs *[]struct { Ip *string `tfsdk:"ip" json:"ip,omitempty"` Ipv6 *string `tfsdk:"ipv6" json:"ipv6,omitempty"` Port *int64 `tfsdk:"port" json:"port,omitempty"` } `tfsdk:"target_i_ps" json:"targetIPs,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.