Class CloudBuildSpec
Cloud Build: Configurations for each Cloud Build enabled cluster.
Implements
Inherited Members
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 |