grafeas.v1beta1. deployment
Source: index.
Property
Abstract types
Property
Platform number
Types of platforms.
Properties
| Name | Type | Optional | Description |
|---|---|---|---|
|
PLATFORM_UNSPECIFIED |
|
|
Unknown. |
|
GKE |
|
|
Google Container Engine. |
|
FLEX |
|
|
Google App Engine: Flexible Environment. |
|
CUSTOM |
|
|
Custom user-defined platform. |
Abstract types
Deployable
An artifact that can be deployed in some runtime.
Property
| Name | Type | Optional | Description |
|---|---|---|---|
|
resourceUri |
Array of string |
|
Resource URI for the artifact being deployed. |
Deployment
The period during which some deployable was active in a runtime.
Properties
| Name | Type | Optional | 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 of 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 |
Details
Details of a deployment occurrence.
Property
| Name | Type | Optional | Description |
|---|---|---|---|
|
deployment |
Object |
|
Deployment history for the resource. This object should have the same structure as Deployment |