Skip to content

Commit

Permalink
fix: display cert store status (#1021)
Browse files Browse the repository at this point in the history
Co-authored-by: Binbin Li <[email protected]>
  • Loading branch information
susanshi and binbin-li authored Aug 24, 2023
1 parent c5da630 commit 49adf7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/v1beta1/certificatestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ type CertificateStoreStatus struct {
// The time stamp of last successful certificates fetch operation. If operation failed, last fetched time shows the time of error
// +optional
LastFetchedTime *metav1.Time `json:"lastfetchedtime,omitempty"`
// provider specific parameters of the each individual certificate
// +kubebuilder:pruning:PreserveUnknownFields
// provider specific properties of the each individual certificate
// +optional
Properties runtime.RawExtension `json:"properties,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ spec:
format: date-time
type: string
properties:
description: provider specific parameters of the each individual certificate
description: provider specific properties of the each individual certificate
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- issuccess
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
properties:
description: provider specific parameters of the each individual certificate
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- issuccess
type: object
Expand Down

0 comments on commit 49adf7b

Please sign in to comment.