Kazan v0.10.0 Kazan.Apis.Apps.V1beta2.StatefulSetList View Source

StatefulSetList is a collection of StatefulSets.

OpenAPI Definition: io.k8s.api.apps.v1beta2.StatefulSetList

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Apps.V1beta2.StatefulSetList{
  api_version: String.t(),
  items: [Kazan.Apis.Apps.V1beta2.StatefulSet.t()],
  kind: String.t(),
  metadata: Kazan.Models.Apimachinery.Meta.V1.ListMeta.t()
}