Skip to content

Commit

Permalink
Merge pull request #440 from mporrato/add-kubero
Browse files Browse the repository at this point in the history
operator [R] [CI] kubero-operator (0.0.147 0.0.84 0.0.96 0.0.97 0.0.98 0.0.99)
  • Loading branch information
mporrato authored Apr 26, 2024
2 parents 38c0611 + 93adeb3 commit 6bc1087
Show file tree
Hide file tree
Showing 93 changed files with 12,053 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: 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
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: kuberomemcacheds.application.kubero.dev
spec:
group: application.kubero.dev
names:
kind: KuberoMemcached
listKind: KuberoMemcachedList
plural: kuberomemcacheds
singular: kuberomemcached
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: KuberoMemcached is the Schema for the kuberomemcacheds 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 KuberoMemcached
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of KuberoMemcached
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 6bc1087

Please sign in to comment.