Documentation ¶
Index ¶
- func NewPrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest() datasource.DataSource
- func NewPrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest() datasource.DataSource
- func NewPrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest() datasource.DataSource
- func NewPrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest() datasource.DataSource
- type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest
- func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1ManifestData
- type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest
- func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1ManifestData
- type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest
- func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1ManifestData
- type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest
- func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest ¶
func NewPrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest() datasource.DataSource
func NewPrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest ¶
func NewPrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest() datasource.DataSource
func NewPrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest ¶
func NewPrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest() datasource.DataSource
func NewPrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest ¶
func NewPrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest() datasource.DataSource
Types ¶
type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest ¶
type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest struct{}
func (*PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Metadata ¶
func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Read ¶
func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Schema ¶
func (r *PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1ManifestData ¶
type PrometheusserviceServicesK8SAwsAlertManagerDefinitionV1Alpha1ManifestData 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 { Configuration *string `tfsdk:"configuration" json:"configuration,omitempty"` WorkspaceID *string `tfsdk:"workspace_id" json:"workspaceID,omitempty"` WorkspaceRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"workspace_ref" json:"workspaceRef,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest ¶
type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest struct{}
func (*PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Metadata ¶
func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Read ¶
func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Schema ¶
func (r *PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1ManifestData ¶
type PrometheusserviceServicesK8SAwsLoggingConfigurationV1Alpha1ManifestData 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 { LogGroupARN *string `tfsdk:"log_group_arn" json:"logGroupARN,omitempty"` WorkspaceID *string `tfsdk:"workspace_id" json:"workspaceID,omitempty"` WorkspaceRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"workspace_ref" json:"workspaceRef,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest ¶
type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest struct{}
func (*PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Metadata ¶
func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Read ¶
func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Schema ¶
func (r *PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1ManifestData ¶
type PrometheusserviceServicesK8SAwsRuleGroupsNamespaceV1Alpha1ManifestData 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 { Configuration *string `tfsdk:"configuration" json:"configuration,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Tags *map[string]string `tfsdk:"tags" json:"tags,omitempty"` WorkspaceID *string `tfsdk:"workspace_id" json:"workspaceID,omitempty"` WorkspaceRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"workspace_ref" json:"workspaceRef,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest ¶
type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest struct{}
func (*PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Metadata ¶
func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Read ¶
func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Schema ¶
func (r *PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1ManifestData ¶
type PrometheusserviceServicesK8SAwsWorkspaceV1Alpha1ManifestData 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 { Alias *string `tfsdk:"alias" json:"alias,omitempty"` Tags *map[string]string `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Source Files ¶
- prometheusservice_services_k8s_aws_alert_manager_definition_v1alpha1_manifest.go
- prometheusservice_services_k8s_aws_logging_configuration_v1alpha1_manifest.go
- prometheusservice_services_k8s_aws_rule_groups_namespace_v1alpha1_manifest.go
- prometheusservice_services_k8s_aws_workspace_v1alpha1_manifest.go
Click to show internal directories.
Click to hide internal directories.