FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs

data class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs(val enabled: Output<Boolean>? = null, val git: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs>? = null, val oci: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs>? = null, val preventDrift: Output<Boolean>? = null, val sourceFormat: Output<String>? = null) : ConvertibleToJava<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs>

Constructors

constructor(enabled: Output<Boolean>? = null, git: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncGitArgs>? = null, oci: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs>? = null, preventDrift: Output<Boolean>? = null, sourceFormat: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.

Link copied to clipboard

Git repo configuration for the cluster Structure is documented below.

Link copied to clipboard

OCI repo configuration for the cluster Structure is documented below.

Link copied to clipboard
val preventDrift: Output<Boolean>? = null

Set to true to enable the Config Sync admission webhook to prevent drifts. If set to false, disables the Config Sync admission webhook and does not prevent drifts.

Link copied to clipboard
val sourceFormat: Output<String>? = null

Specifies whether the Config Sync Repo is in hierarchical or unstructured mode

Functions

Link copied to clipboard
open override fun toJava(): FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs