Versions in this module Expand all Collapse all v0 v0.2.0 Apr 18, 2024 v0.1.0 Mar 5, 2024 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var Settings_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Settings_Kind}.String() + var Settings_GroupVersionKind = CRDGroupVersion.WithKind(Settings_Kind) + var Settings_Kind = "Settings" + var Settings_KindAPIVersion = Settings_Kind + "." + CRDGroupVersion.String() + type Settings struct + Spec SettingsSpec + Status SettingsStatus + func (in *Settings) DeepCopy() *Settings + func (in *Settings) DeepCopyInto(out *Settings) + func (in *Settings) DeepCopyObject() runtime.Object + func (mg *Settings) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Settings) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Settings) GetManagementPolicies() xpv1.ManagementPolicies + func (mg *Settings) GetProviderConfigReference() *xpv1.Reference + func (mg *Settings) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Settings) GetTerraformResourceType() string + func (mg *Settings) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Settings) SetConditions(c ...xpv1.Condition) + func (mg *Settings) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Settings) SetManagementPolicies(r xpv1.ManagementPolicies) + func (mg *Settings) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Settings) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Settings) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Settings) GetConnectionDetailsMapping() map[string]string + func (tr *Settings) GetID() string + func (tr *Settings) GetInitParameters() (map[string]any, error) + func (tr *Settings) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error) + func (tr *Settings) GetObservation() (map[string]any, error) + func (tr *Settings) GetParameters() (map[string]any, error) + func (tr *Settings) GetTerraformSchemaVersion() int + func (tr *Settings) Hub() + func (tr *Settings) LateInitialize(attrs []byte) (bool, error) + func (tr *Settings) SetObservation(obs map[string]any) error + func (tr *Settings) SetParameters(params map[string]any) error + type SettingsInitParameters struct + ActionAutoCreateIndex *string + ActionDestructiveRequiresName *bool + ClusterBlocksReadOnly *bool + ClusterBlocksReadOnlyAllowDelete *bool + ClusterIndicesCloseEnable *bool + ClusterInfoUpdateInterval *string + ClusterMaxShardsPerNode *float64 + ClusterMaxShardsPerNodeFrozen *float64 + ClusterNoMasterBlock *string + ClusterPersistentTasksAllocationEnable *string + ClusterPersistentTasksAllocationRecheckInterval *string + ClusterRoutingAllocationAllowRebalance *string + ClusterRoutingAllocationAwarenessAttributes *string + ClusterRoutingAllocationBalanceIndex *float64 + ClusterRoutingAllocationBalanceShard *float64 + ClusterRoutingAllocationBalanceThreshold *float64 + ClusterRoutingAllocationClusterConcurrentRebalance *float64 + ClusterRoutingAllocationDiskIncludeRelocations *bool + ClusterRoutingAllocationDiskThresholdEnabled *bool + ClusterRoutingAllocationDiskWatermarkHigh *string + ClusterRoutingAllocationDiskWatermarkLow *string + ClusterRoutingAllocationEnable *string + ClusterRoutingAllocationNodeConcurrentIncomingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentOutgoingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentRecoveries *float64 + ClusterRoutingAllocationNodeInitialPrimariesRecoveries *float64 + ClusterRoutingAllocationSameShardHost *bool + ClusterRoutingAllocationTotalShardsPerNode *float64 + ClusterRoutingRebalanceEnable *string + IndicesBreakerFielddataLimit *string + IndicesBreakerFielddataOverhead *float64 + IndicesBreakerRequestLimit *string + IndicesBreakerRequestOverhead *float64 + IndicesBreakerTotalLimit *string + IndicesRecoveryMaxBytesPerSec *string + NetworkBreakerInflightRequestsLimit *string + NetworkBreakerInflightRequestsOverhead *float64 + ScriptMaxCompilationsRate *string + SearchDefaultSearchTimeout *string + func (in *SettingsInitParameters) DeepCopy() *SettingsInitParameters + func (in *SettingsInitParameters) DeepCopyInto(out *SettingsInitParameters) + type SettingsList struct + Items []Settings + func (in *SettingsList) DeepCopy() *SettingsList + func (in *SettingsList) DeepCopyInto(out *SettingsList) + func (in *SettingsList) DeepCopyObject() runtime.Object + func (l *SettingsList) GetItems() []resource.Managed + type SettingsObservation struct + ActionAutoCreateIndex *string + ActionDestructiveRequiresName *bool + ClusterBlocksReadOnly *bool + ClusterBlocksReadOnlyAllowDelete *bool + ClusterIndicesCloseEnable *bool + ClusterInfoUpdateInterval *string + ClusterMaxShardsPerNode *float64 + ClusterMaxShardsPerNodeFrozen *float64 + ClusterNoMasterBlock *string + ClusterPersistentTasksAllocationEnable *string + ClusterPersistentTasksAllocationRecheckInterval *string + ClusterRoutingAllocationAllowRebalance *string + ClusterRoutingAllocationAwarenessAttributes *string + ClusterRoutingAllocationBalanceIndex *float64 + ClusterRoutingAllocationBalanceShard *float64 + ClusterRoutingAllocationBalanceThreshold *float64 + ClusterRoutingAllocationClusterConcurrentRebalance *float64 + ClusterRoutingAllocationDiskIncludeRelocations *bool + ClusterRoutingAllocationDiskThresholdEnabled *bool + ClusterRoutingAllocationDiskWatermarkHigh *string + ClusterRoutingAllocationDiskWatermarkLow *string + ClusterRoutingAllocationEnable *string + ClusterRoutingAllocationNodeConcurrentIncomingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentOutgoingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentRecoveries *float64 + ClusterRoutingAllocationNodeInitialPrimariesRecoveries *float64 + ClusterRoutingAllocationSameShardHost *bool + ClusterRoutingAllocationTotalShardsPerNode *float64 + ClusterRoutingRebalanceEnable *string + ID *string + IndicesBreakerFielddataLimit *string + IndicesBreakerFielddataOverhead *float64 + IndicesBreakerRequestLimit *string + IndicesBreakerRequestOverhead *float64 + IndicesBreakerTotalLimit *string + IndicesRecoveryMaxBytesPerSec *string + NetworkBreakerInflightRequestsLimit *string + NetworkBreakerInflightRequestsOverhead *float64 + ScriptMaxCompilationsRate *string + SearchDefaultSearchTimeout *string + func (in *SettingsObservation) DeepCopy() *SettingsObservation + func (in *SettingsObservation) DeepCopyInto(out *SettingsObservation) + type SettingsParameters struct + ActionAutoCreateIndex *string + ActionDestructiveRequiresName *bool + ClusterBlocksReadOnly *bool + ClusterBlocksReadOnlyAllowDelete *bool + ClusterIndicesCloseEnable *bool + ClusterInfoUpdateInterval *string + ClusterMaxShardsPerNode *float64 + ClusterMaxShardsPerNodeFrozen *float64 + ClusterNoMasterBlock *string + ClusterPersistentTasksAllocationEnable *string + ClusterPersistentTasksAllocationRecheckInterval *string + ClusterRoutingAllocationAllowRebalance *string + ClusterRoutingAllocationAwarenessAttributes *string + ClusterRoutingAllocationBalanceIndex *float64 + ClusterRoutingAllocationBalanceShard *float64 + ClusterRoutingAllocationBalanceThreshold *float64 + ClusterRoutingAllocationClusterConcurrentRebalance *float64 + ClusterRoutingAllocationDiskIncludeRelocations *bool + ClusterRoutingAllocationDiskThresholdEnabled *bool + ClusterRoutingAllocationDiskWatermarkHigh *string + ClusterRoutingAllocationDiskWatermarkLow *string + ClusterRoutingAllocationEnable *string + ClusterRoutingAllocationNodeConcurrentIncomingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentOutgoingRecoveries *float64 + ClusterRoutingAllocationNodeConcurrentRecoveries *float64 + ClusterRoutingAllocationNodeInitialPrimariesRecoveries *float64 + ClusterRoutingAllocationSameShardHost *bool + ClusterRoutingAllocationTotalShardsPerNode *float64 + ClusterRoutingRebalanceEnable *string + IndicesBreakerFielddataLimit *string + IndicesBreakerFielddataOverhead *float64 + IndicesBreakerRequestLimit *string + IndicesBreakerRequestOverhead *float64 + IndicesBreakerTotalLimit *string + IndicesRecoveryMaxBytesPerSec *string + NetworkBreakerInflightRequestsLimit *string + NetworkBreakerInflightRequestsOverhead *float64 + ScriptMaxCompilationsRate *string + SearchDefaultSearchTimeout *string + func (in *SettingsParameters) DeepCopy() *SettingsParameters + func (in *SettingsParameters) DeepCopyInto(out *SettingsParameters) + type SettingsSpec struct + ForProvider SettingsParameters + InitProvider SettingsInitParameters + func (in *SettingsSpec) DeepCopy() *SettingsSpec + func (in *SettingsSpec) DeepCopyInto(out *SettingsSpec) + type SettingsStatus struct + AtProvider SettingsObservation + func (in *SettingsStatus) DeepCopy() *SettingsStatus + func (in *SettingsStatus) DeepCopyInto(out *SettingsStatus)