FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci

data class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci(val gcpServiceAccountEmail: String? = null, val policyDir: String? = null, val secretType: String, val syncRepo: String? = null, val syncWaitSecs: String? = null, val version: String? = null)

Constructors

constructor(gcpServiceAccountEmail: String? = null, policyDir: String? = null, secretType: String, syncRepo: String? = null, syncWaitSecs: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Google Cloud Service Account Email used for auth when secretType is gcpServiceAccount

Link copied to clipboard
val policyDir: String? = null

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

Link copied to clipboard

Type of secret configured for access to the Git repo

Link copied to clipboard
val syncRepo: String? = null

The OCI image repository URL for the package to sync from

Link copied to clipboard
val syncWaitSecs: String? = null

Period in seconds between consecutive syncs. Default: 15

Link copied to clipboard
val version: String? = null

(Optional, Deprecated) Version of Config Sync installed