We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2200abd commit cca03cbCopy full SHA for cca03cb
pkg/constants/constants.go
@@ -1,13 +1,13 @@
1
package constants
2
3
const (
4
- DefaultIAMEndPoint = "https://iam.cloud.ibm.com"
+ DefaultIAMEndPoint = "https://iam.cloud.ibm.com"
5
6
// Maximum number of volumes that controller can publish to the node.
7
// If value is not set or zero CO SHALL decide how many volumes of
8
// this type can be published by the controller to the node. The
9
// plugin MUST NOT set negative values here.
10
- DefaultVolumesPerNode = 0
+ DefaultVolumesPerNode = 0
11
12
KPEncryptionAlgorithm = "AES256" // https://github.com/IBM/ibm-cos-sdk-go/blob/master/service/s3/api.go#L9130-L9136
13
0 commit comments