Sha256: 88eec5e0c625e205b7f5196cd0a840588a3d63af6b6b7d65623e54abe04015d0
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
# Zilla::IoK8sApiFlowcontrolV1beta2Subject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **group** | [**IoK8sApiFlowcontrolV1beta2GroupSubject**](IoK8sApiFlowcontrolV1beta2GroupSubject.md) | | [optional] | | **kind** | **String** | `kind` indicates which one of the other fields is non-empty. Required | | | **service_account** | [**IoK8sApiFlowcontrolV1beta2ServiceAccountSubject**](IoK8sApiFlowcontrolV1beta2ServiceAccountSubject.md) | | [optional] | | **user** | [**IoK8sApiFlowcontrolV1beta2UserSubject**](IoK8sApiFlowcontrolV1beta2UserSubject.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta2Subject.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/IoK8sApiFlowcontrolV1beta2Subject.md |