https://github.com/steebchen/crds
https://github.com/steebchen/crds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steebchen/crds
- Owner: steebchen
- Created: 2025-04-21T09:53:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-23T00:31:23.000Z (3 months ago)
- Last Synced: 2026-03-23T20:22:22.982Z (3 months ago)
- Size: 3.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRD Manifests Collection
This repository contains a collection of combined CRD YAML manifests from various sources, organized for easy use and reference. Currently, it includes:
1. GCP Config Connector - Combined Custom Resource Definitions (CRDs)
More manifest collections will be added in the future.
## How It Works
GitHub Actions workflows run on a schedule to:
1. Clone source repositories
2. Find and process YAML files
3. Combine them into single YAML files with proper separators (`---`)
4. Push the combined files to this repository
## Available CRDs
### Using with IntelliJ IDEA
You can add the CRD specifications to IntelliJ IDEA for validation and code completion:
1. Go to Settings → Languages & Frameworks → Kubernetes
2. Under the "External specifications" section, click the "+" button
3. Add the combined CRDs file from this repository using the URLs below
### GCP Config Connector
The combined CRDs file for Google Cloud Platform Kubernetes Config Connector is available at:
```
outputs/cnrm.cloud.google.com/out.yaml
```
Full URL:
```
https://raw.githubusercontent.com/steebchen/crds/refs/heads/main/outputs/cnrm.cloud.google.com/out.yaml
```
## Manual Trigger
You can manually trigger any workflow by:
1. Going to the "Actions" tab in this repository
2. Selecting the desired workflow
3. Clicking "Run workflow"
## License
This repository is provided under the same license as the original [k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) repository.