Property

Abstract types

Property

static

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

static

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.

See also

grafeas.v1beta1.deployment.Deployable definition in proto format

static

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

See also

grafeas.v1beta1.deployment.Deployment definition in proto format

static

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

See also

grafeas.v1beta1.deployment.Details definition in proto format