Skip to content

Commit

Permalink
Export EventGrid Topic Endpoint to ConfigMap
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Feb 8, 2024
1 parent b197fd4 commit 69b6337
Show file tree
Hide file tree
Showing 10 changed files with 370 additions and 5 deletions.
5 changes: 4 additions & 1 deletion v2/api/eventgrid/v1api20200601/storage/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,10 @@ github.com/Azure/azure-service-operator/v2/api/eventgrid/v1api20200601/storage
│ │ │ └── SourceField: *string
│ │ └── PropertyBag: genruntime.PropertyBag
│ ├── Location: *string
│ ├── OperatorSpec: *Object (2 properties)
│ ├── OperatorSpec: *Object (3 properties)
│ │ ├── ConfigMaps: *Object (2 properties)
│ │ │ ├── Endpoint: *genruntime.ConfigMapDestination
│ │ │ └── PropertyBag: genruntime.PropertyBag
│ │ ├── PropertyBag: genruntime.PropertyBag
│ │ └── Secrets: *Object (3 properties)
│ │ ├── Key1: *genruntime.SecretDestination
Expand Down
33 changes: 31 additions & 2 deletions v2/api/eventgrid/v1api20200601/storage/topic_types_gen.go

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

56 changes: 56 additions & 0 deletions v2/api/eventgrid/v1api20200601/storage/topic_types_gen_test.go

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

32 changes: 32 additions & 0 deletions v2/api/eventgrid/v1api20200601/storage/zz_generated.deepcopy.go

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

4 changes: 3 additions & 1 deletion v2/api/eventgrid/v1api20200601/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,9 @@ github.com/Azure/azure-service-operator/v2/api/eventgrid/v1api20200601
│ │ │ └── Topic: *Object (1 property)
│ │ │ └── SourceField: *string
│ │ ├── Location: *string
│ │ ├── OperatorSpec: *Object (1 property)
│ │ ├── OperatorSpec: *Object (2 properties)
│ │ │ ├── ConfigMaps: *Object (1 property)
│ │ │ │ └── Endpoint: *genruntime.ConfigMapDestination
│ │ │ └── Secrets: *Object (2 properties)
│ │ │ ├── Key1: *genruntime.SecretDestination
│ │ │ └── Key2: *genruntime.SecretDestination
Expand Down
112 changes: 111 additions & 1 deletion v2/api/eventgrid/v1api20200601/topic_types_gen.go

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

Loading

0 comments on commit 69b6337

Please sign in to comment.