Sha256: 02e6ad2f336ddb9c864fd58e0a2c7b3082d63277fce521e327e96e2aa58c6c47
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
# Zilla::IoK8sApiFlowcontrolV1beta1Subject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **group** | [**IoK8sApiFlowcontrolV1beta1GroupSubject**](IoK8sApiFlowcontrolV1beta1GroupSubject.md) | | [optional] | | **kind** | **String** | `kind` indicates which one of the other fields is non-empty. Required | | | **service_account** | [**IoK8sApiFlowcontrolV1beta1ServiceAccountSubject**](IoK8sApiFlowcontrolV1beta1ServiceAccountSubject.md) | | [optional] | | **user** | [**IoK8sApiFlowcontrolV1beta1UserSubject**](IoK8sApiFlowcontrolV1beta1UserSubject.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta1Subject.new( group: null, kind: null, service_account: null, user: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiFlowcontrolV1beta1Subject.md |