apimachineryk8s.io/apimachinery/pkg/api/meta/table Index | Files

package table

import "k8s.io/apimachinery/pkg/api/meta/table"

Index

Functions

func ConvertToHumanReadableDateType

func ConvertToHumanReadableDateType(timestamp metav1.Time) string

ConvertToHumanReadableDateType returns the elapsed time since timestamp in human-readable approximation.

func MetaToTableRow

func MetaToTableRow(obj runtime.Object, rowFn func(obj runtime.Object, m metav1.Object, name, age string) ([]interface{}, error)) ([]metav1.TableRow, error)

MetaToTableRow converts a list or object into one or more table rows. The provided rowFn is invoked for each accessed item, with name and age being passed to each.

Source Files

table.go

Version
v0.30.10
Published
Jul 29, 2024
Platform
js/wasm
Imports
5 packages
Last checked
3 hours ago

Tools for package owners.