Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsm007 committed May 2, 2024
1 parent 5b0e0f4 commit 7cdd744
Show file tree
Hide file tree
Showing 14 changed files with 9,564 additions and 1 deletion.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| ClusterAPIInstallVSphere| | | | | | |
| EventedPLEG| | | | | | |
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
| ChunkSizeMiB| | | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| AutomatedEtcdBackup| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| CSIDriverSharedResource| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| DNSNameResolver| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
2,396 changes: 2,396 additions & 0 deletions imageregistry/v1/zz_generated.crd-manifests/00_configs-CustomNoUpgrade.crd.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
api.openshift.io/merged-by-featuregates: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/feature-set: Default
name: configs.imageregistry.operator.openshift.io
spec:
group: imageregistry.operator.openshift.io
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ configs.imageregistry.operator.openshift.io:
CRDName: configs.imageregistry.operator.openshift.io
Capability: ""
Category: ""
FeatureGates: []
FeatureGates:
- ChunkSizeMiB
FilenameOperatorName: ""
FilenameOperatorOrdering: "00"
FilenameRunLevel: ""
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions imageregistry/v1/zz_generated.swagger_doc_generated.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
{
"name": "CSIDriverSharedResource"
},
{
"name": "ChunkSizeMiB"
},
{
"name": "ClusterAPIInstall"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"featureGates": [
{
"disabled": [
{
"name": "ChunkSizeMiB"
},
{
"name": "ClusterAPIInstall"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
{
"name": "CSIDriverSharedResource"
},
{
"name": "ChunkSizeMiB"
},
{
"name": "CloudDualStackNodeIPs"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
{
"name": "CSIDriverSharedResource"
},
{
"name": "ChunkSizeMiB"
},
{
"name": "ClusterAPIInstall"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"featureGates": [
{
"disabled": [
{
"name": "ChunkSizeMiB"
},
{
"name": "ClusterAPIInstall"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
{
"name": "CSIDriverSharedResource"
},
{
"name": "ChunkSizeMiB"
},
{
"name": "CloudDualStackNodeIPs"
},
Expand Down

0 comments on commit 7cdd744

Please sign in to comment.