Class PolicyControllerPolicyContentSpec
PolicyContentSpec defines the user's desired content configuration on the cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerPolicyContentSpec : IDirectResponseSchema
Properties
Bundles
map of bundle name to BundleInstallSpec. The bundle name maps to the bundleName
key in the
policycontroller.gke.io/constraintData
annotation on a constraint.
Declaration
[JsonProperty("bundles")]
public virtual IDictionary<string, PolicyControllerBundleInstallSpec> Bundles { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PolicyControllerBundleInstallSpec> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateLibrary
Configures the installation of the Template Library.
Declaration
[JsonProperty("templateLibrary")]
public virtual PolicyControllerTemplateLibraryConfig TemplateLibrary { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerTemplateLibraryConfig |