import ClusterServiceClass from 'openshift-resource-parser/src/types/cluster-service-class.js'ClusterServiceClass
Static Method Summary
| Static Public Methods | ||
| public static |
fromJSON(jsonData: Object): ClusterServiceClass Create a new ClusterServiceClass from a provided JSON object. |
|
| public static |
isValidJSON(jsonData: Object): boolean Return whether the provided JSON data is parsable by @see fromJSON This returning false does not mean the actual object is invalid in OpenShift. |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(name: string, displayName: string) Construct a new ClusterServiceClass |
|
Member Summary
| Public Members | ||
| public |
displayName: * |
|
| public |
name: * |
|
Static Public Methods
public static fromJSON(jsonData: Object): ClusterServiceClass source
Create a new ClusterServiceClass from a provided JSON object.
Params:
| Name | Type | Attribute | Description |
| jsonData | Object | The JSON object to parse |