Skip to content

Commit

Permalink
remove redundant optional tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladlou committed Feb 17, 2020
1 parent ae8fb7f commit 62288b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions operatoringress/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ type DNSRecordSpec struct {
// DNSRecordStatus is the most recently observed status of each record.
type DNSRecordStatus struct {
// zones are the status of the record in each zone.
//
// +kubebuilder:validation:Optional
// +optional
Zones []DNSZoneStatus `json:"zones,omitempty"`
}

Expand All @@ -69,9 +66,6 @@ type DNSZoneStatus struct {
//
// If publishing the record fails, the "Failed" condition will be set with a
// reason and message describing the cause of the failure.
//
// +kubebuilder:validation:Optional
// +optional
Conditions []DNSZoneCondition `json:"conditions,omitempty"`
}

Expand Down

0 comments on commit 62288b1

Please sign in to comment.