-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from elmiko/add-conditions-badges
add condition badges support
- Loading branch information
Showing
9 changed files
with
728 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 changes: 125 additions & 0 deletions
125
...nshift-release/cluster-scoped-resources/config.openshift.io/clusteroperators/console.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
--- | ||
apiVersion: config.openshift.io/v1 | ||
kind: ClusterOperator | ||
metadata: | ||
annotations: | ||
capability.openshift.io/name: Console | ||
include.release.openshift.io/ibm-cloud-managed: "true" | ||
include.release.openshift.io/self-managed-high-availability: "true" | ||
include.release.openshift.io/single-node-developer: "true" | ||
creationTimestamp: "2024-04-17T09:03:48Z" | ||
generation: 1 | ||
managedFields: | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:metadata: | ||
f:annotations: | ||
.: {} | ||
f:capability.openshift.io/name: {} | ||
f:include.release.openshift.io/ibm-cloud-managed: {} | ||
f:include.release.openshift.io/self-managed-high-availability: {} | ||
f:include.release.openshift.io/single-node-developer: {} | ||
f:ownerReferences: | ||
.: {} | ||
k:{"uid":"fb8ca3e4-5385-46a5-b3e4-aecc71c3fa51"}: {} | ||
f:spec: {} | ||
manager: cluster-version-operator | ||
operation: Update | ||
time: "2024-04-17T09:03:48Z" | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:status: | ||
.: {} | ||
f:extension: {} | ||
manager: cluster-version-operator | ||
operation: Update | ||
subresource: status | ||
time: "2024-04-17T09:03:48Z" | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:status: | ||
f:conditions: {} | ||
f:relatedObjects: {} | ||
f:versions: {} | ||
manager: console | ||
operation: Update | ||
subresource: status | ||
time: "2024-04-17T14:49:45Z" | ||
name: console | ||
ownerReferences: | ||
- apiVersion: config.openshift.io/v1 | ||
controller: true | ||
kind: ClusterVersion | ||
name: version | ||
spec: {} | ||
status: | ||
conditions: | ||
- lastTransitionTime: "2024-04-17T09:22:01Z" | ||
message: All is well | ||
reason: AsExpected | ||
status: "False" | ||
type: Degraded | ||
- lastTransitionTime: "2024-04-17T14:49:44Z" | ||
message: All is well | ||
reason: AsExpected | ||
status: "True" | ||
type: Progressing | ||
- lastTransitionTime: "2024-04-17T14:25:46Z" | ||
message: All is well | ||
reason: AsExpected | ||
status: "True" | ||
type: Available | ||
- lastTransitionTime: "2024-04-17T09:21:54Z" | ||
message: All is well | ||
reason: AsExpected | ||
status: "True" | ||
type: Upgradeable | ||
- lastTransitionTime: "2024-04-17T09:18:41Z" | ||
reason: NoData | ||
status: Unknown | ||
type: EvaluationConditionsDetected | ||
extension: null | ||
relatedObjects: | ||
- group: console.openshift.io | ||
name: acm | ||
resource: consoleplugins | ||
- group: console.openshift.io | ||
name: mce | ||
resource: consoleplugins | ||
- group: console.openshift.io | ||
name: monitoring-plugin | ||
resource: consoleplugins | ||
- group: operator.openshift.io | ||
name: cluster | ||
resource: consoles | ||
- group: config.openshift.io | ||
name: cluster | ||
resource: consoles | ||
- group: config.openshift.io | ||
name: cluster | ||
resource: infrastructures | ||
- group: config.openshift.io | ||
name: cluster | ||
resource: proxies | ||
- group: config.openshift.io | ||
name: cluster | ||
resource: oauths | ||
- group: oauth.openshift.io | ||
name: console | ||
resource: oauthclients | ||
- group: "" | ||
name: openshift-console-operator | ||
resource: namespaces | ||
- group: "" | ||
name: openshift-console | ||
resource: namespaces | ||
- group: "" | ||
name: console-public | ||
namespace: openshift-config-managed | ||
resource: configmaps | ||
versions: | ||
- name: operator | ||
version: 4.14.17 |
113 changes: 113 additions & 0 deletions
113
...openshift-release/cluster-scoped-resources/config.openshift.io/clusteroperators/etcd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
--- | ||
apiVersion: config.openshift.io/v1 | ||
kind: ClusterOperator | ||
metadata: | ||
annotations: | ||
exclude.release.openshift.io/internal-openshift-hosted: "true" | ||
include.release.openshift.io/self-managed-high-availability: "true" | ||
include.release.openshift.io/single-node-developer: "true" | ||
creationTimestamp: "2024-04-17T09:03:48Z" | ||
generation: 1 | ||
managedFields: | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:metadata: | ||
f:annotations: | ||
.: {} | ||
f:exclude.release.openshift.io/internal-openshift-hosted: {} | ||
f:include.release.openshift.io/self-managed-high-availability: {} | ||
f:include.release.openshift.io/single-node-developer: {} | ||
f:ownerReferences: | ||
.: {} | ||
k:{"uid":"fb8ca3e4-5385-46a5-b3e4-aecc71c3fa51"}: {} | ||
f:spec: {} | ||
manager: cluster-version-operator | ||
operation: Update | ||
time: "2024-04-17T09:03:48Z" | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:status: | ||
.: {} | ||
f:extension: {} | ||
f:relatedObjects: {} | ||
manager: cluster-version-operator | ||
operation: Update | ||
subresource: status | ||
time: "2024-04-17T09:03:48Z" | ||
- apiVersion: config.openshift.io/v1 | ||
fieldsType: FieldsV1 | ||
fieldsV1: | ||
f:status: | ||
f:conditions: {} | ||
f:versions: {} | ||
manager: cluster-etcd-operator | ||
operation: Update | ||
subresource: status | ||
time: "2024-04-17T14:39:12Z" | ||
name: etcd | ||
ownerReferences: | ||
- apiVersion: config.openshift.io/v1 | ||
controller: true | ||
kind: ClusterVersion | ||
name: version | ||
spec: {} | ||
status: | ||
conditions: | ||
- lastTransitionTime: "2024-04-17T14:38:26Z" | ||
message: |- | ||
NodeControllerDegraded: All master nodes are ready | ||
EtcdMembersDegraded: No unhealthy members found | ||
reason: AsExpected | ||
status: "True" | ||
type: Degraded | ||
- lastTransitionTime: "2024-04-17T09:31:58Z" | ||
message: |- | ||
NodeInstallerProgressing: 3 nodes are at revision 7 | ||
EtcdMembersProgressing: No unstarted etcd members found | ||
reason: AsExpected | ||
status: "False" | ||
type: Progressing | ||
- lastTransitionTime: "2024-04-17T09:14:10Z" | ||
message: |- | ||
StaticPodsAvailable: 3 nodes are active; 3 nodes are at revision 7 | ||
EtcdMembersAvailable: 3 members are available | ||
reason: AsExpected | ||
status: "True" | ||
type: Available | ||
- lastTransitionTime: "2024-04-17T09:12:02Z" | ||
message: All is well | ||
reason: AsExpected | ||
status: "True" | ||
type: Upgradeable | ||
- lastTransitionTime: "2024-04-17T09:12:02Z" | ||
message: The etcd backup controller is starting, and will decide if recent backups | ||
are available or if a backup is required | ||
reason: ControllerStarted | ||
status: Unknown | ||
type: RecentBackup | ||
extension: null | ||
relatedObjects: | ||
- group: operator.openshift.io | ||
name: cluster | ||
resource: etcds | ||
- group: "" | ||
name: openshift-config | ||
resource: namespaces | ||
- group: "" | ||
name: openshift-config-managed | ||
resource: namespaces | ||
- group: "" | ||
name: openshift-etcd-operator | ||
resource: namespaces | ||
- group: "" | ||
name: openshift-etcd | ||
resource: namespaces | ||
versions: | ||
- name: raw-internal | ||
version: 4.14.17 | ||
- name: operator | ||
version: 4.14.17 | ||
- name: etcd | ||
version: 4.14.17 |
Oops, something went wrong.