This repository was archived by the owner on Dec 3, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 21
removes endpoint, bucketName fields from protocol structs #27
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-retired:master
from
krishchow:remove-protocol-name
May 7, 2021
Merged
removes endpoint, bucketName fields from protocol structs #27
k8s-ci-robot
merged 1 commit into
kubernetes-retired:master
from
krishchow:remove-protocol-name
May 7, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/assign wlan0 |
/approve |
e4e8ca2
to
984874f
Compare
xing-yang
reviewed
May 7, 2021
984874f
to
265ce70
Compare
xing-yang
reviewed
May 7, 2021
spec.md
Outdated
// If the principal is set, then it should be used as the username of the created credentials. | ||
// If the principal is empty, then a new service account should be created in the backend that satisfies the requested access_policy. | ||
// The principal returned in the response will be used as the unique identifier for deleting this access by calling ProvisionerRevokeBucketAccess. | ||
// This call grants access to an account. The account_name in the request shall be used a unique identifier to create credentials. |
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.
typo: used a -> used as a
265ce70
to
392ee58
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krishchow, wlan0, xing-yang 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 |
NicolasT
added a commit
to scality/cosi-driver-sample
that referenced
this pull request
May 11, 2021
This bumps the version of the spec to that of May 4th, 2021, including the changes introduced in 392ee587932b2c764d9600854b049897f0979b4e. See: kubernetes-retired/container-object-storage-interface-spec@392ee58 See: kubernetes-retired/container-object-storage-interface-spec#27
NicolasT
added a commit
to scality/cosi-driver-sample
that referenced
this pull request
May 11, 2021
This bumps the version of the spec to that of May 4th, 2021, including the changes introduced in 392ee587932b2c764d9600854b049897f0979b4e. See: kubernetes-retired/container-object-storage-interface-spec@392ee58 See: kubernetes-retired/container-object-storage-interface-spec#27
NicolasT
added a commit
to scality/cosi-driver-sample
that referenced
this pull request
May 11, 2021
This bumps the version of the spec to that of May 4th, 2021, including the changes introduced in 392ee587932b2c764d9600854b049897f0979b4e. See: kubernetes-retired/container-object-storage-interface-spec@392ee58 See: kubernetes-retired/container-object-storage-interface-spec#27
NicolasT
added a commit
to scality/cosi-driver-sample
that referenced
this pull request
May 11, 2021
This bumps the version of the spec to that of May 4th, 2021, including the changes introduced in 392ee587932b2c764d9600854b049897f0979b4e. The tests show a potential issue in the CSI driver, see https://kubernetes.slack.com/archives/C017EGC1C6N/p1620729488311200. See: kubernetes-retired/container-object-storage-interface-spec@392ee58 See: kubernetes-retired/container-object-storage-interface-spec#27
NicolasT
added a commit
to scality/cosi-driver-sample
that referenced
this pull request
May 11, 2021
This bumps the version of the spec to that of May 4th, 2021, including the changes introduced in 392ee587932b2c764d9600854b049897f0979b4e. The tests show a potential issue in the CSI driver, see https://kubernetes.slack.com/archives/C017EGC1C6N/p1620729488311200. See: kubernetes-retired/container-object-storage-interface-spec@392ee58 See: kubernetes-retired/container-object-storage-interface-spec#27
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims to mirror kubernetes-retired/container-object-storage-interface-api#41 and follows the discussion in the most recent community meetings.
The goal here again is to remove redundant fields. Namely, we had
bucketName
in the s3/gcs protocols, andcontainerName
in the azure protocol. These fields have all been superseded by BucketID.