UNPKG

@codingame/kubevirt-api

Version:

kubevirt OpenAPI automation for TypeScript

28 lines (27 loc) 1.25 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: unversioned * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview. * @export * @interface IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec */ export interface IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec { /** * Namespace to evaluate rules for. Required. * @type {string} * @memberof IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec */ namespace?: string; } export declare function IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpecFromJSON(json: any): IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec; export declare function IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpecFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec; export declare function IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpecToJSON(value?: IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec | null): any;