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