Language

FluxBucketPatch Class

Definition

Parameters to reconcile to the Bucket source kind type.

public class FluxBucketPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxBucketPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.FluxBucketPatch>
type FluxBucketPatch = class
    interface IJsonModel<FluxBucketPatch>
    interface IPersistableModel<FluxBucketPatch>
Public Class FluxBucketPatch
Implements IJsonModel(Of FluxBucketPatch), IPersistableModel(Of FluxBucketPatch)
Inheritance
FluxBucketPatch
Implements

Constructors

Name Description
FluxBucketPatch()

Initializes a new instance of FluxBucketPatch.

Properties

Name Description
AccessKey

Plaintext access key used to securely access the S3 bucket.

BucketName

The bucket name to sync from the url endpoint for the flux configuration.

IsInsecure

Specify whether to use insecure communication when puling data from the S3 bucket.

LocalAuthRef

Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.

SyncIntervalInSeconds

The interval at which to re-reconcile the cluster bucket source with the remote.

TimeoutInSeconds

The maximum time to attempt to reconcile the cluster bucket source with the remote.

Uri

The URL to sync for the flux configuration S3 bucket.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FluxBucketPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FluxBucketPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FluxBucketPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FluxBucketPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FluxBucketPatch>.Write(ModelReaderWriterOptions)

Applies to