Documentation ¶
Index ¶
- func NewSupersetStackableTechDruidConnectionV1Alpha1Manifest() datasource.DataSource
- func NewSupersetStackableTechSupersetClusterV1Alpha1Manifest() datasource.DataSource
- type SupersetStackableTechDruidConnectionV1Alpha1Manifest
- func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type SupersetStackableTechDruidConnectionV1Alpha1ManifestData
- type SupersetStackableTechSupersetClusterV1Alpha1Manifest
- func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type SupersetStackableTechSupersetClusterV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSupersetStackableTechDruidConnectionV1Alpha1Manifest ¶
func NewSupersetStackableTechDruidConnectionV1Alpha1Manifest() datasource.DataSource
func NewSupersetStackableTechSupersetClusterV1Alpha1Manifest ¶
func NewSupersetStackableTechSupersetClusterV1Alpha1Manifest() datasource.DataSource
Types ¶
type SupersetStackableTechDruidConnectionV1Alpha1Manifest ¶
type SupersetStackableTechDruidConnectionV1Alpha1Manifest struct{}
func (*SupersetStackableTechDruidConnectionV1Alpha1Manifest) Metadata ¶
func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*SupersetStackableTechDruidConnectionV1Alpha1Manifest) Read ¶
func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*SupersetStackableTechDruidConnectionV1Alpha1Manifest) Schema ¶
func (r *SupersetStackableTechDruidConnectionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type SupersetStackableTechDruidConnectionV1Alpha1ManifestData ¶
type SupersetStackableTechDruidConnectionV1Alpha1ManifestData 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 { Druid *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"druid" json:"druid,omitempty"` Superset *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"superset" json:"superset,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type SupersetStackableTechSupersetClusterV1Alpha1Manifest ¶
type SupersetStackableTechSupersetClusterV1Alpha1Manifest struct{}
func (*SupersetStackableTechSupersetClusterV1Alpha1Manifest) Metadata ¶
func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*SupersetStackableTechSupersetClusterV1Alpha1Manifest) Read ¶
func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*SupersetStackableTechSupersetClusterV1Alpha1Manifest) Schema ¶
func (r *SupersetStackableTechSupersetClusterV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type SupersetStackableTechSupersetClusterV1Alpha1ManifestData ¶
type SupersetStackableTechSupersetClusterV1Alpha1ManifestData 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 { ClusterConfig *struct { Authentication *[]struct { AuthenticationClass *string `tfsdk:"authentication_class" json:"authenticationClass,omitempty"` Oidc *struct { ClientCredentialsSecret *string `tfsdk:"client_credentials_secret" json:"clientCredentialsSecret,omitempty"` ExtraScopes *[]string `tfsdk:"extra_scopes" json:"extraScopes,omitempty"` } `tfsdk:"oidc" json:"oidc,omitempty"` SyncRolesAt *string `tfsdk:"sync_roles_at" json:"syncRolesAt,omitempty"` UserRegistration *bool `tfsdk:"user_registration" json:"userRegistration,omitempty"` UserRegistrationRole *string `tfsdk:"user_registration_role" json:"userRegistrationRole,omitempty"` } `tfsdk:"authentication" json:"authentication,omitempty"` ClusterOperation *struct { ReconciliationPaused *bool `tfsdk:"reconciliation_paused" json:"reconciliationPaused,omitempty"` Stopped *bool `tfsdk:"stopped" json:"stopped,omitempty"` } `tfsdk:"cluster_operation" json:"clusterOperation,omitempty"` CredentialsSecret *string `tfsdk:"credentials_secret" json:"credentialsSecret,omitempty"` ListenerClass *string `tfsdk:"listener_class" json:"listenerClass,omitempty"` MapboxSecret *string `tfsdk:"mapbox_secret" json:"mapboxSecret,omitempty"` VectorAggregatorConfigMapName *string `tfsdk:"vector_aggregator_config_map_name" json:"vectorAggregatorConfigMapName,omitempty"` } `tfsdk:"cluster_config" json:"clusterConfig,omitempty"` Image *struct { Custom *string `tfsdk:"custom" json:"custom,omitempty"` ProductVersion *string `tfsdk:"product_version" json:"productVersion,omitempty"` PullPolicy *string `tfsdk:"pull_policy" json:"pullPolicy,omitempty"` PullSecrets *[]struct { Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"pull_secrets" json:"pullSecrets,omitempty"` Repo *string `tfsdk:"repo" json:"repo,omitempty"` StackableVersion *string `tfsdk:"stackable_version" json:"stackableVersion,omitempty"` } `tfsdk:"image" json:"image,omitempty"` Nodes *struct { CliOverrides *map[string]string `tfsdk:"cli_overrides" json:"cliOverrides,omitempty"` Config *struct { Affinity *struct { NodeAffinity *map[string]string `tfsdk:"node_affinity" json:"nodeAffinity,omitempty"` NodeSelector *map[string]string `tfsdk:"node_selector" json:"nodeSelector,omitempty"` PodAffinity *map[string]string `tfsdk:"pod_affinity" json:"podAffinity,omitempty"` PodAntiAffinity *map[string]string `tfsdk:"pod_anti_affinity" json:"podAntiAffinity,omitempty"` } `tfsdk:"affinity" json:"affinity,omitempty"` GracefulShutdownTimeout *string `tfsdk:"graceful_shutdown_timeout" json:"gracefulShutdownTimeout,omitempty"` Logging *struct { Containers *struct { Console *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"console" json:"console,omitempty"` Custom *struct { ConfigMap *string `tfsdk:"config_map" json:"configMap,omitempty"` } `tfsdk:"custom" json:"custom,omitempty"` File *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"file" json:"file,omitempty"` Loggers *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"loggers" json:"loggers,omitempty"` } `tfsdk:"containers" json:"containers,omitempty"` EnableVectorAgent *bool `tfsdk:"enable_vector_agent" json:"enableVectorAgent,omitempty"` } `tfsdk:"logging" json:"logging,omitempty"` Resources *struct { Cpu *struct { Max *string `tfsdk:"max" json:"max,omitempty"` Min *string `tfsdk:"min" json:"min,omitempty"` } `tfsdk:"cpu" json:"cpu,omitempty"` Memory *struct { Limit *string `tfsdk:"limit" json:"limit,omitempty"` RuntimeLimits *map[string]string `tfsdk:"runtime_limits" json:"runtimeLimits,omitempty"` } `tfsdk:"memory" json:"memory,omitempty"` Storage *map[string]string `tfsdk:"storage" json:"storage,omitempty"` } `tfsdk:"resources" json:"resources,omitempty"` RowLimit *int64 `tfsdk:"row_limit" json:"rowLimit,omitempty"` WebserverTimeout *int64 `tfsdk:"webserver_timeout" json:"webserverTimeout,omitempty"` } `tfsdk:"config" json:"config,omitempty"` ConfigOverrides *map[string]map[string]string `tfsdk:"config_overrides" json:"configOverrides,omitempty"` EnvOverrides *map[string]string `tfsdk:"env_overrides" json:"envOverrides,omitempty"` PodOverrides *map[string]string `tfsdk:"pod_overrides" json:"podOverrides,omitempty"` RoleConfig *struct { PodDisruptionBudget *struct { Enabled *bool `tfsdk:"enabled" json:"enabled,omitempty"` MaxUnavailable *int64 `tfsdk:"max_unavailable" json:"maxUnavailable,omitempty"` } `tfsdk:"pod_disruption_budget" json:"podDisruptionBudget,omitempty"` } `tfsdk:"role_config" json:"roleConfig,omitempty"` RoleGroups *struct { CliOverrides *map[string]string `tfsdk:"cli_overrides" json:"cliOverrides,omitempty"` Config *struct { Affinity *struct { NodeAffinity *map[string]string `tfsdk:"node_affinity" json:"nodeAffinity,omitempty"` NodeSelector *map[string]string `tfsdk:"node_selector" json:"nodeSelector,omitempty"` PodAffinity *map[string]string `tfsdk:"pod_affinity" json:"podAffinity,omitempty"` PodAntiAffinity *map[string]string `tfsdk:"pod_anti_affinity" json:"podAntiAffinity,omitempty"` } `tfsdk:"affinity" json:"affinity,omitempty"` GracefulShutdownTimeout *string `tfsdk:"graceful_shutdown_timeout" json:"gracefulShutdownTimeout,omitempty"` Logging *struct { Containers *struct { Console *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"console" json:"console,omitempty"` Custom *struct { ConfigMap *string `tfsdk:"config_map" json:"configMap,omitempty"` } `tfsdk:"custom" json:"custom,omitempty"` File *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"file" json:"file,omitempty"` Loggers *struct { Level *string `tfsdk:"level" json:"level,omitempty"` } `tfsdk:"loggers" json:"loggers,omitempty"` } `tfsdk:"containers" json:"containers,omitempty"` EnableVectorAgent *bool `tfsdk:"enable_vector_agent" json:"enableVectorAgent,omitempty"` } `tfsdk:"logging" json:"logging,omitempty"` Resources *struct { Cpu *struct { Max *string `tfsdk:"max" json:"max,omitempty"` Min *string `tfsdk:"min" json:"min,omitempty"` } `tfsdk:"cpu" json:"cpu,omitempty"` Memory *struct { Limit *string `tfsdk:"limit" json:"limit,omitempty"` RuntimeLimits *map[string]string `tfsdk:"runtime_limits" json:"runtimeLimits,omitempty"` } `tfsdk:"memory" json:"memory,omitempty"` Storage *map[string]string `tfsdk:"storage" json:"storage,omitempty"` } `tfsdk:"resources" json:"resources,omitempty"` RowLimit *int64 `tfsdk:"row_limit" json:"rowLimit,omitempty"` WebserverTimeout *int64 `tfsdk:"webserver_timeout" json:"webserverTimeout,omitempty"` } `tfsdk:"config" json:"config,omitempty"` ConfigOverrides *map[string]map[string]string `tfsdk:"config_overrides" json:"configOverrides,omitempty"` EnvOverrides *map[string]string `tfsdk:"env_overrides" json:"envOverrides,omitempty"` PodOverrides *map[string]string `tfsdk:"pod_overrides" json:"podOverrides,omitempty"` Replicas *int64 `tfsdk:"replicas" json:"replicas,omitempty"` } `tfsdk:"role_groups" json:"roleGroups,omitempty"` } `tfsdk:"nodes" json:"nodes,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.