-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: rad-ci-bot <[email protected]>
- Loading branch information
1 parent
f42f158
commit b53c6a4
Showing
24 changed files
with
2,812 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Reference: applications" | ||
linkTitle: "applications" | ||
description: "Detailed reference documentation for applications" | ||
--- | ||
|
7 changes: 7 additions & 0 deletions
7
...reference/resources/applications/applications.core/2023-10-01-preview/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Reference: 2023-10-01-preview" | ||
linkTitle: "2023-10-01-preview" | ||
description: "Detailed reference documentation for 2023-10-01-preview" | ||
--- | ||
|
191 changes: 191 additions & 0 deletions
191
...sources/applications/applications.core/2023-10-01-preview/applications/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
--- | ||
type: docs | ||
title: "Reference: applications.core/applications@2023-10-01-preview" | ||
linkTitle: "applications" | ||
description: "Detailed reference documentation for applications.core/applications@2023-10-01-preview" | ||
--- | ||
|
||
{{< schemaExample >}} | ||
|
||
## Schema | ||
|
||
### Top-Level Resource | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **apiVersion** | '2023-10-01-preview' | The resource api version <br />_(read-only, deploy-time constant)_ | | ||
| **id** | string | The resource id <br />_(read-only, deploy-time constant)_ | | ||
| **location** | string | The geo-location where the resource lives <br />_(required)_ | | ||
| **name** | string | The resource name <br />_(required, deploy-time constant)_ | | ||
| **properties** | [ApplicationProperties](#applicationproperties) | Application properties | | ||
| **systemData** | [SystemData](#systemdata) | Metadata pertaining to creation and last modification of the resource. <br />_(read-only)_ | | ||
| **tags** | [TrackedResourceTags](#trackedresourcetags) | Resource tags. | | ||
| **type** | 'Applications.Core/applications' | The resource type <br />_(read-only, deploy-time constant)_ | | ||
|
||
### ApplicationProperties | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **environment** | string | Fully qualified resource ID for the environment that the portable resource is linked to <br />_(required)_ | | ||
| **extensions** | [Extension](#extension)[] | The application extension. | | ||
| **provisioningState** | 'Accepted' | 'Canceled' | 'Deleting' | 'Failed' | 'Provisioning' | 'Succeeded' | 'Updating' | Provisioning state of the portable resource at the time the operation was called <br />_(read-only)_ | | ||
| **status** | [ResourceStatus](#resourcestatus) | Status of a resource. <br />_(read-only)_ | | ||
|
||
### Extension | ||
|
||
* **Discriminator**: kind | ||
|
||
#### Base Properties | ||
|
||
* **none** | ||
|
||
|
||
#### DaprSidecarExtension | ||
|
||
##### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **appId** | string | The Dapr appId. Specifies the identifier used by Dapr for service invocation. <br />_(required)_ | | ||
| **appPort** | int | The Dapr appPort. Specifies the internal listening port for the application to handle requests from the Dapr sidecar. | | ||
| **config** | string | Specifies the Dapr configuration to use for the resource. | | ||
| **kind** | 'daprSidecar' | Discriminator property for Extension. <br />_(required)_ | | ||
| **protocol** | 'grpc' | 'http' | The Dapr sidecar extension protocol | | ||
|
||
#### KubernetesMetadataExtension | ||
|
||
##### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **annotations** | [KubernetesMetadataExtensionAnnotations](#kubernetesmetadataextensionannotations) | Annotations to be applied to the Kubernetes resources output by the resource | | ||
| **kind** | 'kubernetesMetadata' | Discriminator property for Extension. <br />_(required)_ | | ||
| **labels** | [KubernetesMetadataExtensionLabels](#kubernetesmetadataextensionlabels) | Labels to be applied to the Kubernetes resources output by the resource | | ||
|
||
#### KubernetesNamespaceExtension | ||
|
||
##### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **kind** | 'kubernetesNamespace' | Discriminator property for Extension. <br />_(required)_ | | ||
| **namespace** | string | The namespace of the application environment. <br />_(required)_ | | ||
|
||
#### ManualScalingExtension | ||
|
||
##### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **kind** | 'manualScaling' | Discriminator property for Extension. <br />_(required)_ | | ||
| **replicas** | int | Replica count. <br />_(required)_ | | ||
|
||
|
||
### KubernetesMetadataExtensionAnnotations | ||
|
||
#### Properties | ||
|
||
* **none** | ||
|
||
#### Additional Properties | ||
|
||
* **Additional Properties Type**: string | ||
|
||
### KubernetesMetadataExtensionLabels | ||
|
||
#### Properties | ||
|
||
* **none** | ||
|
||
#### Additional Properties | ||
|
||
* **Additional Properties Type**: string | ||
|
||
### ResourceStatus | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **compute** | [EnvironmentCompute](#environmentcompute) | Represents backing compute resource | | ||
| **outputResources** | [OutputResource](#outputresource)[] | Properties of an output resource | | ||
| **recipe** | [RecipeStatus](#recipestatus) | Recipe status at deployment time for a resource. <br />_(read-only)_ | | ||
|
||
### EnvironmentCompute | ||
|
||
* **Discriminator**: kind | ||
|
||
#### Base Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **identity** | [IdentitySettings](#identitysettings) | IdentitySettings is the external identity setting. | | ||
| **resourceId** | string | The resource id of the compute resource for application environment. | | ||
|
||
#### KubernetesCompute | ||
|
||
##### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **kind** | 'kubernetes' | Discriminator property for EnvironmentCompute. <br />_(required)_ | | ||
| **namespace** | string | The namespace to use for the environment. <br />_(required)_ | | ||
|
||
|
||
### IdentitySettings | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **kind** | 'azure.com.workload' | 'undefined' | IdentitySettingKind is the kind of supported external identity setting <br />_(required)_ | | ||
| **oidcIssuer** | string | The URI for your compute platform's OIDC issuer | | ||
| **resource** | string | The resource ID of the provisioned identity | | ||
|
||
### OutputResource | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **id** | string | The UCP resource ID of the underlying resource. | | ||
| **localId** | string | The logical identifier scoped to the owning Radius resource. This is only needed or used when a resource has a dependency relationship. LocalIDs do not have any particular format or meaning beyond being compared to determine dependency relationships. | | ||
| **radiusManaged** | bool | Determines whether Radius manages the lifecycle of the underlying resource. | | ||
|
||
### RecipeStatus | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **templateKind** | string | TemplateKind is the kind of the recipe template used by the portable resource upon deployment. <br />_(required)_ | | ||
| **templatePath** | string | TemplatePath is the path of the recipe consumed by the portable resource upon deployment. <br />_(required)_ | | ||
| **templateVersion** | string | TemplateVersion is the version number of the template. | | ||
|
||
### SystemData | ||
|
||
#### Properties | ||
|
||
| Property | Type | Description | | ||
|----------|------|-------------| | ||
| **createdAt** | string | The timestamp of resource creation (UTC). | | ||
| **createdBy** | string | The identity that created the resource. | | ||
| **createdByType** | 'Application' | 'Key' | 'ManagedIdentity' | 'User' | The type of identity that created the resource. | | ||
| **lastModifiedAt** | string | The timestamp of resource last modification (UTC) | | ||
| **lastModifiedBy** | string | The identity that last modified the resource. | | ||
| **lastModifiedByType** | 'Application' | 'Key' | 'ManagedIdentity' | 'User' | The type of identity that created the resource. | | ||
|
||
### TrackedResourceTags | ||
|
||
#### Properties | ||
|
||
* **none** | ||
|
||
#### Additional Properties | ||
|
||
* **Additional Properties Type**: string | ||
|
Oops, something went wrong.