Sha256: 7ebd36d0544c1d9e6ce645214231f1e457e410e06c363efb901b13ac4a5a795a

Contents?: true

Size: 687 Bytes

Versions: 1

Compression:

Stored size: 687 Bytes

Contents

# Zilla::IoK8sApiCoreV1TypedLocalObjectReference

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **api_group** | **String** | APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. | [optional] |
| **kind** | **String** | Kind is the type of resource being referenced |  |
| **name** | **String** | Name is the name of resource being referenced |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1TypedLocalObjectReference.new(
  api_group: null,
  kind: null,
  name: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1TypedLocalObjectReference.md