Documentation ¶
Index ¶
- func NewHyperfoilIoHorreumV1Alpha1Manifest() datasource.DataSource
- type HyperfoilIoHorreumV1Alpha1Manifest
- func (r *HyperfoilIoHorreumV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *HyperfoilIoHorreumV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *HyperfoilIoHorreumV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type HyperfoilIoHorreumV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHyperfoilIoHorreumV1Alpha1Manifest ¶
func NewHyperfoilIoHorreumV1Alpha1Manifest() datasource.DataSource
Types ¶
type HyperfoilIoHorreumV1Alpha1Manifest ¶
type HyperfoilIoHorreumV1Alpha1Manifest struct{}
func (*HyperfoilIoHorreumV1Alpha1Manifest) Metadata ¶
func (r *HyperfoilIoHorreumV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*HyperfoilIoHorreumV1Alpha1Manifest) Read ¶
func (r *HyperfoilIoHorreumV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*HyperfoilIoHorreumV1Alpha1Manifest) Schema ¶
func (r *HyperfoilIoHorreumV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type HyperfoilIoHorreumV1Alpha1ManifestData ¶
type HyperfoilIoHorreumV1Alpha1ManifestData 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 { AdminSecret *string `tfsdk:"admin_secret" json:"adminSecret,omitempty"` Database *struct { Host *string `tfsdk:"host" json:"host,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Port *int64 `tfsdk:"port" json:"port,omitempty"` Secret *string `tfsdk:"secret" json:"secret,omitempty"` } `tfsdk:"database" json:"database,omitempty"` Image *string `tfsdk:"image" json:"image,omitempty"` Keycloak *struct { AdminSecret *string `tfsdk:"admin_secret" json:"adminSecret,omitempty"` Database *struct { Host *string `tfsdk:"host" json:"host,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Port *int64 `tfsdk:"port" json:"port,omitempty"` Secret *string `tfsdk:"secret" json:"secret,omitempty"` } `tfsdk:"database" json:"database,omitempty"` External *struct { InternalUri *string `tfsdk:"internal_uri" json:"internalUri,omitempty"` PublicUri *string `tfsdk:"public_uri" json:"publicUri,omitempty"` } `tfsdk:"external" json:"external,omitempty"` Image *string `tfsdk:"image" json:"image,omitempty"` Route *struct { Host *string `tfsdk:"host" json:"host,omitempty"` Tls *string `tfsdk:"tls" json:"tls,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` } `tfsdk:"route" json:"route,omitempty"` ServiceType *string `tfsdk:"service_type" json:"serviceType,omitempty"` } `tfsdk:"keycloak" json:"keycloak,omitempty"` NodeHost *string `tfsdk:"node_host" json:"nodeHost,omitempty"` Postgres *struct { AdminSecret *string `tfsdk:"admin_secret" json:"adminSecret,omitempty"` Enabled *bool `tfsdk:"enabled" json:"enabled,omitempty"` Image *string `tfsdk:"image" json:"image,omitempty"` PersistentVolumeClaim *string `tfsdk:"persistent_volume_claim" json:"persistentVolumeClaim,omitempty"` User *int64 `tfsdk:"user" json:"user,omitempty"` } `tfsdk:"postgres" json:"postgres,omitempty"` Route *struct { Host *string `tfsdk:"host" json:"host,omitempty"` Tls *string `tfsdk:"tls" json:"tls,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` } `tfsdk:"route" json:"route,omitempty"` ServiceType *string `tfsdk:"service_type" json:"serviceType,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.