File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ pkg/apis/storage/v1
55
55
pkg/apis/storage/v1/util
56
56
pkg/apis/storage/v1beta1
57
57
pkg/apis/storage/v1beta1/util
58
- pkg/capabilities
59
58
pkg/cloudprovider/providers/fake
60
59
pkg/cloudprovider/providers/photon
61
60
pkg/controller
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func SetForTests(c Capabilities) {
76
76
capInstance .capabilities = & c
77
77
}
78
78
79
- // Returns a read-only copy of the system capabilities.
79
+ // Get returns a read-only copy of the system capabilities.
80
80
func Get () Capabilities {
81
81
capInstance .lock .Lock ()
82
82
defer capInstance .lock .Unlock ()
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- // package capabilities manages system level capabilities
17
+ // Package capabilities manages system level capabilities
18
18
package capabilities // import "k8s.io/kubernetes/pkg/capabilities"
You can’t perform that action at this time.
0 commit comments