Skip to content

Commit 07e5b65

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <github-actions@github.com>
1 parent b5930e2 commit 07e5b65

18 files changed

+180
-76
lines changed

go/cdk8s-crd/imports/certmanagerio/CertificateSpecKeystoresJks.go

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@ type CertificateSpecKeystoresJks struct {
77
//
88
// If true, a file named `keystore.jks` will be created in the target
99
// Secret resource, encrypted using the password stored in
10-
// `passwordSecretRef`.
10+
// `passwordSecretRef` or `password`.
1111
// The keystore file will be updated immediately.
1212
// If the issuer provided a CA certificate, a file named `truststore.jks`
1313
// will also be created in the target Secret resource, encrypted using the
1414
// password stored in `passwordSecretRef`
1515
// containing the issuing Certificate Authority.
1616
Create *bool `field:"required" json:"create" yaml:"create"`
17-
// PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the JKS keystore.
18-
PasswordSecretRef *CertificateSpecKeystoresJksPasswordSecretRef `field:"required" json:"passwordSecretRef" yaml:"passwordSecretRef"`
1917
// Alias specifies the alias of the key in the keystore, required by the JKS format.
2018
//
2119
// If not provided, the default alias `certificate` will be used.
2220
Alias *string `field:"optional" json:"alias" yaml:"alias"`
21+
// Password provides a literal password used to encrypt the JKS keystore.
22+
//
23+
// Mutually exclusive with passwordSecretRef.
24+
// One of password or passwordSecretRef must provide a password with a non-zero length.
25+
Password *string `field:"optional" json:"password" yaml:"password"`
26+
// PasswordSecretRef is a reference to a non-empty key in a Secret resource containing the password used to encrypt the JKS keystore.
27+
//
28+
// Mutually exclusive with password.
29+
// One of password or passwordSecretRef must provide a password with a non-zero length.
30+
PasswordSecretRef *CertificateSpecKeystoresJksPasswordSecretRef `field:"optional" json:"passwordSecretRef" yaml:"passwordSecretRef"`
2331
}
2432

go/cdk8s-crd/imports/certmanagerio/CertificateSpecKeystoresJksPasswordSecretRef.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package certmanagerio
22

33

