Class ConfigManagementDeploymentOverride
Configuration for a deployment override.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ConfigManagementDeploymentOverride : IDirectResponseSchema
Properties
Containers
Optional. The containers of the deployment resource to be overridden.
Declaration
[JsonProperty("containers")]
public virtual IList<ConfigManagementContainerOverride> Containers { get; set; }
Property Value
Type | Description |
---|---|
IList<Config |
DeploymentName
Required. The name of the deployment resource to be overridden.
Declaration
[JsonProperty("deploymentName")]
public virtual string DeploymentName { get; set; }
Property Value
Type | Description |
---|---|
string |
DeploymentNamespace
Required. The namespace of the deployment resource to be overridden..
Declaration
[JsonProperty("deploymentNamespace")]
public virtual string DeploymentNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |