Env
class Env extends AbstractObject implements IdAble
Properties
$lastQuery | from AbstractObject |
Methods
No description
A unique identifier for this Env.
return all input values for the environment
return all output values for the environment
Create or update a binding of type CacheVolume in the environment
Declare a desired CacheVolume output to be assigned in the environment
Create or update a binding of type Container in the environment
Declare a desired Container output to be assigned in the environment
Create or update a binding of type Directory in the environment
Declare a desired Directory output to be assigned in the environment
Create or update a binding of type Env in the environment
Declare a desired Env output to be assigned in the environment
Create or update a binding of type File in the environment
Declare a desired File output to be assigned in the environment
Create or update a binding of type GitRef in the environment
Declare a desired GitRef output to be assigned in the environment
Create or update a binding of type GitRepository in the environment
Declare a desired GitRepository output to be assigned in the environment
Create or update a binding of type LLM in the environment
Declare a desired LLM output to be assigned in the environment
Create or update a binding of type ModuleConfigClient in the environment
Declare a desired ModuleConfigClient output to be assigned in the environment
Create or update a binding of type Module in the environment
Declare a desired Module output to be assigned in the environment
Create or update a binding of type ModuleSource in the environment
Declare a desired ModuleSource output to be assigned in the environment
Create or update a binding of type PhpSdk in the environment
Declare a desired PhpSdk output to be assigned in the environment
Create or update a binding of type Secret in the environment
Declare a desired Secret output to be assigned in the environment
Create or update a binding of type Service in the environment
Declare a desired Service output to be assigned in the environment
Create or update a binding of type Socket in the environment
Declare a desired Socket output to be assigned in the environment
Create or update an input value of type string
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 16
AbstractId
id()
A unique identifier for this Env.
at line 25
Binding
input(string $name)
retrieve an input value by name
at line 35
array
inputs()
return all input values for the environment
at line 44
Binding
output(string $name)
retrieve an output value by name
at line 54
array
outputs()
return all output values for the environment
at line 63
Env
withCacheVolumeInput(string $name, CacheVolume $value, string $description)
Create or update a binding of type CacheVolume in the environment
at line 75
Env
withCacheVolumeOutput(string $name, string $description)
Declare a desired CacheVolume output to be assigned in the environment
at line 86
Env
withContainerInput(string $name, Container $value, string $description)
Create or update a binding of type Container in the environment
at line 98
Env
withContainerOutput(string $name, string $description)
Declare a desired Container output to be assigned in the environment
at line 109
Env
withDirectoryInput(string $name, Directory $value, string $description)
Create or update a binding of type Directory in the environment
at line 121
Env
withDirectoryOutput(string $name, string $description)
Declare a desired Directory output to be assigned in the environment
at line 132
Env
withEnvInput(string $name, Env $value, string $description)
Create or update a binding of type Env in the environment
at line 144
Env
withEnvOutput(string $name, string $description)
Declare a desired Env output to be assigned in the environment
at line 155
Env
withFileInput(string $name, File $value, string $description)
Create or update a binding of type File in the environment
at line 167
Env
withFileOutput(string $name, string $description)
Declare a desired File output to be assigned in the environment
at line 178
Env
withGitRefInput(string $name, GitRef $value, string $description)
Create or update a binding of type GitRef in the environment
at line 190
Env
withGitRefOutput(string $name, string $description)
Declare a desired GitRef output to be assigned in the environment
at line 201
Env
withGitRepositoryInput(string $name, GitRepository $value, string $description)
Create or update a binding of type GitRepository in the environment
at line 216
Env
withGitRepositoryOutput(string $name, string $description)
Declare a desired GitRepository output to be assigned in the environment
at line 227
Env
withLLMInput(string $name, LLM $value, string $description)
Create or update a binding of type LLM in the environment
at line 239
Env
withLLMOutput(string $name, string $description)
Declare a desired LLM output to be assigned in the environment
at line 250
Env
withModuleConfigClientInput(string $name, ModuleConfigClient $value, string $description)
Create or update a binding of type ModuleConfigClient in the environment
at line 265
Env
withModuleConfigClientOutput(string $name, string $description)
Declare a desired ModuleConfigClient output to be assigned in the environment
at line 276
Env
withModuleInput(string $name, Module $value, string $description)
Create or update a binding of type Module in the environment
at line 288
Env
withModuleOutput(string $name, string $description)
Declare a desired Module output to be assigned in the environment
at line 299
Env
withModuleSourceInput(string $name, ModuleSource $value, string $description)
Create or update a binding of type ModuleSource in the environment
at line 311
Env
withModuleSourceOutput(string $name, string $description)
Declare a desired ModuleSource output to be assigned in the environment
at line 322
Env
withPhpSdkInput(string $name, PhpSdk $value, string $description)
Create or update a binding of type PhpSdk in the environment
at line 334
Env
withPhpSdkOutput(string $name, string $description)
Declare a desired PhpSdk output to be assigned in the environment
at line 345
Env
withSecretInput(string $name, Secret $value, string $description)
Create or update a binding of type Secret in the environment
at line 357
Env
withSecretOutput(string $name, string $description)
Declare a desired Secret output to be assigned in the environment
at line 368
Env
withServiceInput(string $name, Service $value, string $description)
Create or update a binding of type Service in the environment
at line 380
Env
withServiceOutput(string $name, string $description)
Declare a desired Service output to be assigned in the environment
at line 391
Env
withSocketInput(string $name, Socket $value, string $description)
Create or update a binding of type Socket in the environment
at line 403
Env
withSocketOutput(string $name, string $description)
Declare a desired Socket output to be assigned in the environment
at line 414
Env
withStringInput(string $name, string $value, string $description)
Create or update an input value of type string