struct Kubernetes::Job
- Kubernetes::Job
- Struct
- Value
- Object
Overview
https://github.com/kubernetes/kubernetes/blob/2dede1d4d453413da6fd852e00fc7d4c8784d2a8/staging/src/k8s.io/client-go/applyconfigurations/batch/v1/jobspec.go#L29-L40
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
kubernetes.crConstructors
Instance Method Summary
- #active_deadline_seconds : Int64 | Nil
- #backoff_limit : Int32 | Nil
- #completion_mode : String | Nil
- #completions : Int32 | Nil
- #manual_selector? : Bool | Nil
- #parallelism : Int32 | Nil
-
#selector : Deployment::Spec::Selector | Nil
TODO Should Selector be extracted to a higher layer?
- #suspend? : Bool | Nil
-
#template : Deployment::Spec::Template | Nil
TODO ditto?
- #ttl_seconds_after_finished : Int32 | Nil
Macros inherited from module Kubernetes::Serializable
add_field(type, getter_type, key = nil, **args, &block)
add_field,
field(type, key = nil, **args, &block)
field,
field?(type, key = nil, **args, &block)
field?
Constructor Detail
Instance Method Detail
def selector : Deployment::Spec::Selector | Nil
#
TODO Should Selector be extracted to a higher layer?