Skip to content

Commit

Permalink
operator kubero-operator (0.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni authored Sep 21, 2024
1 parent dfa2aa1 commit c63dbec
Show file tree
Hide file tree
Showing 21 changed files with 3,009 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberoapps.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoApp
listKind: KuberoAppList
plural: kuberoapps
singular: kuberoapp
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoApp is the Schema for the kuberoapps API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoApp
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoApp
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberobuilds.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoBuild
listKind: KuberoBuildList
plural: kuberobuilds
singular: kuberobuild
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoBuild is the Schema for the kuberobuilds API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoBuild
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoBuild
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberocouchdbs.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoCouchDB
listKind: KuberoCouchDBList
plural: kuberocouchdbs
singular: kuberocouchdb
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoCouchDB is the Schema for the kuberocouchdbs API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoCouchDB
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoCouchDB
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberoelasticsearches.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoElasticsearch
listKind: KuberoElasticsearchList
plural: kuberoelasticsearches
singular: kuberoelasticsearch
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoElasticsearch is the Schema for the kuberoelasticsearches
API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoElasticsearch
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoElasticsearch
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberoes.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: Kubero
listKind: KuberoList
plural: kuberoes
singular: kubero
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: Kubero is the Schema for the kuberoes API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of Kubero
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of Kubero
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberokafkas.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoKafka
listKind: KuberoKafkaList
plural: kuberokafkas
singular: kuberokafka
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoKafka is the Schema for the kuberokafkas API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoKafka
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoKafka
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: kuberomails.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoMail
listKind: KuberoMailList
plural: kuberomails
singular: kuberomail
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoMail is the Schema for the kuberomails API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of KuberoMail
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoMail
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Loading

0 comments on commit c63dbec

Please sign in to comment.