Archived
Arc Postgres: Fixes for May release (#10877)
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Dusky API
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: v1
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
import { V1KeyToPath } from './v1KeyToPath';
|
||||
|
||||
export class V1ConfigMapVolumeSource {
|
||||
'defaultMode'?: number | null;
|
||||
'items'?: Array<V1KeyToPath>;
|
||||
'name'?: string;
|
||||
'optional'?: boolean | null;
|
||||
|
||||
static discriminator: string | undefined = undefined;
|
||||
|
||||
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
||||
{
|
||||
"name": "defaultMode",
|
||||
"baseName": "defaultMode",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"baseName": "items",
|
||||
"type": "Array<V1KeyToPath>"
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"baseName": "name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "optional",
|
||||
"baseName": "optional",
|
||||
"type": "boolean"
|
||||
} ];
|
||||
|
||||
static getAttributeTypeMap() {
|
||||
return V1ConfigMapVolumeSource.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user