Module: Grafeas::V1::DeploymentOccurrence::Platform

Defined in:
lib/grafeas/v1/doc/grafeas/v1/deployment.rb

Overview

Types of platforms.

Constant Summary collapse

PLATFORM_UNSPECIFIED =

Unknown.

0
GKE =

Google Container Engine.

1
FLEX =

Google App Engine: Flexible Environment.

2
CUSTOM =

Custom user-defined platform.

3