Skip to content

Commit

Permalink
OCM-2373 | feat: Vendor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb committed Oct 19, 2023
1 parent 8c34f17 commit 591d3a2
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/aws/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func GetPrefixFromInstallerAccountRole(cluster *cmv1.Cluster) (string, error) {
return GetPrefixFromAccountRole(cluster, AccountRoles[InstallerAccountRole].Name)
}

// Role names can be truncated if they are over pkg.MaxByteSize chars, so we need to make sure we aren't missing a truncated suffix
// Role names can be truncated if they are over 64 chars, so we need to make sure we aren't missing a truncated suffix
func TrimRoleSuffix(orig, sufix string) string {
for i := len(sufix); i >= 0; i-- {
if strings.HasSuffix(orig, sufix[:i]) {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/openshift-online/ocm-common/pkg/consts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,12 @@ github.com/onsi/gomega/matchers/support/goraph/util
github.com/onsi/gomega/types
# github.com/openshift-online/ocm-common v0.0.0-20231018131954-d0be7f2dc287
## explicit; go 1.19
github.com/openshift-online/ocm-common/pkg
github.com/openshift-online/ocm-common/pkg/aws/validations
github.com/openshift-online/ocm-common/pkg/cluster/validations
github.com/openshift-online/ocm-common/pkg/idp/validations
github.com/openshift-online/ocm-common/pkg/machinepool/validations
github.com/openshift-online/ocm-common/pkg/ocm/validations
# github.com/openshift-online/ocm-sdk-go v0.1.370
## explicit; go 1.16
github.com/openshift-online/ocm-sdk-go
Expand Down Expand Up @@ -455,4 +458,4 @@ k8s.io/apimachinery/pkg/util/validation/field
## explicit; go 1.18
k8s.io/utils/internal/third_party/forked/golang/net
k8s.io/utils/net
# github.com/golang/glog => github.com/kubermatic/glog-logrus v0.0.0-20180829085450-3fa5b9870d1d
# github.com/golang/glog => github.com/kubermatic/glog-logrus v0.0.0-20180829085450-3fa5b9870d1d

0 comments on commit 591d3a2

Please sign in to comment.