-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
wlan0
commented
Mar 24, 2021
- remove anonymous access mode from bucket and bucketclass
- refactor package
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wlan0 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Private bool `json:"private,omitempty"` | ||
// +optional | ||
PublicReadOnly bool `json:"publicReadOnly,omitempty"` | ||
type RetentionPolicy string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lastest kep pr defines this field as "deletionPolicy" based on review meeting consensus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I’ll update it
|
||
const ( | ||
RetentionPolicyRetain RetentionPolicy = "Retain" | ||
RetentionPolicyDelete RetentionPolicy = "Delete" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we've added a 3rd value: "ForceDelete"
@jeffvance fair point. While I’m happy to make changes here, let’s get the kep reviewed |
- remove anonymous access mode from bucket and bucketclass - refactor package
dbfa38f
to
d17f24b
Compare
/lgtm |
…uilds Added Dockerfile to build sidecar as well as sample driver
…uilds Added Dockerfile to build sidecar as well as sample driver