Language

OciRepository Class

Definition

Parameters to reconcile to the OCIRepository source kind type.

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

Constructors

Name Description
OciRepository()

Initializes a new instance of OciRepository.

Properties

Name Description
IsInsecure

Specify whether to allow connecting to a non-TLS HTTP container registry.

LayerSelector

The layer to be pulled from the OCI artifact.

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.

RepositoryRef

The source reference for the OCIRepository object.

ServiceAccountName

The service account name to authenticate with the OCI repository.

SyncIntervalInSeconds

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

TimeoutInSeconds

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

TlsConfig

Parameters to authenticate using TLS config for OCI repository.

Uri

The URL to sync for the flux configuration OCI repository.

UseWorkloadIdentity

Specifies whether to use Workload Identity to authenticate with the OCI repository.

Verify

Verification of the authenticity of an OCI Artifact.

Methods

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

Explicit Interface Implementations

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

Applies to