Skip to content

Commit 784bd1c

Browse files
alexander-demicevdamdo
authored andcommitted
UPSTREAM: <carry>: Add openshift specific changes
1 parent 55179fc commit 784bd1c

File tree

16,825 files changed

+5461233
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,825 files changed

+5461233
-430
lines changed

.ci-operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build_root_image:
2+
name: release
3+
namespace: openshift
4+
tag: rhel-9-release-golang-1.21-openshift-4.16

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Makefile
2222
# We need the following yaml files while building clusterctl in the container
2323
!cmd/clusterctl/config/manifest/clusterctl-api.yaml
2424
!cmd/clusterctl/client/cluster/assets/cert-manager-test-resources.yaml
25+
!openshift/manifests/*.yaml
2526

2627
# ignores changes to test-only code to avoid extra rebuilds
2728
test/e2e/**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/pr-dependabot.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/pr-golangci-lint.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/pr-verify.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cmd/clusterctl/config/manifest
6060

6161
# The golang vendor directory that contains local copies of external
6262
# dependencies that satisfy Go imports in this project.
63-
vendor
63+
# vendor
6464

6565
# User-supplied Tiltfile extensions, settings, and builds
6666
tilt.d
@@ -79,13 +79,3 @@ out
7979

8080
# Helm
8181
.helm
82-
83-
# Used during parts of the build process. Files _should_ get cleaned up automatically.
84-
# This is also a good location for any temporary manfiests used during development
85-
tmp
86-
87-
# asdf (not a typo! ;) used to manage multiple versions of tools
88-
.tool-versions
89-
90-
# Development container configurations (https://containers.dev/)
91-
.devcontainer

.snyk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# References:
2+
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
3+
# https://docs.snyk.io/snyk-cli/commands/ignore
4+
exclude:
5+
global:
6+
- "vendor/**"
7+
- "**/vendor/**"
8+
- "test/**"
9+
SNYK_CODE_WARNING:
10+
- "cmd/clusterctl/client/cluster/template.go":
11+
reason: "Target command is not exposed to users in OpenShift"

CHANGELOG/OWNERS

Lines changed: 0 additions & 7 deletions
This file was deleted.

OWNERS

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# See the OWNERS docs at https://go.k8s.io/owners for information on OWNERS files.
2-
# See the OWNERS_ALIASES file at https://github.com/kubernetes-sigs/cluster-api/blob/main/OWNERS_ALIASES for a list of members for each alias.
3-
1+
# WARNING: This file is autogenerated. DO NOT edit by hand!!!
2+
# To update this file please contact an existing owner and request
3+
# to be added to the owners-gen input data.
44
approvers:
5-
- sig-cluster-lifecycle-leads
6-
- cluster-api-admins
7-
- cluster-api-maintainers
8-
5+
- JoelSpeed
6+
- RadekManak
7+
- damdo
8+
- enxebre
9+
- nrb
10+
- odvarkadaniel
911
reviewers:
10-
- cluster-api-maintainers
11-
- cluster-api-reviewers
12-
13-
emeritus_approvers:
14-
- chuckha
15-
- detiber
16-
- kris-nova
17-
- ncdc
18-
- roberthbailey
19-
- davidewatson
12+
- JoelSpeed
13+
- RadekManak
14+
- damdo
15+
- elmiko
16+
- nrb
17+
- odvarkadaniel
18+
- racheljpg
19+
- vincepri
20+
component: Cloud Compute
21+
subcomponent: Other Provider

0 commit comments

Comments
 (0)