struct Kubernetes::Pod::Spec
- Kubernetes::Pod::Spec
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
kubernetes.crConstructors
Instance Method Summary
- #containers : Array(Container)
- #dns_policy : String
- #node_name : 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
- #tolerations : Array(Toleration)
- #volumes : Array(Volume)