Documentation ¶
Index ¶
- func NewExternaldataGatekeeperShProviderV1Alpha1Manifest() datasource.DataSource
- type ExternaldataGatekeeperShProviderV1Alpha1Manifest
- func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ExternaldataGatekeeperShProviderV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExternaldataGatekeeperShProviderV1Alpha1Manifest ¶
func NewExternaldataGatekeeperShProviderV1Alpha1Manifest() datasource.DataSource
Types ¶
type ExternaldataGatekeeperShProviderV1Alpha1Manifest ¶
type ExternaldataGatekeeperShProviderV1Alpha1Manifest struct{}
func (*ExternaldataGatekeeperShProviderV1Alpha1Manifest) Metadata ¶
func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ExternaldataGatekeeperShProviderV1Alpha1Manifest) Read ¶
func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ExternaldataGatekeeperShProviderV1Alpha1Manifest) Schema ¶
func (r *ExternaldataGatekeeperShProviderV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ExternaldataGatekeeperShProviderV1Alpha1ManifestData ¶
type ExternaldataGatekeeperShProviderV1Alpha1ManifestData 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"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { CaBundle *string `tfsdk:"ca_bundle" json:"caBundle,omitempty"` Timeout *int64 `tfsdk:"timeout" json:"timeout,omitempty"` Url *string `tfsdk:"url" json:"url,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.