Documentation ¶
Index ¶
- func NewChartsFlagsmithComFlagsmithV1Alpha1Manifest() datasource.DataSource
- type ChartsFlagsmithComFlagsmithV1Alpha1Manifest
- func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ChartsFlagsmithComFlagsmithV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChartsFlagsmithComFlagsmithV1Alpha1Manifest ¶
func NewChartsFlagsmithComFlagsmithV1Alpha1Manifest() datasource.DataSource
Types ¶
type ChartsFlagsmithComFlagsmithV1Alpha1Manifest ¶
type ChartsFlagsmithComFlagsmithV1Alpha1Manifest struct{}
func (*ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Metadata ¶
func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Read ¶
func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Schema ¶
func (r *ChartsFlagsmithComFlagsmithV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ChartsFlagsmithComFlagsmithV1Alpha1ManifestData ¶
type ChartsFlagsmithComFlagsmithV1Alpha1ManifestData 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 { Api *map[string]string `tfsdk:"api" json:"api,omitempty"` Frontend *map[string]string `tfsdk:"frontend" json:"frontend,omitempty"` Hooks *map[string]string `tfsdk:"hooks" json:"hooks,omitempty"` Influxdb *struct { Enabled *bool `tfsdk:"enabled" json:"enabled,omitempty"` } `tfsdk:"influxdb" json:"influxdb,omitempty"` Ingress *map[string]string `tfsdk:"ingress" json:"ingress,omitempty"` Metrics *map[string]string `tfsdk:"metrics" json:"metrics,omitempty"` Openshift *bool `tfsdk:"openshift" json:"openshift,omitempty"` Postgresql *struct { Enabled *bool `tfsdk:"enabled" json:"enabled,omitempty"` } `tfsdk:"postgresql" json:"postgresql,omitempty"` Service *map[string]string `tfsdk:"service" json:"service,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.