ballerina/openshift module
Module Detail
Records
Record | Description |
---|---|
RouteConfiguration | Route configuration for @kubernetes:OpenShiftRoute. |
RouteDomainConfig | Domain for OpenShift Route configuration. |
Annotations
Name | Attaches To | Data Type | Description |
---|---|---|---|
Route | service, listener | RouteConfiguration | @kubernetes:OpenShiftRoute annotation to generate openshift routes. |
public type RouteConfiguration
Route configuration for @kubernetes:OpenShiftRoute.
Field Name | Data Type | Default Value | Description |
---|---|---|---|
name | string | Name of the resource |
|
labels | map<string> | Map of labels for the resource |
|
annotations | map<string> | Map of annotations for resource |
|
host | string|openshift:RouteDomainConfig | The host of the route. |
public type RouteDomainConfig
Domain for OpenShift Route configuration.
Field Name | Data Type | Default Value | Description |
---|---|---|---|
domain | string | The domain of the hostname. |