Skip to content

Instantly share code, notes, and snippets.

@akoserwal
Created April 12, 2024 13:38
Show Gist options
  • Save akoserwal/4c96c455086a10a5998579f8e3b3f1b2 to your computer and use it in GitHub Desktop.
Save akoserwal/4c96c455086a10a5998579f8e3b3f1b2 to your computer and use it in GitHub Desktop.
gitops-crd
# Generated by Fabric8 CRDGenerator, manual edits might get overwritten!
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: gitops.com.github.k8soperators.ch2
spec:
group: com.github.k8soperators.ch2
names:
kind: GitOps
plural: gitops
singular: gitops
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
spec:
properties:
url:
type: string
type: object
status:
properties:
message:
type: string
resources:
items:
properties:
apiVersion:
type: string
name:
type: string
kind:
type: string
type: object
type: array
phase:
enum:
- FAILED
- UNKNOWN
- READY
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment