- API Reference
WebAccess
Tiers
This feature is available for the following tiers: Basic, Standard, Premium.
Packages:
networking.entigo.com/v1alpha1
Resource Types:
WebAccess
↩ Parent| Name | Type | Description | Required |
|---|---|---|---|
| apiVersion | string | networking.entigo.com/v1alpha1 | true |
| kind | string | WebAccess | true |
| metadata | object | Refer to the Kubernetes API documentation for the fields of the metadata field. | true |
| spec | object | true |
WebAccess.spec
↩ Parent| Name | Type | Description | Required |
|---|---|---|---|
| domain | string | true | |
| paths | []object | true | |
| aliases | []string | false |
WebAccess.spec.paths[index]
↩ Parent| Name | Type | Description | Required |
|---|---|---|---|
| host | string | true | |
| path | string | true | |
| pathType | enum | Enum: Prefix, Exact | true |
| port | integer | Minimum: 1 | true |
| namespace | string | false | |
| targetPath | string | false |