Skip to content

Commit 0345ef8

Browse files
committed
fixup! fixup! DNS: Add awsPrivateHostedZoneRole
make platform a pointer
1 parent 7baaac6 commit 0345ef8

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

config/v1/types_dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type DNSSpec struct {
5959
// to choose reasonable defaults. These defaults are subject to change over time.
6060
//
6161
// +optional
62-
Platform DNSPlatformSpec `json:"platform,omitempty"`
62+
Platform *DNSPlatformSpec `json:"platform,omitempty"`
6363
}
6464

6565
// DNSZone is used to define a DNS hosted zone.

config/v1/zz_generated.deepcopy.go

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

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5769,7 +5769,6 @@
57695769
},
57705770
"platform": {
57715771
"description": "platform holds configuration specific to the underlying infrastructure provider for DNS. When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time.",
5772-
"default": {},
57735772
"$ref": "#/definitions/com.github.openshift.api.config.v1.DNSPlatformSpec"
57745773
},
57755774
"privateZone": {

0 commit comments

Comments
 (0)