()
| 215 | } |
| 216 | |
| 217 | func (x *AutoscalingConfiguration) GetContainerConcurrency() int32 { |
| 218 | if x != nil { |
| 219 | return x.ContainerConcurrency |
| 220 | } |
| 221 | return 0 |
| 222 | } |
| 223 | |
| 224 | func (x *AutoscalingConfiguration) GetContainerConcurrencyTargetPercentage() int32 { |
| 225 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected