OciRepository Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |