Share via


OCIRepositoryPatchDefinition interface

Parameters to reconcile to the OCIRepository source kind type.

Properties

insecure

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.

url

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.

Property Details

insecure

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

insecure?: boolean

Property Value

boolean

layerSelector

The layer to be pulled from the OCI artifact.

layerSelector?: LayerSelectorPatchDefinition

Property Value

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.

localAuthRef?: string

Property Value

string

repositoryRef

The source reference for the OCIRepository object.

repositoryRef?: OCIRepositoryRefPatchDefinition

Property Value

serviceAccountName

The service account name to authenticate with the OCI repository.

serviceAccountName?: string

Property Value

string

syncIntervalInSeconds

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

syncIntervalInSeconds?: number

Property Value

number

timeoutInSeconds

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

timeoutInSeconds?: number

Property Value

number

tlsConfig

Parameters to authenticate using TLS config for OCI repository.

tlsConfig?: TlsConfigPatchDefinition

Property Value

url

The URL to sync for the flux configuration OCI repository.

url?: string

Property Value

string

useWorkloadIdentity

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

useWorkloadIdentity?: boolean

Property Value

boolean

verify

Verification of the authenticity of an OCI Artifact.

verify?: VerifyPatchDefinition

Property Value