Kazan v0.11.0 Kazan.Apis.Core.V1.PodTemplateSpec View Source
PodTemplateSpec describes the data a pod should have when created from a template
OpenAPI Definition: io.k8s.api.core.v1.PodTemplateSpec
Properties
metadata::Kazan.Models.Apimachinery.Meta.V1.ObjectMeta- Standard object’s metadata. More info.
spec::Kazan.Apis.Core.V1.PodSpec- Specification of the desired behavior of the pod. More info.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.PodTemplateSpec{
metadata: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta.t(),
spec: Kazan.Apis.Core.V1.PodSpec.t()
}