struct Kubernetes::PodSpec
- Kubernetes::PodSpec
- Struct
- Value
- Object
Overview
https://github.com/kubernetes/kubernetes/blob/2dede1d4d453413da6fd852e00fc7d4c8784d2a8/staging/src/k8s.io/client-go/applyconfigurations/core/v1/podspec.go#L27-L63
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
kubernetes.crConstructors
Instance Method Summary
- #containers : Array(Container)
- #dns_policy : String
- #restart_policy : String | Nil
- #scheduler_name : String
- #security_context : JSON::Any
- #service_account : String | Nil
- #service_account_name : String | Nil
- #termination_grace_period_seconds : Int32