Skip to content

Commit

Permalink
Remove description from CRD yamls (#576)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 2, 2020
1 parent 2d1b587 commit dfd1195
Show file tree
Hide file tree
Showing 84 changed files with 165 additions and 98,941 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ REPO := $(notdir $(shell pwd))
BIN := apimachinery

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,crdVersions={v1beta1,v1}"
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,maxDescLen=0,crdVersions={v1beta1,v1}"
# https://github.com/appscodelabs/gengo-builder
CODE_GENERATOR_IMAGE ?= appscode/gengo:release-1.18
API_GROUPS ?= kubedb:v1alpha1 catalog:v1alpha1 config:v1alpha1 ops:v1alpha1 autoscaling:v1alpha1
Expand Down
471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_elasticsearchautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_elasticsearchautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_etcdautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_etcdautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_memcachedautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_memcachedautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_mongodbautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_mongodbautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_mysqlautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_mysqlautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_perconaxtradbautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_perconaxtradbautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_pgbouncerautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_pgbouncerautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_postgresautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_postgresautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_proxysqlautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_proxysqlautoscalers.yaml

Large diffs are not rendered by default.

471 changes: 0 additions & 471 deletions crds/autoscaling.kubedb.com_redisautoscalers.v1.yaml

Large diffs are not rendered by default.

457 changes: 0 additions & 457 deletions crds/autoscaling.kubedb.com_redisautoscalers.yaml

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions crds/bindata.go

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions crds/catalog.kubedb.com_elasticsearchversions.v1.yaml
Expand Up @@ -41,50 +41,37 @@ spec:
openAPIV3Schema:
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: ElasticsearchVersionSpec is the spec for elasticsearch version
properties:
authPlugin:
description: Authentication plugin used by Elasticsearch cluster.
enum:
- SearchGuard
- None
- X-Pack
- OpenDistro
type: string
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
initContainer:
description: Init container Image
properties:
image:
type: string
Expand All @@ -95,23 +82,20 @@ spec:
- yqImage
type: object
podSecurityPolicies:
description: PSP names
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
tools:
description: Tools Image
properties:
image:
type: string
required:
- image
type: object
version:
description: Version
type: string
required:
- authPlugin
Expand Down
16 changes: 0 additions & 16 deletions crds/catalog.kubedb.com_elasticsearchversions.yaml
Expand Up @@ -41,50 +41,37 @@ spec:
openAPIV3Schema:
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: ElasticsearchVersionSpec is the spec for elasticsearch version
properties:
authPlugin:
description: Authentication plugin used by Elasticsearch cluster.
enum:
- SearchGuard
- None
- X-Pack
- OpenDistro
type: string
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
initContainer:
description: Init container Image
properties:
image:
type: string
Expand All @@ -95,23 +82,20 @@ spec:
- yqImage
type: object
podSecurityPolicies:
description: PSP names
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
tools:
description: Tools Image
properties:
image:
type: string
required:
- image
type: object
version:
description: Version
type: string
required:
- authPlugin
Expand Down
13 changes: 0 additions & 13 deletions crds/catalog.kubedb.com_etcdversions.v1.yaml
Expand Up @@ -38,50 +38,37 @@ spec:
openAPIV3Schema:
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: EtcdVersionSpec is the spec for postgres version
properties:
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
tools:
description: Tools Image
properties:
image:
type: string
required:
- image
type: object
version:
description: Version
type: string
required:
- db
Expand Down
13 changes: 0 additions & 13 deletions crds/catalog.kubedb.com_etcdversions.yaml
Expand Up @@ -38,50 +38,37 @@ spec:
openAPIV3Schema:
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: EtcdVersionSpec is the spec for postgres version
properties:
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
tools:
description: Tools Image
properties:
image:
type: string
required:
- image
type: object
version:
description: Version
type: string
required:
- db
Expand Down
13 changes: 0 additions & 13 deletions crds/catalog.kubedb.com_memcachedversions.v1.yaml
Expand Up @@ -38,50 +38,37 @@ spec:
openAPIV3Schema:
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: MemcachedVersionSpec is the spec for memcached version
properties:
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
podSecurityPolicies:
description: PSP names
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
version:
description: Version
type: string
required:
- db
Expand Down
13 changes: 0 additions & 13 deletions crds/catalog.kubedb.com_memcachedversions.yaml
Expand Up @@ -38,50 +38,37 @@ spec:
openAPIV3Schema:
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: MemcachedVersionSpec is the spec for memcached version
properties:
db:
description: Database Image
properties:
image:
type: string
required:
- image
type: object
deprecated:
description: Deprecated versions usable but regarded as obsolete and
best avoided, typically due to having been superseded.
type: boolean
exporter:
description: Exporter Image
properties:
image:
type: string
required:
- image
type: object
podSecurityPolicies:
description: PSP names
properties:
databasePolicyName:
type: string
required:
- databasePolicyName
type: object
version:
description: Version
type: string
required:
- db
Expand Down

0 comments on commit dfd1195

Please sign in to comment.