Show / Hide Table of Contents

Class CloudBuildSpec

Cloud Build: Configurations for each Cloud Build enabled cluster.

Inheritance
object
CloudBuildSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class CloudBuildSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SecurityPolicy

Whether it is allowed to run the privileged builds on the cluster or not.

Declaration
[JsonProperty("securityPolicy")]
public virtual string SecurityPolicy { get; set; }
Property Value
Type Description
string

Version

Version of the cloud build software on the cluster.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX