Sam Foo
Sam Foo
The red bar from `set colorcolumn=80` is somewhat distracting and does not fit with the airline theme. I propose implementing a soft and hard line wrap using a gray color...
**Is your feature request related to a problem? Please describe.** Reading the text while scrolling through a bright background and bright text is a jarring experience which might also have...
This should be the equivalent of `kubectl rollout ...`. `kubectl` does this through a patch on the pod spec's annotation. Octant can replicate how kubectl does it for consistency. **Environment:**...
**What steps did you take and what happened:** Since containerd is now a dependency, all go plugins importing 0.24 will now require `IMAGE_FLAGS` to build/test. Plugin authors should not require...
Octant merges all components if a plugin adds additional components to the object status. The intended behavior should be showing only the components of the highest error level (e.g. Status...
Previous discussion: https://hackmd.io/CzaPxtmXT_SW8nEpdwvGzw#June-24-2020 The current plugin API provides a simplified interface for plugin authors to query for objects in a cluster. However, more complex cases would require continually extending the...
Related #1399 The metadata type `table` can render a datagrid or table clarity component depending on context. Instead these components should be clearly separated and add `TableComponent` directly into `dynamic-component.ts`....
Similar to how object status values are used to show pod state, releases should have an icon next to their names which warns users if a deprecated chart is being...
This PR introduces the following changes: - A proof of concept for using buttons to trigger an action. This is done by creating a wrapper around the respective starboard command....