Sha256: 25b3afd5107e374a1ce26d88a16789eb9a9a4bb55d3c3803d4ff12cde85385db
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
# Zilla::IoK8sApiCoreV1PodOS ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1PodOS.new( name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1PodOS.md |