KubernetesBucketUpdateContent Class

Definition

Parameters to reconcile to the Bucket source kind type.

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

Constructors

Name Description
KubernetesBucketUpdateContent()

Initializes a new instance of KubernetesBucketUpdateContent.

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.

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.

UseInsecureCommunication

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KubernetesBucketUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KubernetesBucketUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KubernetesBucketUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesBucketUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KubernetesBucketUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to