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
ng-repeat="replicationController in overview.vanillaReplicationControllers track by (replicationController | uid)"
334
-
api-object="replicationController"
335
-
current="replicationController"
336
-
state="overview.state">
337
-
</overview-list-row>
338
-
<overview-list-row
339
-
ng-repeat="replicaSet in overview.vanillaReplicaSets track by (replicaSet | uid)"
340
-
api-object="replicaSet"
341
-
state="overview.state">
342
-
</overview-list-row>
343
-
<overview-list-row
344
-
ng-repeat="statefulSet in overview.statefulSets track by (statefulSet | uid)"
345
-
api-object="statefulSet"
346
-
state="overview.state">
347
-
</overview-list-row>
348
-
<overview-list-row
349
-
ng-repeat="pod in overview.monopods track by (pod | uid)"
350
-
api-object="pod"
351
-
state="overview.state">
352
-
</overview-list-row>
353
-
</div>
315
+
<!-- Currently we only filter the pipelines. Hide "Other Resources" if a pipeline filter is active or if we're showing the pipeline empty state message. -->
0 commit comments