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

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

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

Properties

  • api_version :: String

    • APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info.
  • kind :: String

    • Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info.
  • metadata :: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta

  • spec :: Kazan.Apis.Core.V1.PodSpec

    • Specification of the desired behavior of the pod. More info.
  • status :: Kazan.Apis.Core.V1.PodStatus

    • Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info.

Link to this section Summary

Link to this section Types