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.
Prerequisite
Platform as Code must be configured and a Git repository must be connected and synchronized to discover Git-managed resources.
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.
Filter and Search
Use the available filters and search to find resources by name, type, or synchronization state.
Review Git Source
Review the Git repository, branch, manifest path, and commit associated with a Git-managed resource.
Check Sync Status
Review the synchronization status of each resource to determine whether it is ready, drifted, or has failed synchronization.
Monitor Drift and Last Sync
Check whether a resource is in sync with its Git definition and review when it was last synchronized.
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)
apiVersion: platform.axio.io/v1
kind: Environment
metadata:
name: production
labels:
team: platform
spec:
displayName: Production Environment
workspace: production-wsTip
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