Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating FlexVolume doc with capabilities addition. #786

Merged
merged 1 commit into from
Aug 19, 2017

Conversation

verult
Copy link
Contributor

@verult verult commented Jul 6, 2017

The following PR introduces a FlexVolume API change, so the documentation needs to be updated.
kubernetes/kubernetes#47503

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 6, 2017
@verult
Copy link
Contributor Author

verult commented Jul 6, 2017

/assign @saad-ali @chakri-nelluri

@k8s-ci-robot
Copy link
Contributor

@verult: GitHub didn't allow me to assign the following users: chakri-nelluri.

Note that only kubernetes members can be assigned.

In response to this:

/assign @saad-ali @chakri-nelluri

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-github-robot k8s-github-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 15, 2017
@@ -19,7 +19,8 @@ Call-outs are invoked from Controller-manager only when "--enable-controller-att
### Driver invocation model:

#### Init:
Initializes the driver. Called during Kubelet & Controller manager initialization.
Initializes the driver. Called during Kubelet & Controller manager initialization. On success, a capabilities map is returned.
Currently the only capability supported is `attach`, indicating whether the driver requires attach and detach operations. This field is *required*, although for backward-compatibility the default value is set to `true`, i.e. requires attach and detach.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can user set it to false? and what does it mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@verult verult force-pushed the Capabilities branch 2 times, most recently from 2f40230 to d4135c3 Compare August 16, 2017 23:27
@k8s-github-robot k8s-github-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 17, 2017
@saad-ali
Copy link
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 18, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 57a04fb into kubernetes:master Aug 19, 2017
@verult verult deleted the Capabilities branch March 24, 2018 01:21
danehans pushed a commit to danehans/community that referenced this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants