You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This blacklist hides certain kinds from the "Other Resources" page because they are unpersisted, disallowed for most end users, or not supported by openshift but exist in kubernetes
82
82
AVAILABLE_KINDS_BLACKLIST: [
83
-
// These are k8s kinds that are not supported in the current release of OpenShift
84
-
{kind: 'Binding',group: ''},
85
-
"Ingress",
86
-
87
-
// These are things like DCPs that aren't actually persisted resources
0 commit comments