import ProvisionedService from 'openshift-resource-parser/src/types/provisioned-service.js'ProvisionedService
Constructor Summary
| Public Constructor | ||
| public |
constructor(name: string, consoleURL: string, service: ClusterServiceClass) Construct a new ProvisionedService. |
|
Member Summary
| Public Members | ||
| public |
consoleURL: * |
|
| public |
name: * |
|
| public |
service: * |
|
Public Constructors
public constructor(name: string, consoleURL: string, service: ClusterServiceClass) source
Construct a new ProvisionedService.
Params:
| Name | Type | Attribute | Description |
| name | string | The name of the service |
|
| consoleURL | string | The dashboard URL of the service |
|
| service | ClusterServiceClass | The cluster service class |