interface ListNamespacesResponse {
    namespaces: Container.v1beta1.Namespace[];
    totalCount: number;
}

Properties

Array of the namespaces.

totalCount: number

Total number of namespaces.