Skip to content

Commit 103dc81

Browse files
committed
re-generate with ACK code-gen 0.0.6
Brings in changes that include docstring generation for CRD fields.
1 parent 781cc8c commit 103dc81

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

apis/v1alpha1/db_subnet_group.go

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,21 @@ spec:
3737
description: DBSubnetGroupSpec defines the desired state of DBSubnetGroup
3838
properties:
3939
description:
40+
description: The description for the DB subnet group.
4041
type: string
4142
name:
43+
description: "The name for the DB subnet group. This value is stored
44+
as a lowercase string. \n Constraints: Must contain no more than
45+
255 letters, numbers, periods, underscores, spaces, or hyphens.
46+
Must not be default. \n Example: mySubnetgroup"
4247
type: string
4348
subnetIDs:
49+
description: The EC2 Subnet IDs for the DB subnet group.
4450
items:
4551
type: string
4652
type: array
4753
tags:
54+
description: Tags to assign to the DB subnet group.
4855
items:
4956
properties:
5057
key:
@@ -118,8 +125,10 @@ spec:
118125
type: object
119126
type: array
120127
subnetGroupStatus:
128+
description: Provides the status of the DB subnet group.
121129
type: string
122130
subnets:
131+
description: Contains a list of Subnet elements.
123132
items:
124133
properties:
125134
subnetAvailabilityZone:
@@ -139,6 +148,7 @@ spec:
139148
type: object
140149
type: array
141150
vpcID:
151+
description: Provides the VpcId of the DB subnet group.
142152
type: string
143153
required:
144154
- ackResourceMetadata

0 commit comments

Comments
 (0)