Sha256: 49f710a5f6dbfc3469499eaf08d11be26035e424f0b01f61e516582a7672d440
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
# Zilla::IoK8sApiBatchV1UncountedTerminatedPods ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **failed** | **Array<String>** | Failed holds UIDs of failed Pods. | [optional] | | **succeeded** | **Array<String>** | Succeeded holds UIDs of succeeded Pods. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiBatchV1UncountedTerminatedPods.new( failed: null, succeeded: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiBatchV1UncountedTerminatedPods.md |