4-
// PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the JKS keystore.
4+
// PasswordSecretRef is a reference to a non-empty key in a Secret resource containing the password used to encrypt the JKS keystore.
5+
//
6+
// Mutually exclusive with password.
7+
// One of password or passwordSecretRef must provide a password with a non-zero length.
58
type CertificateSpecKeystoresJksPasswordSecretRef struct {
69
// Name of the resource being referred to.
710
//

go/cdk8s-crd/imports/certmanagerio/CertificateSpecKeystoresPkcs12.go

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ type CertificateSpecKeystoresPkcs12 struct {
77
//
88
// If true, a file named `keystore.p12` will be created in the target
99
// Secret resource, encrypted using the password stored in
10-
// `passwordSecretRef`.
10+
// `passwordSecretRef` or in `password`.
1111
// The keystore file will be updated immediately.
1212
// If the issuer provided a CA certificate, a file named `truststore.p12` will
1313
// also be created in the target Secret resource, encrypted using the
1414
// password stored in `passwordSecretRef` containing the issuing Certificate
1515
// Authority.
1616
Create *bool `field:"required" json:"create" yaml:"create"`
17-
// PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the PKCS12 keystore.
18-
PasswordSecretRef *CertificateSpecKeystoresPkcs12PasswordSecretRef `field:"required" json:"passwordSecretRef" yaml:"passwordSecretRef"`
17+
// Password provides a literal password used to encrypt the PKCS#12 keystore.
18+
//
19+
// Mutually exclusive with passwordSecretRef.
20+
// One of password or passwordSecretRef must provide a password with a non-zero length.
21+
Password *string `field:"optional" json:"password" yaml:"password"`
22+
// PasswordSecretRef is a reference to a non-empty key in a Secret resource containing the password used to encrypt the PKCS#12 keystore.
23+
//
24+
// Mutually exclusive with password.
25+
// One of password or passwordSecretRef must provide a password with a non-zero length.
26+
PasswordSecretRef *CertificateSpecKeystoresPkcs12PasswordSecretRef `field:"optional" json:"passwordSecretRef" yaml:"passwordSecretRef"`
1927
// Profile specifies the key and certificate encryption algorithms and the HMAC algorithm used to create the PKCS12 keystore.
2028
//
2129
// Default value is `LegacyRC2` for backward compatibility.

go/cdk8s-crd/imports/certmanagerio/CertificateSpecKeystoresPkcs12PasswordSecretRef.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package certmanagerio
22

33

4-
// PasswordSecretRef is a reference to a key in a Secret resource containing the password used to encrypt the PKCS12 keystore.
4+
// PasswordSecretRef is a reference to a non-empty key in a Secret resource containing the password used to encrypt the PKCS#12 keystore.
5+
//
6+
// Mutually exclusive with password.
7+
// One of password or passwordSecretRef must provide a password with a non-zero length.
58
type CertificateSpecKeystoresPkcs12PasswordSecretRef struct {
69
// Name of the resource being referred to.
710
//

go/kubernetes-end-to-end-aws/cdk.out/kubernetes-end-to-end-aws.assets.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,41 +105,41 @@
105105
}
106106
}
107107
},
108-
"3d6d954a698964f5fef5b4c3e79ff67b53c746277c03290ca3d6617be8c01874": {
108+
"0bdd7852b00076aeabd4467eaa513b4f89c147b1b76a4b8a9844d1fe24484b1c": {
109109
"source": {
110110
"path": "kubernetesendtoendawsawscdkawseksClusterResourceProvider5E6E6F1A.nested.template.json",
111111
"packaging": "file"
112112
},
113113
"destinations": {
114114
"current_account-current_region": {
115115
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
116-
"objectKey": "3d6d954a698964f5fef5b4c3e79ff67b53c746277c03290ca3d6617be8c01874.json",
116+
"objectKey": "0bdd7852b00076aeabd4467eaa513b4f89c147b1b76a4b8a9844d1fe24484b1c.json",
117117
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
118118
}
119119
}
120120
},
121-
"74d50af048c3d2687024f6a59ece42246a2aebf198ee571d9062e184dcd1d63f": {
121+
"8154b6009d8c431ea28dc9e70e934d1510a914f15d1113c421735a8741df57d3": {
122122
"source": {
123123
"path": "kubernetesendtoendawsawscdkawseksKubectlProvider1BCE4654.nested.template.json",
124124
"packaging": "file"
125125
},
126126
"destinations": {
127127
"current_account-current_region": {
128128
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
129-
"objectKey": "74d50af048c3d2687024f6a59ece42246a2aebf198ee571d9062e184dcd1d63f.json",
129+
"objectKey": "8154b6009d8c431ea28dc9e70e934d1510a914f15d1113c421735a8741df57d3.json",
130130
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
131131
}
132132
}
133133
},
134-
"803ee365d276768ad63caa6b682387eb1913016dcb5f954343e73f10cbb3e257": {
134+
"a42482c0007a7571e8580363affad3b4f80d227b13103fe621d37146e814509d": {
135135
"source": {
136136
"path": "kubernetes-end-to-end-aws.template.json",
137137
"packaging": "file"
138138
},
139139
"destinations": {
140140
"current_account-current_region": {
141141
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
142-
"objectKey": "803ee365d276768ad63caa6b682387eb1913016dcb5f954343e73f10cbb3e257.json",
142+
"objectKey": "a42482c0007a7571e8580363affad3b4f80d227b13103fe621d37146e814509d.json",
143143
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
144144
}
145145
}

go/kubernetes-end-to-end-aws/cdk.out/kubernetes-end-to-end-aws.template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@
12121212
{
12131213
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
12141214
},
1215-
"/3d6d954a698964f5fef5b4c3e79ff67b53c746277c03290ca3d6617be8c01874.json"
1215+
"/0bdd7852b00076aeabd4467eaa513b4f89c147b1b76a4b8a9844d1fe24484b1c.json"
12161216
]
12171217
]
12181218
},
@@ -1252,7 +1252,7 @@
12521252
{
12531253
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
12541254
},
1255-
"/74d50af048c3d2687024f6a59ece42246a2aebf198ee571d9062e184dcd1d63f.json"
1255+
"/8154b6009d8c431ea28dc9e70e934d1510a914f15d1113c421735a8741df57d3.json"
12561256
]
12571257
]
12581258
},
@@ -1863,7 +1863,7 @@
18631863
"CDKMetadata": {
18641864
"Type": "AWS::CDK::Metadata",
18651865
"Properties": {
1866-
"Analytics": "v2:deflate64:H4sIAAAAAAAA/1VSXW/bMAz8LXmXlS5ptz3OFYYu/ViMePBrQct0okamDIlKFhj+74PtZm6feDxQ1JG8ley+fZc3CziHRFfHxJpSdjmDPgo4h9curF8hBOQg0yGIsJb3UR+R7yGgsNCUFUhV0zNc0Bfog3Ek8Bhkp2wMjF6k55BGPoinWKInZAwvQKbGwGLbIm0q5YhQc+bdyVToxW9X4d672ApV05z8QtuoA3j+0GlbvqHmAmxEkdpSOWLvrEUvcvQnozHV2kXiXqBeya5o9dCzyJTIYmmNzmNJyAM3o52LjH+gtDjzM5eG4LQBHsa8Fg/g5yYb5QI/AOMZLiLz5gSMc+MN8Sj7WjApec9SZtCHBolFjjp6w5eH6w4+Eb0w0Mhu5yZ9Y8ycNXpsOKG+F+O1coa9ob3YYXDRaxQqBnbNnNb0EW8jt3HaxmgAVdNjGOb89Or/nVRNL9C2wweqJuWoMsNaenEj14sf74ZaThZJ7OCP5BhL1GyT0+pOPk24WN2N3unF3n2Rq7W8XVpD8e8Smurr7eItGJP4SGwalLsp/gPcu9bctAIAAA=="
1866+
"Analytics": "v2:deflate64:H4sIAAAAAAAA/1VSwW7bMAz9ltxlpUuWbce5wtBlXRcjLnwtaJlO1MiUIVHJAsP/Pthu5vbExweKeiTfSnZfv8m7BVxCoqtTYk0pu5xBnwRcwksX1i8QAnKQ6RBEWMv7qE/I9xBQWGjKCqSq6Tdc0Rfog3Ek8BRkp2wMjF6kl5BGPorHWKInZAxPQKbGwGLXIm0r5YhQc+bd2VToxR9X4cG72ApV05z8RNuoI3h+12lXvqLmAmxEkdpSOWLvrEUvcvRnozHV2kXiXqBeya5o9dCzyJTIYmmNzmNJyAM3o72LjM9QWpz5mUtDcNoAD2PeigfwY5uNcoEfgPECV5F5cwbGufGWeJR9K5iUvGUpM+hjg8QiRx294evDbQcfiF4YaGS3d5O+MWbOGj02nFDfi/FaOcPB0EHsMbjoNQoVA7tmTmt6j3eR2zhtYzSAqulXGOb88Or/nVRNT9C2wweqJuWoMsNaenEn14vvb4ZaThZJ7OCP5BRL1GyT82ojHydcrDajd3pxcJ/kai03S2so/l1CU335vHgNxiQ+EpsG5X6K/wDq6lT4tAIAAA=="
18671867
},
18681868
"Metadata": {
18691869
"aws:cdk:path": "kubernetes-end-to-end-aws/CDKMetadata/Default"

go/kubernetes-end-to-end-aws/cdk.out/kubernetesendtoendawsawscdkawseksClusterResourceProvider5E6E6F1A.nested.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
"CDKMetadata": {
829829
"Type": "AWS::CDK::Metadata",
830830
"Properties": {
831-
"Analytics": "v2:deflate64:H4sIAAAAAAAA/zWNwW6DMBBEvyV3x2lD1PaaIPXURohIvVobe0EuZo28dhOE+PfKJJxm3mp2Zi/fP+TLBm681abbOnuV0xk5orlE0J1w0F8NKAcjBkXeoBqCv48KWqQoz95glfmY8SuHBNxYTVwoYMbI8phFcCFPSXcYT8D4LJVT2dDy84OBrSfxmUjHbMqGVj8LC72cau8wnxetvLN6zPhw8yyWmUuE1lIramSfgkahE0ffq/BkllXwf9ZgWKrWVNlQ6cnYdfobhsFSO4vWv8p9IQ87Zyndd9Cbt8Pml63dhkTR9ijrh/4D4qZ4p0YBAAA="
831+
"Analytics": "v2:deflate64:H4sIAAAAAAAA/zWNzW6DMBCEnyV347Shf9cEqac2QkTq1drYC3Ixa+S1myDEu1cmyWnmW83O7OT7h3zawIULbfrC2bOcj8gRzSmC7oWD4WxAOZgwKPIG1Rj8dVLQIUV59AbrzPuMXzkk4MJq5lIBM0aW+yyCS3lIusd4AMZ7qZyrltafHwxsPYnPRDpmU7X08IuwMMi58Q7zedXaO6unjDe3LGKdOUXoLHWiQfYpaBQ6cfSDCndmWQf/Zw2GteqRqlqqPBn7mP6GcbTULaLzz3JXytets5SuWxjM28vml60tQqJoB5TNTf8B1Pf6g0YBAAA="
832832
},
833833
"Metadata": {
834834
"aws:cdk:path": "kubernetes-end-to-end-aws/@aws-cdk--aws-eks.ClusterResourceProvider/CDKMetadata/Default"

go/kubernetes-end-to-end-aws/cdk.out/kubernetesendtoendawsawscdkawseksKubectlProvider1BCE4654.nested.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"CDKMetadata": {
335335
"Type": "AWS::CDK::Metadata",
336336
"Properties": {
337-
"Analytics": "v2:deflate64:H4sIAAAAAAAA/02PzWrDQAyEnyX3tdLGoe01MfTSHoILvS7yWjWK9wdWu3WD8buXdUzpaUYaGH06wPMLPOxwksr0Y2W5gxkn0TONAm+5I5PsJYZv7ikqi67rEebX7E3i4FXz5f/7d7xR/KQoHPyiGB3MbbBUolUvwbK5lfHuFiW1RhFKAqciSmo4ZzNSOqPQolqSkKMhtaYfCQf2w4ahbbmmcRJjGU6TNJZXgNLfBN/zimWypOB03JoE/r4pVNt2UUN4hEMNx71ln3/26Pqn4+4qzFXMPrEjaO/6CzD3XQgxAQAA"
337+
"Analytics": "v2:deflate64:H4sIAAAAAAAA/02PS2vDQAyEf0vua6WN+7omhl7aQ3Ch10Veq0bxPmC1WzcY//eyjik9zUgDo08HeH6Bux1OUpl+rCx3MOMkeqZR4C13ZJI9x/DNPUVl0XU9wvyavUkcvGq+/H//jleKnxSFg18Uo4O5DZZKtOo5WDbXMt7coqTWKEJJ4FhESQ2nbEZKJxRaVEsScjSk1vQj4cB+2DC0Ldc0TmIsw3GSxvIKUPqb4HtesUyWFJyOW5PA3zeFatsuagj3cKjhcW/Z5589uv7pYXcR5ipmn9gRtDf9BQam3ywxAQAA"
338338
},
339339
"Metadata": {
340340
"aws:cdk:path": "kubernetes-end-to-end-aws/@aws-cdk--aws-eks.KubectlProvider/CDKMetadata/Default"

go/kubernetes-end-to-end-aws/cdk.out/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"validateOnSynth": false,
1818
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
1919
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
20-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/803ee365d276768ad63caa6b682387eb1913016dcb5f954343e73f10cbb3e257.json",
20+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/a42482c0007a7571e8580363affad3b4f80d227b13103fe621d37146e814509d.json",
2121
"requiresBootstrapStackVersion": 6,
2222
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
2323
"additionalDependencies": [

go/kubernetes-end-to-end-aws/cdk.out/tree.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@
27722772
{
27732773
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
27742774
},
2775-
"/3d6d954a698964f5fef5b4c3e79ff67b53c746277c03290ca3d6617be8c01874.json"
2775+
"/0bdd7852b00076aeabd4467eaa513b4f89c147b1b76a4b8a9844d1fe24484b1c.json"
27762776
]
27772777
]
27782778
},
@@ -3462,7 +3462,7 @@
34623462
{
34633463
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
34643464
},
3465-
"/74d50af048c3d2687024f6a59ece42246a2aebf198ee571d9062e184dcd1d63f.json"
3465+
"/8154b6009d8c431ea28dc9e70e934d1510a914f15d1113c421735a8741df57d3.json"
34663466
]
34673467
]
34683468
},

0 commit comments

Comments
 (0)