Class Table

  • All Implemented Interfaces:
    KubernetesResource, Serializable

    public class Table
    extends Object
    implements KubernetesResource
    Table is a tabular representation of a set of API resources. The server transforms the object into a set of preferred columns for quickly reviewing the resources.

    This is used with the Accept: application/json;as=Table;v=v1;g=meta.k8s.io header.

    See Also:
    Serialized Form
    • Constructor Detail

      • Table

        public Table()