Sha256: a848277e162a50e0d2408d82f14753ff0fd562015812ff466e0c682aaf774055

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# Zilla::IoK8sApiNetworkingV1IngressClassParametersReference

## 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. |  |
| **namespace** | **String** | Namespace is the namespace of the resource being referenced. This field is required when scope is set to \"Namespace\" and must be unset when scope is set to \"Cluster\". | [optional] |
| **scope** | **String** | Scope represents if this refers to a cluster or namespace scoped resource. This may be set to \"Cluster\" (default) or \"Namespace\". | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiNetworkingV1IngressClassParametersReference.new(
  api_group: null,
  kind: null,
  name: null,
  namespace: null,
  scope: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiNetworkingV1IngressClassParametersReference.md