Skip to content

Commit

Permalink
Update generated code and CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Jan 17, 2022
1 parent 18e25b8 commit 970c4dc
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 10 deletions.
52 changes: 51 additions & 1 deletion api/redisfailover/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appVersion: 1.1.0-rc.1
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
version: 3.1.3
version: 3.1.4
home: https://github.com/spotahome/redis-operator
keywords:
- "golang"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,9 @@ spec:
keepAfterDeletion:
type: boolean
persistentVolumeClaim:
description: PersistentVolumeClaim is a user's request for
and claim to a persistent volume
description: EmbeddedPersistentVolumeClaim is an embedded
version of k8s.io/api/core/v1.PersistentVolumeClaim. It
contains TypeMeta and a reduced ObjectMeta.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema
Expand All @@ -1370,8 +1371,34 @@ spec:
Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
description: 'Standard object''s metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
description: EmbeddedMetadata contains metadata relevant
to an EmbeddedResource.
properties:
annotations:
additionalProperties:
type: string
description: 'Annotations is an unstructured key value
map stored with a resource that may be set by external
tools to store and retrieve arbitrary metadata.
They are not queryable and should be preserved when
modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations'
type: object
labels:
additionalProperties:
type: string
description: 'Map of string keys and values that can
be used to organize and categorize (scope and select)
objects. May match selectors of replication controllers
and services. More info: http://kubernetes.io/docs/user-guide/labels'
type: object
name:
description: 'Name must be unique within a namespace.
Is required when creating resources, although some
resources may allow a client to request the generation
of an appropriate name automatically. Name is primarily
intended for creation idempotence and configuration
definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
type: object
spec:
description: 'Spec defines the desired characteristics
Expand Down
35 changes: 31 additions & 4 deletions manifests/databases.spotahome.com_redisfailovers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,9 @@ spec:
keepAfterDeletion:
type: boolean
persistentVolumeClaim:
description: PersistentVolumeClaim is a user's request for
and claim to a persistent volume
description: EmbeddedPersistentVolumeClaim is an embedded
version of k8s.io/api/core/v1.PersistentVolumeClaim. It
contains TypeMeta and a reduced ObjectMeta.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema
Expand All @@ -1370,8 +1371,34 @@ spec:
Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
description: 'Standard object''s metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
description: EmbeddedMetadata contains metadata relevant
to an EmbeddedResource.
properties:
annotations:
additionalProperties:
type: string
description: 'Annotations is an unstructured key value
map stored with a resource that may be set by external
tools to store and retrieve arbitrary metadata.
They are not queryable and should be preserved when
modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations'
type: object
labels:
additionalProperties:
type: string
description: 'Map of string keys and values that can
be used to organize and categorize (scope and select)
objects. May match selectors of replication controllers
and services. More info: http://kubernetes.io/docs/user-guide/labels'
type: object
name:
description: 'Name must be unique within a namespace.
Is required when creating resources, although some
resources may allow a client to request the generation
of an appropriate name automatically. Name is primarily
intended for creation idempotence and configuration
definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
type: string
type: object
spec:
description: 'Spec defines the desired characteristics
Expand Down

0 comments on commit 970c4dc

Please sign in to comment.