NamespacesWithFlows
NamespacesWithFlows
yaml
type: "io.kestra.plugin.kestra.namespaces.NamespacesWithFlows"Examples
yaml
id: distinct_all_namespaces
namespace: company.team
tasks:
- id: list_namespaces
type: io.kestra.plugin.kestra.namespaces.NamespacesWithFlows
kestraUrl: http://localhost:8080
auth:
username: admin@kestra.io # pass your Kestra username as secret or KV pair
password: Admin1234 # pass your Kestra password as secret or KV pair
yaml
id: distinct_prefixed_namespaces
namespace: company.team
tasks:
- id: list_prefixed_namespaces
type: io.kestra.plugin.kestra.namespaces.NamespacesWithFlows
kestraUrl: https://my-ee-instance.io
auth:
username: admin@kestra.io # pass your Kestra username as secret or KV pair
password: Admin1234 # pass your Kestra password as secret or KV pair
prefix: dev
tenantId: mytenant
Properties
auth Non-dynamic
Definitions
io.kestra.plugin.kestra.AbstractKestraTask-Auth
apiTokenstring
passwordstring
usernamestring
kestraUrl string
prefix string
tenantId string
Outputs
namespaces array
SubTypestring