Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
encoding
/
openapi
/
testdata
/
embed.cue
blob: c3bc3b4ff9515a681b56f65df65a9ad97a59e8d4 [
file
] [
log
] [
blame
]
#Foo: string
#LoadBalancerSettings: {
{}
|
{
consistentHash
:
#ConsistentHashLB
b
:
#Foo
}
#ConsistentHashLB: {} | {
httpHeaderName
:
string
}
}