Sha256: 97349281302622a806efc2b0e48d8b43b140692b22c9b1df6eb5e75a2909d034

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_config** | [**IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig**](IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig.md) |  | [optional] |
| **conversion_review_versions** | **Array<String>** | conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion.new(
  client_config: null,
  conversion_review_versions: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion.md