Documentation ¶
Index ¶
- func NewServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest() datasource.DataSource
- func NewServicebindingIoServiceBindingV1Alpha3Manifest() datasource.DataSource
- type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest
- func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3ManifestData
- type ServicebindingIoServiceBindingV1Alpha3Manifest
- func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ServicebindingIoServiceBindingV1Alpha3ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest ¶
func NewServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest() datasource.DataSource
func NewServicebindingIoServiceBindingV1Alpha3Manifest ¶
func NewServicebindingIoServiceBindingV1Alpha3Manifest() datasource.DataSource
Types ¶
type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest ¶
type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest struct{}
func (*ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Metadata ¶
func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Read ¶
func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Schema ¶
func (r *ServicebindingIoClusterWorkloadResourceMappingV1Alpha3Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3ManifestData ¶
type ServicebindingIoClusterWorkloadResourceMappingV1Alpha3ManifestData 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 { Versions *[]struct { Annotations *string `tfsdk:"annotations" json:"annotations,omitempty"` Containers *[]struct { Env *string `tfsdk:"env" json:"env,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` VolumeMounts *string `tfsdk:"volume_mounts" json:"volumeMounts,omitempty"` } `tfsdk:"containers" json:"containers,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` Volumes *string `tfsdk:"volumes" json:"volumes,omitempty"` } `tfsdk:"versions" json:"versions,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type ServicebindingIoServiceBindingV1Alpha3Manifest ¶
type ServicebindingIoServiceBindingV1Alpha3Manifest struct{}
func (*ServicebindingIoServiceBindingV1Alpha3Manifest) Metadata ¶
func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ServicebindingIoServiceBindingV1Alpha3Manifest) Read ¶
func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ServicebindingIoServiceBindingV1Alpha3Manifest) Schema ¶
func (r *ServicebindingIoServiceBindingV1Alpha3Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ServicebindingIoServiceBindingV1Alpha3ManifestData ¶
type ServicebindingIoServiceBindingV1Alpha3ManifestData 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 { Env *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"env" json:"env,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Provider *string `tfsdk:"provider" json:"provider,omitempty"` Service *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"service" json:"service,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` Workload *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Containers *[]string `tfsdk:"containers" json:"containers,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Selector *struct { MatchExpressions *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Operator *string `tfsdk:"operator" json:"operator,omitempty"` Values *[]string `tfsdk:"values" json:"values,omitempty"` } `tfsdk:"match_expressions" json:"matchExpressions,omitempty"` MatchLabels *map[string]string `tfsdk:"match_labels" json:"matchLabels,omitempty"` } `tfsdk:"selector" json:"selector,omitempty"` } `tfsdk:"workload" json:"workload,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.