Sha256: 84bad678fbb8327e9c679f6f2a51f0c42045c382a483bf197004920d552d70b1
Contents?: true
Size: 510 Bytes
Versions: 1
Compression:
Stored size: 510 Bytes
Contents
# Zilla::IoK8sApiCoreV1ObjectFieldSelector ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_version** | **String** | Version of the schema the FieldPath is written in terms of, defaults to \"v1\". | [optional] | | **field_path** | **String** | Path of the field to select in the specified API version. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ObjectFieldSelector.new( api_version: null, field_path: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ObjectFieldSelector.md |