Kazan v0.11.0 Kazan.Apis.Core.V1.ObjectFieldSelector View Source

ObjectFieldSelector selects an APIVersioned field of an object.

OpenAPI Definition: io.k8s.api.core.v1.ObjectFieldSelector

Properties

  • api_version :: String

    • Version of the schema the FieldPath is written in terms of, defaults to “v1”.
  • field_path :: String

    • Path of the field to select in the specified API version.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ObjectFieldSelector{
  api_version: String.t(),
  field_path: String.t()
}