Upbound Official
function-claude-status-transformer
By upbound
Last changed 8 months ago
Compatibility
Crossplane (2.0+)
Upbound Crossplane (UXP) (2.0+)
Availability
Community
Standard
Enterprise
Business Critical
Support
Upbound Supported
12 months window ends 2026/06/05
Security & Maintenance
Backporting
Upbound signed
Source Code

Notice something off about this package? Help us keep the marketplace safe and trustworthy by reporting inappropriate content or behavior.

Report this package
Overview

function-claude-status-transformer

Function-claude-status-transformer is a Crossplane Intelligent Function, specifically designed to help with identifying issues with your Composed Resources.

Use this function in any Crossplane Composition function pipline where you would like to have information communicated to end users of your API about issues with the Compositions.

Model Support:

ProviderModelsNotes
Anthropicclaude-sonnet-4-20250514This will be configurable in the future.

Using this function

  1. Within your Upbound project, run
up dep add xpkg.upbound.io/upbound/function-claude-status-transformer:v0.0.0-20250703165412-f44b846b3a
  1. Within your Composition add a pipeline step that includes the function:
apiVersion: apiextensions.crossplane.io/v1
kind: Composition
metadata:
  name: xnetworks.example.upbound.io
spec:
  compositeTypeRef:
    apiVersion: example.upbound.io/v1alpha1
    kind: XNetwork
  mode: Pipeline
  pipeline:
  ...
  - functionRef:
      name: upbound-function-claude-status-transformer
    input:
      apiVersion: function-claude-status-transformer.fn.crossplane.io/v1beta1
      kind: StatusTransformation
      additionalContext: ""
    step: upbound-function-claude-status-transformer
    credentials:
    - name: claude
      source: Secret
      secretRef:
        namespace: crossplane-system
        name: api-key-anthropic
  ...
  1. Make sure to include a secret for accessing the Claude API, e.g.
kubectl -n crossplane-system create secret generic api-key-anthropic --from-literal=ANTHROPIC_API_KEY="${ANTHROPIC_API_KEY}"

Building locally

This template uses Go, Docker, and the Crossplane CLI to build functions.

# Run code generation - see input/generate.go
$ go generate ./...

# Run tests - see fn_test.go
$ go test ./...

# Build the function's runtime image - see Dockerfile
$ docker build . --tag=runtime

# Build a function package - see package/crossplane.yaml
$ crossplane xpkg build -f package --embed-runtime-image=runtime
Discover the building blocks for your internal cloud platform.
© 2026 Upbound, Inc.
Solutions
Learn
Company
Community
More