Members
(static) Platform :number
Types of platforms.
Properties:
Name | Type | Description |
---|---|---|
PLATFORM_UNSPECIFIED |
number |
Unknown. |
GKE |
number |
Google Container Engine. |
FLEX |
number |
Google App Engine: Flexible Environment. |
CUSTOM |
number |
Custom user-defined platform. |
Type Definitions
Deployable
An artifact that can be deployed in some runtime.
Properties:
Name | Type | Description |
---|---|---|
resourceUri |
Array.<string> |
Resource URI for the artifact being deployed. |
- Source:
- See:
Deployment
The period during which some deployable was active in a runtime.
Properties:
Name | Type | Description |
---|---|---|
userEmail |
string |
Identity of the user that triggered this deployment. |
deployTime |
Object |
Beginning of the lifetime of this deployment. This object should have the same structure as Timestamp |
undeployTime |
Object |
End of the lifetime of this deployment. This object should have the same structure as Timestamp |
config |
string |
Configuration used to create this deployment. |
address |
string |
Address of the runtime element hosting this deployment. |
resourceUri |
Array.<string> |
Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name. |
platform |
number |
Platform hosting this deployment. The number should be among the values of Platform |
- Source:
- See:
Details
Details of a deployment occurrence.
Properties:
Name | Type | Description |
---|---|---|
deployment |
Object |
Deployment history for the resource. This object should have the same structure as Deployment |