Sha256: 837a6aa27fd13046f3edb3daf698ff449873a4d61266eee31df17a1b96ac36f7

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

# Zilla::IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **non_resource_rules** | [**Array<IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule>**](IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule.md) | `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. | [optional] |
| **resource_rules** | [**Array<IoK8sApiFlowcontrolV1beta2ResourcePolicyRule>**](IoK8sApiFlowcontrolV1beta2ResourcePolicyRule.md) | `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. | [optional] |
| **subjects** | [**Array<IoK8sApiFlowcontrolV1beta2Subject>**](IoK8sApiFlowcontrolV1beta2Subject.md) | subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects.new(
  non_resource_rules: null,
  resource_rules: null,
  subjects: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects.md