Show / Hide Table of Contents

Class PolicyControllerPolicyContentSpec

PolicyContentSpec defines the user's desired content configuration on the cluster.

Inheritance
object
PolicyControllerPolicyContentSpec
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.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX