Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.55 KB

File metadata and controls

74 lines (54 loc) · 2.55 KB

API Reference

This section contains detailed documentation for all Custom Resource Definitions (CRDs).

CRD Categories

Tunnel Management

Private Network

Access Control

Gateway & Security

Device Management

DNS & Connectivity

Pages & Workers

Kubernetes Integration

Common Types

CloudflareSpec

All CRDs that interact with Cloudflare API include a cloudflare spec:

spec:
  cloudflare:
    accountId: "your-account-id"
    domain: example.com
    secret: cloudflare-credentials

Status Conditions

All CRDs report status through standard Kubernetes conditions:

Condition Description
Ready Resource is fully reconciled and operational
Progressing Resource is being created or updated
Degraded Resource has errors but may be partially functional

API Version

Current API version: networking.cloudflare-operator.io/v1alpha2

Legacy version v1alpha1 is deprecated but still supported for backwards compatibility.