Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CRD to support PVC name and labels. Also adding annotations to services. #152

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions deploy/crds/druid.apache.org_druids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3363,6 +3363,20 @@ spec:
metadata:
description: 'Standard object''s metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
properties:
annotations:
additionalProperties:
type: string
descriptions: 'Optional: Service annotations.'
type: object
name:
description: 'Name of service.'
type: string
labels:
additionalProperties:
type: string
descriptions: 'Optional: Service labels.'
type: object
type: object
spec:
description: Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
Expand Down Expand Up @@ -3846,6 +3860,15 @@ spec:
metadata:
description: 'Standard object''s metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
properties:
name:
description: 'Name of volume.'
type: string
labels:
additionalProperties:
type: string
descriptions: 'Volume labels.'
type: object
type: object
spec:
description: 'Spec defines the desired characteristics
Expand Down