Show / Hide Table of Contents

Class ConfigManagementOciConfig

OCI repo configuration for a single cluster.

Inheritance
object
ConfigManagementOciConfig
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.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ConfigManagementOciConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcpServiceAccountEmail

Optional. The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.

Declaration
[JsonProperty("gcpServiceAccountEmail")]
public virtual string GcpServiceAccountEmail { get; set; }
Property Value
Type Description
string

PolicyDir

Optional. The absolute path of the directory that contains the local resources. Default: the root directory of the image.

Declaration
[JsonProperty("policyDir")]
public virtual string PolicyDir { get; set; }
Property Value
Type Description
string

SecretType

Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive.

Declaration
[JsonProperty("secretType")]
public virtual string SecretType { get; set; }
Property Value
Type Description
string

SyncRepo

Required. The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.

Declaration
[JsonProperty("syncRepo")]
public virtual string SyncRepo { get; set; }
Property Value
Type Description
string

SyncWaitSecs

Optional. Period in seconds between consecutive syncs. Default: 15.

Declaration
[JsonProperty("syncWaitSecs")]
public virtual long? SyncWaitSecs { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX