Skip to content

Commit 4f0d815

Browse files
JACK SARTOREGitHub Enterprise
JACK SARTORE
authored and
GitHub Enterprise
committed
feat(oneOf): oneOf added for v3 release (#30)
BREAKING CHANGE: Secret data structs are no long string maps, they are oneOf types with sepcific properties based on the type of secret being created/updated
1 parent e4fca58 commit 4f0d815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/v2/example_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func main() {
265265
"basic-auth-secret",
266266
)
267267

268-
username := "user"
268+
username := "username"
269269
password := "password"
270270
createBasicAuthSecretOpts.Data = &codeenginev2.SecretDataBasicAuthSecretData{
271271
Username: &username,

0 commit comments

Comments
 (0)