Sha256: e4bb8cb506c31bffe55c6d53687f8370bb9e791333b0ed87edfc9693b68c1a09

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 Bytes

Contents

# Zilla::IoK8sApiCoreV1GRPCAction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **port** | **Integer** | Port number of the gRPC service. Number must be in the range 1 to 65535. |  |
| **service** | **String** | Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).  If this is not specified, the default behavior is defined by gRPC. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1GRPCAction.new(
  port: null,
  service: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1GRPCAction.md