Documentation ¶
Index ¶
- func NewNetchecksIoNetworkAssertionV1Manifest() datasource.DataSource
- type NetchecksIoNetworkAssertionV1Manifest
- func (r *NetchecksIoNetworkAssertionV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *NetchecksIoNetworkAssertionV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *NetchecksIoNetworkAssertionV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type NetchecksIoNetworkAssertionV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetchecksIoNetworkAssertionV1Manifest ¶
func NewNetchecksIoNetworkAssertionV1Manifest() datasource.DataSource
Types ¶
type NetchecksIoNetworkAssertionV1Manifest ¶
type NetchecksIoNetworkAssertionV1Manifest struct{}
func (*NetchecksIoNetworkAssertionV1Manifest) Metadata ¶
func (r *NetchecksIoNetworkAssertionV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*NetchecksIoNetworkAssertionV1Manifest) Read ¶
func (r *NetchecksIoNetworkAssertionV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*NetchecksIoNetworkAssertionV1Manifest) Schema ¶
func (r *NetchecksIoNetworkAssertionV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type NetchecksIoNetworkAssertionV1ManifestData ¶
type NetchecksIoNetworkAssertionV1ManifestData 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 *map[string]string `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.