Documentation ¶
Index ¶
- type RoutingConfig
- type RoutingConfigAttributes
- func (rc RoutingConfigAttributes) AdditionalVersionWeights() terra.MapValue[terra.NumberValue]
- func (rc RoutingConfigAttributes) InternalRef() (terra.Reference, error)
- func (rc RoutingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rc RoutingConfigAttributes) InternalWithRef(ref terra.Reference) RoutingConfigAttributes
- type RoutingConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoutingConfig ¶
type RoutingConfig struct { // AdditionalVersionWeights: map of number, optional AdditionalVersionWeights terra.MapValue[terra.NumberValue] `hcl:"additional_version_weights,attr"` }
type RoutingConfigAttributes ¶
type RoutingConfigAttributes struct {
// contains filtered or unexported fields
}
func (RoutingConfigAttributes) AdditionalVersionWeights ¶
func (rc RoutingConfigAttributes) AdditionalVersionWeights() terra.MapValue[terra.NumberValue]
func (RoutingConfigAttributes) InternalRef ¶
func (rc RoutingConfigAttributes) InternalRef() (terra.Reference, error)
func (RoutingConfigAttributes) InternalTokens ¶
func (rc RoutingConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoutingConfigAttributes) InternalWithRef ¶
func (rc RoutingConfigAttributes) InternalWithRef(ref terra.Reference) RoutingConfigAttributes
type RoutingConfigState ¶
Click to show internal directories.
Click to hide internal directories.