Documentation ¶
Index ¶
- func NewExternaldnsK8SIoDnsendpointV1Alpha1Manifest() datasource.DataSource
- type ExternaldnsK8SIoDnsendpointV1Alpha1Manifest
- func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ExternaldnsK8SIoDnsendpointV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExternaldnsK8SIoDnsendpointV1Alpha1Manifest ¶
func NewExternaldnsK8SIoDnsendpointV1Alpha1Manifest() datasource.DataSource
Types ¶
type ExternaldnsK8SIoDnsendpointV1Alpha1Manifest ¶
type ExternaldnsK8SIoDnsendpointV1Alpha1Manifest struct{}
func (*ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Metadata ¶
func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Read ¶
func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Schema ¶
func (r *ExternaldnsK8SIoDnsendpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ExternaldnsK8SIoDnsendpointV1Alpha1ManifestData ¶
type ExternaldnsK8SIoDnsendpointV1Alpha1ManifestData 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 { Endpoints *[]struct { DnsName *string `tfsdk:"dns_name" json:"dnsName,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` ProviderSpecific *[]struct { Name *string `tfsdk:"name" json:"name,omitempty"` Value *string `tfsdk:"value" json:"value,omitempty"` } `tfsdk:"provider_specific" json:"providerSpecific,omitempty"` RecordTTL *int64 `tfsdk:"record_ttl" json:"recordTTL,omitempty"` RecordType *string `tfsdk:"record_type" json:"recordType,omitempty"` SetIdentifier *string `tfsdk:"set_identifier" json:"setIdentifier,omitempty"` Targets *[]string `tfsdk:"targets" json:"targets,omitempty"` } `tfsdk:"endpoints" json:"endpoints,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.