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 Address in the environment
Declare a desired Address output to be assigned in 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 Changeset in the environment
Declare a desired Changeset output to be assigned in the environment
Create or update a binding of type Cloud in the environment
Declare a desired Cloud 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 EnvFile in the environment
Declare a desired EnvFile 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 JSONValue in the environment
Declare a desired JSONValue 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 SearchResult in the environment
Declare a desired SearchResult output to be assigned in the environment
Create or update a binding of type SearchSubmatch in the environment
Declare a desired SearchSubmatch 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
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
withAddressInput(string $name, Address $value, string $description)
Create or update a binding of type Address in the environment
at line 75
Env
withAddressOutput(string $name, string $description)
Declare a desired Address output to be assigned in the environment
at line 86
Env
withCacheVolumeInput(string $name, CacheVolume $value, string $description)
Create or update a binding of type CacheVolume in the environment
at line 98
Env
withCacheVolumeOutput(string $name, string $description)
Declare a desired CacheVolume output to be assigned in the environment
at line 109
Env
withChangesetInput(string $name, Changeset $value, string $description)
Create or update a binding of type Changeset in the environment
at line 121
Env
withChangesetOutput(string $name, string $description)
Declare a desired Changeset output to be assigned in the environment
at line 132
Env
withCloudInput(string $name, Cloud $value, string $description)
Create or update a binding of type Cloud in the environment
at line 144
Env
withCloudOutput(string $name, string $description)
Declare a desired Cloud output to be assigned in the environment
at line 155
Env
withContainerInput(string $name, Container $value, string $description)
Create or update a binding of type Container in the environment
at line 167
Env
withContainerOutput(string $name, string $description)
Declare a desired Container output to be assigned in the environment
at line 178
Env
withDirectoryInput(string $name, Directory $value, string $description)
Create or update a binding of type Directory in the environment
at line 190
Env
withDirectoryOutput(string $name, string $description)
Declare a desired Directory output to be assigned in the environment
at line 201
Env
withEnvFileInput(string $name, EnvFile $value, string $description)
Create or update a binding of type EnvFile in the environment
at line 213
Env
withEnvFileOutput(string $name, string $description)
Declare a desired EnvFile output to be assigned in the environment
at line 224
Env
withEnvInput(string $name, Env $value, string $description)
Create or update a binding of type Env in the environment
at line 236
Env
withEnvOutput(string $name, string $description)
Declare a desired Env output to be assigned in the environment
at line 247
Env
withFileInput(string $name, File $value, string $description)
Create or update a binding of type File in the environment
at line 259
Env
withFileOutput(string $name, string $description)
Declare a desired File output to be assigned in the environment
at line 270
Env
withGitRefInput(string $name, GitRef $value, string $description)
Create or update a binding of type GitRef in the environment
at line 282
Env
withGitRefOutput(string $name, string $description)
Declare a desired GitRef output to be assigned in the environment
at line 293
Env
withGitRepositoryInput(string $name, GitRepository $value, string $description)
Create or update a binding of type GitRepository in the environment
at line 308
Env
withGitRepositoryOutput(string $name, string $description)
Declare a desired GitRepository output to be assigned in the environment
at line 319
Env
withJSONValueInput(string $name, JsonValue $value, string $description)
Create or update a binding of type JSONValue in the environment
at line 331
Env
withJSONValueOutput(string $name, string $description)
Declare a desired JSONValue output to be assigned in the environment
at line 342
Env
withLLMInput(string $name, LLM $value, string $description)
Create or update a binding of type LLM in the environment
at line 354
Env
withLLMOutput(string $name, string $description)
Declare a desired LLM output to be assigned in the environment
at line 365
Env
withModuleConfigClientInput(string $name, ModuleConfigClient $value, string $description)
Create or update a binding of type ModuleConfigClient in the environment
at line 380
Env
withModuleConfigClientOutput(string $name, string $description)
Declare a desired ModuleConfigClient output to be assigned in the environment
at line 391
Env
withModuleInput(string $name, Module $value, string $description)
Create or update a binding of type Module in the environment
at line 403
Env
withModuleOutput(string $name, string $description)
Declare a desired Module output to be assigned in the environment
at line 414
Env
withModuleSourceInput(string $name, ModuleSource $value, string $description)
Create or update a binding of type ModuleSource in the environment
at line 426
Env
withModuleSourceOutput(string $name, string $description)
Declare a desired ModuleSource output to be assigned in the environment
at line 437
Env
withSearchResultInput(string $name, SearchResult $value, string $description)
Create or update a binding of type SearchResult in the environment
at line 449
Env
withSearchResultOutput(string $name, string $description)
Declare a desired SearchResult output to be assigned in the environment
at line 460
Env
withSearchSubmatchInput(string $name, SearchSubmatch $value, string $description)
Create or update a binding of type SearchSubmatch in the environment
at line 475
Env
withSearchSubmatchOutput(string $name, string $description)
Declare a desired SearchSubmatch output to be assigned in the environment
at line 486
Env
withSecretInput(string $name, Secret $value, string $description)
Create or update a binding of type Secret in the environment
at line 498
Env
withSecretOutput(string $name, string $description)
Declare a desired Secret output to be assigned in the environment
at line 509
Env
withServiceInput(string $name, Service $value, string $description)
Create or update a binding of type Service in the environment
at line 521
Env
withServiceOutput(string $name, string $description)
Declare a desired Service output to be assigned in the environment
at line 532
Env
withSocketInput(string $name, Socket $value, string $description)
Create or update a binding of type Socket in the environment
at line 544
Env
withSocketOutput(string $name, string $description)
Declare a desired Socket output to be assigned in the environment
at line 555
Env
withStringInput(string $name, string $value, string $description)
Create or update an input value of type string
at line 567
Env
withStringOutput(string $name, string $description)
Create or update an input value of type string