Sha256: 61aebf4233dd00126b488e8444d8d3aaa3519e2b46dc8fd46728a7d3ba4b2479

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# Zilla::IoK8sApiCoreV1HTTPGetAction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **host** | **String** | Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. | [optional] |
| **http_headers** | [**Array<IoK8sApiCoreV1HTTPHeader>**](IoK8sApiCoreV1HTTPHeader.md) | Custom headers to set in the request. HTTP allows repeated headers. | [optional] |
| **path** | **String** | Path to access on the HTTP server. | [optional] |
| **port** | **String** | IntOrString is a type that can hold an int32 or a string.  When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type.  This allows you to have, for example, a JSON field that can accept a name or number. |  |
| **scheme** | **String** | Scheme to use for connecting to the host. Defaults to HTTP.   | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1HTTPGetAction.new(
  host: null,
  http_headers: null,
  path: null,
  port: null,
  scheme: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1HTTPGetAction.md