diff --git a/docs/classes/BackendService.html b/docs/classes/BackendService.html index d1e5427..860496c 100644 --- a/docs/classes/BackendService.html +++ b/docs/classes/BackendService.html @@ -1,17 +1,17 @@ -
StaticcreateStaticcreateCreate backend Create a new backend
-StaticdeleteDelete backend +
StaticdeleteDelete backend Delete specified backend by ID
-StaticgetGet backend +
StaticgetGet backend Get backend information by backend ID
-StaticlistList backends +
StaticlistList backends List all backends
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate backend +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate backend Update the specified backend
-StaticgetList all available endpoints List all registered endpoints in the router
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticcreateCreate module +
StaticcreateCreate module Create a new Kusion module
-StaticdeleteDelete module +
StaticdeleteDelete module Delete the specified module by name
-StaticgetGet module +
StaticgetGet module Get module information by module name
-StaticlistList module +
StaticlistList module List module information
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListModuleDataStaticupdateUpdate module +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListModuleDataStaticupdateUpdate module Update the specified module
-StaticcreateCreate organization +
StaticcreateCreate organization Create a new organization
-StaticdeleteDelete organization +
StaticdeleteDelete organization Delete specified organization by ID
-StaticgetGet organization +
StaticgetGet organization Get organization information by organization ID
-StaticlistList organizations +
StaticlistList organizations List all organizations
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate organization +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate organization Update the specified organization
-StaticcreateCreate project +
StaticcreateCreate project Create a new project
-StaticdeleteDelete project +
StaticdeleteDelete project Delete specified project by ID
-StaticgetGet project +
StaticgetGet project Get project information by project ID
-StaticlistList projects +
StaticlistList projects List all or a subset of the projects
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListProjectDataStaticupdateUpdate project +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListProjectDataStaticupdateUpdate project Update the specified project
-StaticgetGet resource Get resource information by resource ID
-StaticgetGet resource graph +
StaticgetGet resource graph Get resource graph by stack ID
-StaticlistList resource +
StaticlistList resource List resource information
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticgetGet run Get run information by run ID
-StaticgetGet run result +
StaticgetGet run result Get run result by run ID
-StaticcreateCreate source +
StaticcreateCreate source Create a new source
-StaticdeleteDelete source +
StaticdeleteDelete source Delete specified source by ID
-StaticgetGet source +
StaticgetGet source Get source information by source ID
-StaticlistList source +
StaticlistList source List source information by source ID
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate source +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate source Update the specified source
-StaticapplyApply stack +
StaticapplyApply stack Apply stack information by stack ID
-StaticapplyAsynchronously apply stack +
StaticapplyAsynchronously apply stack Start a run and asynchronously apply stack changes by stack ID
-StaticcreateCreate stack +
StaticcreateCreate stack Create a new stack
-StaticdeleteDelete stack +
StaticdeleteDelete stack Delete specified stack by ID
-StaticdestroyDestroy stack +
StaticdestroyDestroy stack Destroy stack information by stack ID
-StaticdestroyAsynchronously destroy stack +
StaticdestroyAsynchronously destroy stack Start a run and asynchronously destroy stack resources by stack ID
-StaticgenerateGenerate stack +
StaticgenerateGenerate stack Generate stack information by stack ID
-StaticgenerateAsynchronously generate stack +
StaticgenerateAsynchronously generate stack Start a run and asynchronously generate stack spec by stack ID
-StaticgetGet stack +
StaticgetGet stack Get stack information by stack ID
-StaticlistList runs +
StaticlistList runs List all runs
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListRunDataStaticlistList stacks +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListRunDataStaticlistList stacks List all stacks
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListStackDataStaticpreviewAsynchronously preview stack +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ListStackDataStaticpreviewAsynchronously preview stack Start a run and asynchronously preview stack changes by stack ID
-StaticupdateUpdate stack +
StaticupdateUpdate stack Update the specified stack
-StaticcreateCreate workspace +
StaticcreateCreate workspace Create a new workspace
-StaticcreateCreate the module dependencies of the workspace +
StaticcreateCreate the module dependencies of the workspace Create the module dependencies in kcl.mod of the specified workspace
-StaticdeleteDelete workspace +
StaticdeleteDelete workspace Delete specified workspace by ID
-StaticgetGet workspace +
StaticgetGet workspace Get workspace information by workspace ID
-Staticgetget workspace configurations +
Staticgetget workspace configurations Get configurations in the specified workspace
-StaticlistList workspaces +
StaticlistList workspaces List all workspaces
-Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate workspace +
Optionaloptions: OmitKeys<RequestOptions<ThrowOnError, string>, "url">StaticupdateUpdate workspace Update the specified workspace
-StaticupdateUpdate workspace configurations +
StaticupdateUpdate workspace configurations Update the configurations in the specified workspace
-StaticvalidateValidate workspace configurations +
StaticvalidateValidate workspace configurations Validate the configurations in the specified workspace
-For detailed API documentation and examples, please refer to:
+Visit our API documentation +For examples, please refer to:
We welcome contributions! Please see our Contributing Guidelines for details.
diff --git a/docs/media/modules.html b/docs/media/modules.html deleted file mode 100644 index a8fd229..0000000 --- a/docs/media/modules.html +++ /dev/null @@ -1 +0,0 @@ -OptionalimportResources?: booleanImport existing resources during the stack preview
OptionalspecID?: stringThe Spec ID to use for the apply. Will generate a new spec if omitted.
The target workspace to preview the spec in.
-
Create backend +