Sha256: 8c8626555d14f53fd386d0f5566e2b75897c6bfe3dcea5f923ea969280ba7d2f

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

# Zilla::IoK8sApiBatchV1CronJobStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | [**Array<IoK8sApiCoreV1ObjectReference>**](IoK8sApiCoreV1ObjectReference.md) | A list of pointers to currently running jobs. | [optional] |
| **last_schedule_time** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| **last_successful_time** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiBatchV1CronJobStatus.new(
  active: null,
  last_schedule_time: null,
  last_successful_time: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiBatchV1CronJobStatus.md