Resources

Resources represent the current state of Platform as Code objects as managed by Axio. The Resources page provides a read-only view of resources discovered and reconciled from Git manifests.

Info

Prerequisite

Platform as Code must be configured and a Git repository must be connected and synchronized to discover Git-managed resources.

1

View Git-Managed Resources

View the platform resources discovered and reconciled from Git manifests. The Resources page provides a read-only inventory of resources managed by Axio.

2

Filter and Search

Use the available filters and search to find resources by name, type, or synchronization state.

3

Review Git Source

Review the Git repository, branch, manifest path, and commit associated with a Git-managed resource.

4

Check Sync Status

Review the synchronization status of each resource to determine whether it is ready, drifted, or has failed synchronization.

5

Monitor Drift and Last Sync

Check whether a resource is in sync with its Git definition and review when it was last synchronized.

Resources

What are Resources?

Resources are Platform as Code objects discovered from Git manifests and managed by Axio. They represent the resource definitions stored in Git and their current synchronization state in Axio.

Resource Details (production)

Overview Spec Status Metadata Dependencies Events
Kind: Environment
Category: Environment
API Version: platform.axio.io/v1
Created At: Mar 20, 2026, 10:32 AM
Last Sync: 1 minute ago
Sync Status: ● Synced
Health: ● Healthy
apiVersion: platform.axio.io/v1
kind: Environment
metadata:
  name: production
  labels:
    team: platform
spec:
  displayName: Production Environment
  workspace: production-ws
Tip

Tip

Resources show the current state as reported by Axio. Use Synchronizations to reconcile any drift between Git and the platform.


Common statuses:

  • Healthy – Resource is up to date with Git
  • Drifted – Resource differs from Git
  • Failed – Resource failed to synchronize
  • Unknown – Status is not yet available