Class FeatureSpec
Workload Certificate: The Hub-wide input for the WorkloadCertificate feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class FeatureSpec : IDirectResponseSchema
Properties
DefaultConfig
Specifies default membership spec. Users can override the default in the member_configs for each member.
Declaration
[JsonProperty("defaultConfig")]
public virtual MembershipSpec DefaultConfig { get; set; }
Property Value
Type | Description |
---|---|
MembershipSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisionGoogleCa
Immutable. Specifies CA configuration.
Declaration
[JsonProperty("provisionGoogleCa")]
public virtual string ProvisionGoogleCa { get; set; }
Property Value
Type | Description |
---|---|
string |