@halo-dev/api-client 2.16.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -11
- package/dist/entry/api-client.d.ts +348 -0
- package/dist/entry/index.d.ts +2 -0
- package/dist/halo-api-client.es.js +20971 -0
- package/dist/halo-api-client.es.js.map +1 -0
- package/dist/halo-api-client.iife.js +2 -0
- package/dist/halo-api-client.iife.js.map +1 -0
- package/dist/src/api/annotation-setting-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/api-notification-halo-run-v1alpha1-subscription-api.d.ts +80 -0
- package/dist/src/api/attachment-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/attachment-v1alpha1-console-api.d.ts +187 -0
- package/dist/src/api/attachment-v1alpha1-uc-api.d.ts +97 -0
- package/dist/src/api/auth-provider-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/auth-provider-v1alpha1-console-api.d.ts +140 -0
- package/dist/src/api/backup-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/category-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/category-v1alpha1-public-api.d.ts +229 -0
- package/dist/src/api/comment-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/comment-v1alpha1-console-api.d.ts +221 -0
- package/dist/src/api/comment-v1alpha1-public-api.d.ts +329 -0
- package/dist/src/api/config-map-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/counter-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/device-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/device-v1alpha1-uc-api.d.ts +98 -0
- package/dist/src/api/extension-definition-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/extension-point-definition-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/group-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/index-v1alpha1-public-api.d.ts +143 -0
- package/dist/src/api/indices-v1alpha1-console-api.d.ts +84 -0
- package/dist/src/api/login-api.d.ts +56 -0
- package/dist/src/api/menu-item-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/menu-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/menu-v1alpha1-public-api.d.ts +98 -0
- package/dist/src/api/metrics-v1alpha1-public-api.d.ts +157 -0
- package/dist/src/api/migration-v1alpha1-console-api.d.ts +138 -0
- package/dist/src/api/notification-template-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notification-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notification-v1alpha1-uc-api.d.ts +363 -0
- package/dist/src/api/notifier-descriptor-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/notifier-v1alpha1-console-api.d.ts +165 -0
- package/dist/src/api/notifier-v1alpha1-uc-api.d.ts +122 -0
- package/dist/src/api/personal-access-token-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/personal-access-token-v1alpha1-uc-api.d.ts +266 -0
- package/dist/src/api/plugin-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/plugin-v1alpha1-console-api.d.ts +698 -0
- package/dist/src/api/plugin-v1alpha1-public-api.d.ts +72 -0
- package/dist/src/api/policy-template-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/policy-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/post-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/post-v1alpha1-console-api.d.ts +699 -0
- package/dist/src/api/post-v1alpha1-public-api.d.ts +189 -0
- package/dist/src/api/post-v1alpha1-uc-api.d.ts +457 -0
- package/dist/src/api/reason-type-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reason-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/remember-me-token-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reply-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/reply-v1alpha1-console-api.d.ts +113 -0
- package/dist/src/api/reverse-proxy-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/role-binding-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/role-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/search-engine-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/secret-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/setting-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/single-page-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/single-page-v1alpha1-console-api.d.ts +616 -0
- package/dist/src/api/single-page-v1alpha1-public-api.d.ts +147 -0
- package/dist/src/api/snapshot-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/snapshot-v1alpha1-uc-api.d.ts +89 -0
- package/dist/src/api/subscription-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/system-v1alpha1-console-api.d.ts +98 -0
- package/dist/src/api/system-v1alpha1-public-api.d.ts +56 -0
- package/dist/src/api/tag-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/tag-v1alpha1-console-api.d.ts +113 -0
- package/dist/src/api/tag-v1alpha1-public-api.d.ts +229 -0
- package/dist/src/api/theme-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/theme-v1alpha1-console-api.d.ts +599 -0
- package/dist/src/api/two-factor-auth-v1alpha1-uc-api.d.ts +249 -0
- package/dist/src/api/user-connection-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/user-v1alpha1-api.d.ts +331 -0
- package/dist/src/api/user-v1alpha1-console-api.d.ts +632 -0
- package/dist/src/api/user-v1alpha1-public-api.d.ts +207 -0
- package/dist/src/api.d.ts +85 -0
- package/dist/src/base.d.ts +56 -0
- package/dist/src/common.d.ts +55 -0
- package/dist/src/configuration.d.ts +91 -0
- package/dist/src/index.d.ts +14 -0
- package/dist/src/models/add-operation.d.ts +40 -0
- package/dist/src/models/annotation-setting-list.d.ts +63 -0
- package/dist/src/models/annotation-setting-spec.d.ts +21 -0
- package/dist/src/models/annotation-setting.d.ts +34 -0
- package/dist/src/models/attachment-list.d.ts +63 -0
- package/dist/src/models/attachment-spec.d.ts +60 -0
- package/dist/src/models/attachment-status.d.ts +24 -0
- package/dist/src/models/attachment.d.ts +41 -0
- package/dist/src/models/auth-provider-list.d.ts +63 -0
- package/dist/src/models/auth-provider-spec.d.ts +76 -0
- package/dist/src/models/auth-provider.d.ts +34 -0
- package/dist/src/models/author.d.ts +30 -0
- package/dist/src/models/backup-list.d.ts +63 -0
- package/dist/src/models/backup-spec.d.ts +30 -0
- package/dist/src/models/backup-status.d.ts +67 -0
- package/dist/src/models/backup.d.ts +41 -0
- package/dist/src/models/category-list.d.ts +63 -0
- package/dist/src/models/category-spec.d.ts +78 -0
- package/dist/src/models/category-status.d.ts +36 -0
- package/dist/src/models/category-vo-list.d.ts +63 -0
- package/dist/src/models/category-vo.d.ts +35 -0
- package/dist/src/models/category.d.ts +41 -0
- package/dist/src/models/change-own-password-request.d.ts +30 -0
- package/dist/src/models/change-password-request.d.ts +24 -0
- package/dist/src/models/comment-email-owner.d.ts +42 -0
- package/dist/src/models/comment-list.d.ts +63 -0
- package/dist/src/models/comment-owner.d.ts +44 -0
- package/dist/src/models/comment-request.d.ts +40 -0
- package/dist/src/models/comment-spec.d.ts +94 -0
- package/dist/src/models/comment-stats-vo.d.ts +24 -0
- package/dist/src/models/comment-stats.d.ts +24 -0
- package/dist/src/models/comment-status.d.ts +54 -0
- package/dist/src/models/comment-vo-list.d.ts +63 -0
- package/dist/src/models/comment-vo.d.ts +43 -0
- package/dist/src/models/comment-with-reply-vo-list.d.ts +63 -0
- package/dist/src/models/comment-with-reply-vo.d.ts +50 -0
- package/dist/src/models/comment.d.ts +41 -0
- package/dist/src/models/condition.d.ts +54 -0
- package/dist/src/models/config-map-list.d.ts +63 -0
- package/dist/src/models/config-map-ref.d.ts +24 -0
- package/dist/src/models/config-map.d.ts +35 -0
- package/dist/src/models/content-update-param.d.ts +42 -0
- package/dist/src/models/content-vo.d.ts +30 -0
- package/dist/src/models/content-wrapper.d.ts +42 -0
- package/dist/src/models/content.d.ts +36 -0
- package/dist/src/models/contributor-vo.d.ts +45 -0
- package/dist/src/models/contributor.d.ts +36 -0
- package/dist/src/models/copy-operation.d.ts +40 -0
- package/dist/src/models/counter-list.d.ts +63 -0
- package/dist/src/models/counter-request.d.ts +60 -0
- package/dist/src/models/counter.d.ts +57 -0
- package/dist/src/models/create-user-request.d.ts +74 -0
- package/dist/src/models/custom-templates.d.ts +27 -0
- package/dist/src/models/dashboard-stats.d.ts +54 -0
- package/dist/src/models/detailed-user.d.ts +22 -0
- package/dist/src/models/device-list.d.ts +63 -0
- package/dist/src/models/device-spec.d.ts +60 -0
- package/dist/src/models/device-status.d.ts +30 -0
- package/dist/src/models/device.d.ts +41 -0
- package/dist/src/models/email-config-validation-request.d.ts +66 -0
- package/dist/src/models/email-verify-request.d.ts +24 -0
- package/dist/src/models/excerpt.d.ts +30 -0
- package/dist/src/models/extension-definition-list.d.ts +63 -0
- package/dist/src/models/extension-definition.d.ts +34 -0
- package/dist/src/models/extension-point-definition-list.d.ts +63 -0
- package/dist/src/models/extension-point-definition.d.ts +34 -0
- package/dist/src/models/extension-point-spec.d.ts +53 -0
- package/dist/src/models/extension-spec.d.ts +48 -0
- package/dist/src/models/extension.d.ts +27 -0
- package/dist/src/models/file-reverse-proxy-provider.d.ts +30 -0
- package/dist/src/models/grant-request.d.ts +24 -0
- package/dist/src/models/group-kind.d.ts +30 -0
- package/dist/src/models/group-list.d.ts +63 -0
- package/dist/src/models/group-spec.d.ts +24 -0
- package/dist/src/models/group-status.d.ts +30 -0
- package/dist/src/models/group.d.ts +41 -0
- package/dist/src/models/halo-document.d.ts +116 -0
- package/dist/src/models/index.d.ts +249 -0
- package/dist/src/models/install-from-uri-request.d.ts +24 -0
- package/dist/src/models/interest-reason-subject.d.ts +36 -0
- package/dist/src/models/interest-reason.d.ts +27 -0
- package/dist/src/models/json-patch-inner.d.ts +12 -0
- package/dist/src/models/license.d.ts +30 -0
- package/dist/src/models/list-result-reply-vo.d.ts +63 -0
- package/dist/src/models/listed-auth-provider.d.ts +96 -0
- package/dist/src/models/listed-comment-list.d.ts +63 -0
- package/dist/src/models/listed-comment.d.ts +36 -0
- package/dist/src/models/listed-post-list.d.ts +63 -0
- package/dist/src/models/listed-post-vo-list.d.ts +63 -0
- package/dist/src/models/listed-post-vo.d.ts +63 -0
- package/dist/src/models/listed-post.d.ts +49 -0
- package/dist/src/models/listed-reply-list.d.ts +63 -0
- package/dist/src/models/listed-reply.d.ts +29 -0
- package/dist/src/models/listed-single-page-list.d.ts +63 -0
- package/dist/src/models/listed-single-page-vo-list.d.ts +63 -0
- package/dist/src/models/listed-single-page-vo.d.ts +49 -0
- package/dist/src/models/listed-single-page.d.ts +35 -0
- package/dist/src/models/listed-snapshot-dto.d.ts +22 -0
- package/dist/src/models/listed-snapshot-spec.d.ts +30 -0
- package/dist/src/models/listed-user.d.ts +22 -0
- package/dist/src/models/login-history.d.ts +48 -0
- package/dist/src/models/mark-specified-request.d.ts +24 -0
- package/dist/src/models/menu-item-list.d.ts +63 -0
- package/dist/src/models/menu-item-spec.d.ts +52 -0
- package/dist/src/models/menu-item-status.d.ts +30 -0
- package/dist/src/models/menu-item-vo.d.ts +41 -0
- package/dist/src/models/menu-item.d.ts +41 -0
- package/dist/src/models/menu-list.d.ts +63 -0
- package/dist/src/models/menu-spec.d.ts +30 -0
- package/dist/src/models/menu-vo.d.ts +29 -0
- package/dist/src/models/menu.d.ts +34 -0
- package/dist/src/models/metadata.d.ts +70 -0
- package/dist/src/models/move-operation.d.ts +40 -0
- package/dist/src/models/navigation-post-vo.d.ts +27 -0
- package/dist/src/models/notification-list.d.ts +63 -0
- package/dist/src/models/notification-spec.d.ts +60 -0
- package/dist/src/models/notification-template-list.d.ts +63 -0
- package/dist/src/models/notification-template-spec.d.ts +22 -0
- package/dist/src/models/notification-template.d.ts +34 -0
- package/dist/src/models/notification.d.ts +34 -0
- package/dist/src/models/notifier-descriptor-list.d.ts +63 -0
- package/dist/src/models/notifier-descriptor-spec.d.ts +39 -0
- package/dist/src/models/notifier-descriptor.d.ts +34 -0
- package/dist/src/models/notifier-info.d.ts +36 -0
- package/dist/src/models/notifier-setting-ref.d.ts +30 -0
- package/dist/src/models/owner-info.d.ts +48 -0
- package/dist/src/models/password-request.d.ts +24 -0
- package/dist/src/models/password-reset-email-request.d.ts +30 -0
- package/dist/src/models/pat-spec.d.ts +78 -0
- package/dist/src/models/personal-access-token-list.d.ts +63 -0
- package/dist/src/models/personal-access-token.d.ts +34 -0
- package/dist/src/models/plugin-author.d.ts +30 -0
- package/dist/src/models/plugin-list.d.ts +63 -0
- package/dist/src/models/plugin-running-state-request.d.ts +30 -0
- package/dist/src/models/plugin-spec.d.ts +103 -0
- package/dist/src/models/plugin-status.d.ts +80 -0
- package/dist/src/models/plugin.d.ts +41 -0
- package/dist/src/models/policy-list.d.ts +63 -0
- package/dist/src/models/policy-rule.d.ts +48 -0
- package/dist/src/models/policy-spec.d.ts +36 -0
- package/dist/src/models/policy-template-list.d.ts +63 -0
- package/dist/src/models/policy-template-spec.d.ts +30 -0
- package/dist/src/models/policy-template.d.ts +34 -0
- package/dist/src/models/policy.d.ts +34 -0
- package/dist/src/models/post-list.d.ts +63 -0
- package/dist/src/models/post-request.d.ts +22 -0
- package/dist/src/models/post-spec.d.ts +131 -0
- package/dist/src/models/post-status.d.ts +69 -0
- package/dist/src/models/post-vo.d.ts +70 -0
- package/dist/src/models/post.d.ts +41 -0
- package/dist/src/models/public-key-response.d.ts +24 -0
- package/dist/src/models/reason-list.d.ts +63 -0
- package/dist/src/models/reason-property.d.ts +42 -0
- package/dist/src/models/reason-selector.d.ts +30 -0
- package/dist/src/models/reason-spec-attributes.d.ts +24 -0
- package/dist/src/models/reason-spec.d.ts +34 -0
- package/dist/src/models/reason-subject.d.ts +48 -0
- package/dist/src/models/reason-type-info.d.ts +42 -0
- package/dist/src/models/reason-type-list.d.ts +63 -0
- package/dist/src/models/reason-type-notifier-collection-request.d.ts +15 -0
- package/dist/src/models/reason-type-notifier-matrix.d.ts +28 -0
- package/dist/src/models/reason-type-notifier-request.d.ts +30 -0
- package/dist/src/models/reason-type-spec.d.ts +27 -0
- package/dist/src/models/reason-type.d.ts +34 -0
- package/dist/src/models/reason.d.ts +34 -0
- package/dist/src/models/ref.d.ts +42 -0
- package/dist/src/models/register-verify-email-request.d.ts +24 -0
- package/dist/src/models/remember-me-token-list.d.ts +63 -0
- package/dist/src/models/remember-me-token-spec.d.ts +42 -0
- package/dist/src/models/remember-me-token.d.ts +34 -0
- package/dist/src/models/remove-operation.d.ts +34 -0
- package/dist/src/models/replace-operation.d.ts +40 -0
- package/dist/src/models/reply-list.d.ts +63 -0
- package/dist/src/models/reply-request.d.ts +39 -0
- package/dist/src/models/reply-spec.d.ts +93 -0
- package/dist/src/models/reply-status.d.ts +24 -0
- package/dist/src/models/reply-vo-list.d.ts +63 -0
- package/dist/src/models/reply-vo.d.ts +36 -0
- package/dist/src/models/reply.d.ts +41 -0
- package/dist/src/models/reset-password-request.d.ts +30 -0
- package/dist/src/models/reverse-proxy-list.d.ts +63 -0
- package/dist/src/models/reverse-proxy-rule.d.ts +21 -0
- package/dist/src/models/reverse-proxy.d.ts +34 -0
- package/dist/src/models/revert-snapshot-for-post-param.d.ts +24 -0
- package/dist/src/models/revert-snapshot-for-single-param.d.ts +24 -0
- package/dist/src/models/role-binding-list.d.ts +63 -0
- package/dist/src/models/role-binding.d.ts +41 -0
- package/dist/src/models/role-list.d.ts +63 -0
- package/dist/src/models/role-ref.d.ts +36 -0
- package/dist/src/models/role.d.ts +34 -0
- package/dist/src/models/search-engine-list.d.ts +63 -0
- package/dist/src/models/search-engine-spec.d.ts +45 -0
- package/dist/src/models/search-engine.d.ts +34 -0
- package/dist/src/models/search-option.d.ts +92 -0
- package/dist/src/models/search-result.d.ts +39 -0
- package/dist/src/models/secret-list.d.ts +63 -0
- package/dist/src/models/secret.d.ts +49 -0
- package/dist/src/models/setting-form.d.ts +36 -0
- package/dist/src/models/setting-list.d.ts +63 -0
- package/dist/src/models/setting-ref.d.ts +30 -0
- package/dist/src/models/setting-spec.d.ts +15 -0
- package/dist/src/models/setting.d.ts +34 -0
- package/dist/src/models/sign-up-request.d.ts +27 -0
- package/dist/src/models/single-page-list.d.ts +63 -0
- package/dist/src/models/single-page-request.d.ts +22 -0
- package/dist/src/models/single-page-spec.d.ts +119 -0
- package/dist/src/models/single-page-status.d.ts +69 -0
- package/dist/src/models/single-page-vo.d.ts +56 -0
- package/dist/src/models/single-page.d.ts +41 -0
- package/dist/src/models/site-stats-vo.d.ts +48 -0
- package/dist/src/models/snap-shot-spec.d.ts +57 -0
- package/dist/src/models/snapshot-list.d.ts +63 -0
- package/dist/src/models/snapshot.d.ts +34 -0
- package/dist/src/models/stats-vo.d.ts +36 -0
- package/dist/src/models/stats.d.ts +42 -0
- package/dist/src/models/subject.d.ts +36 -0
- package/dist/src/models/subscription-list.d.ts +63 -0
- package/dist/src/models/subscription-spec.d.ts +34 -0
- package/dist/src/models/subscription-subscriber.d.ts +24 -0
- package/dist/src/models/subscription.d.ts +34 -0
- package/dist/src/models/system-initialization-request.d.ts +42 -0
- package/dist/src/models/tag-list.d.ts +63 -0
- package/dist/src/models/tag-spec.d.ts +42 -0
- package/dist/src/models/tag-status.d.ts +42 -0
- package/dist/src/models/tag-vo-list.d.ts +63 -0
- package/dist/src/models/tag-vo.d.ts +35 -0
- package/dist/src/models/tag.d.ts +41 -0
- package/dist/src/models/template-content.d.ts +36 -0
- package/dist/src/models/template-descriptor.d.ts +42 -0
- package/dist/src/models/test-operation.d.ts +40 -0
- package/dist/src/models/theme-list.d.ts +63 -0
- package/dist/src/models/theme-spec.d.ts +103 -0
- package/dist/src/models/theme-status.d.ts +33 -0
- package/dist/src/models/theme.d.ts +41 -0
- package/dist/src/models/totp-auth-link-response.d.ts +30 -0
- package/dist/src/models/totp-request.d.ts +36 -0
- package/dist/src/models/two-factor-auth-settings.d.ts +42 -0
- package/dist/src/models/upgrade-from-uri-request.d.ts +24 -0
- package/dist/src/models/user-connection-list.d.ts +63 -0
- package/dist/src/models/user-connection-spec.d.ts +78 -0
- package/dist/src/models/user-connection.d.ts +34 -0
- package/dist/src/models/user-device.d.ts +27 -0
- package/dist/src/models/user-endpoint-listed-user-list.d.ts +63 -0
- package/dist/src/models/user-list.d.ts +63 -0
- package/dist/src/models/user-permission.d.ts +27 -0
- package/dist/src/models/user-spec.d.ts +90 -0
- package/dist/src/models/user-status.d.ts +27 -0
- package/dist/src/models/user.d.ts +41 -0
- package/dist/src/models/verify-code-request.d.ts +30 -0
- package/dist/src/models/vote-request.d.ts +36 -0
- package/package.json +28 -30
- package/dist/index.cjs +0 -13783
- package/dist/index.d.ts +0 -30557
- package/dist/index.mjs +0 -13464
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { Configuration } from '../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
4
|
+
import { ConfigMap, ConfigMapList, JsonPatchInner } from '../models';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* ConfigMapV1alpha1Api - axios parameter creator
|
|
8
|
+
* @export
|
|
9
|
+
*/
|
|
10
|
+
export declare const ConfigMapV1alpha1ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11
|
+
/**
|
|
12
|
+
* Create ConfigMap
|
|
13
|
+
* @param {ConfigMap} [configMap] Fresh configmap
|
|
14
|
+
* @param {*} [options] Override http request option.
|
|
15
|
+
* @throws {RequiredError}
|
|
16
|
+
*/
|
|
17
|
+
createConfigMap: (configMap?: ConfigMap, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18
|
+
/**
|
|
19
|
+
* Delete ConfigMap
|
|
20
|
+
* @param {string} name Name of configmap
|
|
21
|
+
* @param {*} [options] Override http request option.
|
|
22
|
+
* @throws {RequiredError}
|
|
23
|
+
*/
|
|
24
|
+
deleteConfigMap: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25
|
+
/**
|
|
26
|
+
* Get ConfigMap
|
|
27
|
+
* @param {string} name Name of configmap
|
|
28
|
+
* @param {*} [options] Override http request option.
|
|
29
|
+
* @throws {RequiredError}
|
|
30
|
+
*/
|
|
31
|
+
getConfigMap: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
+
/**
|
|
33
|
+
* List ConfigMap
|
|
34
|
+
* @param {number} [page] Page number. Default is 0.
|
|
35
|
+
* @param {number} [size] Size number. Default is 0.
|
|
36
|
+
* @param {Array<string>} [labelSelector] Label selector. e.g.: hidden!=true
|
|
37
|
+
* @param {Array<string>} [fieldSelector] Field selector. e.g.: metadata.name==halo
|
|
38
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
listConfigMap: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, sort?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
|
+
/**
|
|
44
|
+
* Patch ConfigMap
|
|
45
|
+
* @param {string} name Name of configmap
|
|
46
|
+
* @param {Array<JsonPatchInner>} [jsonPatchInner]
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
patchConfigMap: (name: string, jsonPatchInner?: Array<JsonPatchInner>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
* Update ConfigMap
|
|
53
|
+
* @param {string} name Name of configmap
|
|
54
|
+
* @param {ConfigMap} [configMap] Updated configmap
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
updateConfigMap: (name: string, configMap?: ConfigMap, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* ConfigMapV1alpha1Api - functional programming interface
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const ConfigMapV1alpha1ApiFp: (configuration?: Configuration) => {
|
|
65
|
+
/**
|
|
66
|
+
* Create ConfigMap
|
|
67
|
+
* @param {ConfigMap} [configMap] Fresh configmap
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
createConfigMap(configMap?: ConfigMap, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigMap>>;
|
|
72
|
+
/**
|
|
73
|
+
* Delete ConfigMap
|
|
74
|
+
* @param {string} name Name of configmap
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
deleteConfigMap(name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
79
|
+
/**
|
|
80
|
+
* Get ConfigMap
|
|
81
|
+
* @param {string} name Name of configmap
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
getConfigMap(name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigMap>>;
|
|
86
|
+
/**
|
|
87
|
+
* List ConfigMap
|
|
88
|
+
* @param {number} [page] Page number. Default is 0.
|
|
89
|
+
* @param {number} [size] Size number. Default is 0.
|
|
90
|
+
* @param {Array<string>} [labelSelector] Label selector. e.g.: hidden!=true
|
|
91
|
+
* @param {Array<string>} [fieldSelector] Field selector. e.g.: metadata.name==halo
|
|
92
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
listConfigMap(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, sort?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigMapList>>;
|
|
97
|
+
/**
|
|
98
|
+
* Patch ConfigMap
|
|
99
|
+
* @param {string} name Name of configmap
|
|
100
|
+
* @param {Array<JsonPatchInner>} [jsonPatchInner]
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
patchConfigMap(name: string, jsonPatchInner?: Array<JsonPatchInner>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigMap>>;
|
|
105
|
+
/**
|
|
106
|
+
* Update ConfigMap
|
|
107
|
+
* @param {string} name Name of configmap
|
|
108
|
+
* @param {ConfigMap} [configMap] Updated configmap
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
updateConfigMap(name: string, configMap?: ConfigMap, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfigMap>>;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* ConfigMapV1alpha1Api - factory interface
|
|
116
|
+
* @export
|
|
117
|
+
*/
|
|
118
|
+
export declare const ConfigMapV1alpha1ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
119
|
+
/**
|
|
120
|
+
* Create ConfigMap
|
|
121
|
+
* @param {ConfigMapV1alpha1ApiCreateConfigMapRequest} requestParameters Request parameters.
|
|
122
|
+
* @param {*} [options] Override http request option.
|
|
123
|
+
* @throws {RequiredError}
|
|
124
|
+
*/
|
|
125
|
+
createConfigMap(requestParameters?: ConfigMapV1alpha1ApiCreateConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfigMap>;
|
|
126
|
+
/**
|
|
127
|
+
* Delete ConfigMap
|
|
128
|
+
* @param {ConfigMapV1alpha1ApiDeleteConfigMapRequest} requestParameters Request parameters.
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
deleteConfigMap(requestParameters: ConfigMapV1alpha1ApiDeleteConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
133
|
+
/**
|
|
134
|
+
* Get ConfigMap
|
|
135
|
+
* @param {ConfigMapV1alpha1ApiGetConfigMapRequest} requestParameters Request parameters.
|
|
136
|
+
* @param {*} [options] Override http request option.
|
|
137
|
+
* @throws {RequiredError}
|
|
138
|
+
*/
|
|
139
|
+
getConfigMap(requestParameters: ConfigMapV1alpha1ApiGetConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfigMap>;
|
|
140
|
+
/**
|
|
141
|
+
* List ConfigMap
|
|
142
|
+
* @param {ConfigMapV1alpha1ApiListConfigMapRequest} requestParameters Request parameters.
|
|
143
|
+
* @param {*} [options] Override http request option.
|
|
144
|
+
* @throws {RequiredError}
|
|
145
|
+
*/
|
|
146
|
+
listConfigMap(requestParameters?: ConfigMapV1alpha1ApiListConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfigMapList>;
|
|
147
|
+
/**
|
|
148
|
+
* Patch ConfigMap
|
|
149
|
+
* @param {ConfigMapV1alpha1ApiPatchConfigMapRequest} requestParameters Request parameters.
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
*/
|
|
153
|
+
patchConfigMap(requestParameters: ConfigMapV1alpha1ApiPatchConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfigMap>;
|
|
154
|
+
/**
|
|
155
|
+
* Update ConfigMap
|
|
156
|
+
* @param {ConfigMapV1alpha1ApiUpdateConfigMapRequest} requestParameters Request parameters.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
*/
|
|
160
|
+
updateConfigMap(requestParameters: ConfigMapV1alpha1ApiUpdateConfigMapRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfigMap>;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Request parameters for createConfigMap operation in ConfigMapV1alpha1Api.
|
|
164
|
+
* @export
|
|
165
|
+
* @interface ConfigMapV1alpha1ApiCreateConfigMapRequest
|
|
166
|
+
*/
|
|
167
|
+
export interface ConfigMapV1alpha1ApiCreateConfigMapRequest {
|
|
168
|
+
/**
|
|
169
|
+
* Fresh configmap
|
|
170
|
+
* @type {ConfigMap}
|
|
171
|
+
* @memberof ConfigMapV1alpha1ApiCreateConfigMap
|
|
172
|
+
*/
|
|
173
|
+
readonly configMap?: ConfigMap;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Request parameters for deleteConfigMap operation in ConfigMapV1alpha1Api.
|
|
177
|
+
* @export
|
|
178
|
+
* @interface ConfigMapV1alpha1ApiDeleteConfigMapRequest
|
|
179
|
+
*/
|
|
180
|
+
export interface ConfigMapV1alpha1ApiDeleteConfigMapRequest {
|
|
181
|
+
/**
|
|
182
|
+
* Name of configmap
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof ConfigMapV1alpha1ApiDeleteConfigMap
|
|
185
|
+
*/
|
|
186
|
+
readonly name: string;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Request parameters for getConfigMap operation in ConfigMapV1alpha1Api.
|
|
190
|
+
* @export
|
|
191
|
+
* @interface ConfigMapV1alpha1ApiGetConfigMapRequest
|
|
192
|
+
*/
|
|
193
|
+
export interface ConfigMapV1alpha1ApiGetConfigMapRequest {
|
|
194
|
+
/**
|
|
195
|
+
* Name of configmap
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof ConfigMapV1alpha1ApiGetConfigMap
|
|
198
|
+
*/
|
|
199
|
+
readonly name: string;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Request parameters for listConfigMap operation in ConfigMapV1alpha1Api.
|
|
203
|
+
* @export
|
|
204
|
+
* @interface ConfigMapV1alpha1ApiListConfigMapRequest
|
|
205
|
+
*/
|
|
206
|
+
export interface ConfigMapV1alpha1ApiListConfigMapRequest {
|
|
207
|
+
/**
|
|
208
|
+
* Page number. Default is 0.
|
|
209
|
+
* @type {number}
|
|
210
|
+
* @memberof ConfigMapV1alpha1ApiListConfigMap
|
|
211
|
+
*/
|
|
212
|
+
readonly page?: number;
|
|
213
|
+
/**
|
|
214
|
+
* Size number. Default is 0.
|
|
215
|
+
* @type {number}
|
|
216
|
+
* @memberof ConfigMapV1alpha1ApiListConfigMap
|
|
217
|
+
*/
|
|
218
|
+
readonly size?: number;
|
|
219
|
+
/**
|
|
220
|
+
* Label selector. e.g.: hidden!=true
|
|
221
|
+
* @type {Array<string>}
|
|
222
|
+
* @memberof ConfigMapV1alpha1ApiListConfigMap
|
|
223
|
+
*/
|
|
224
|
+
readonly labelSelector?: Array<string>;
|
|
225
|
+
/**
|
|
226
|
+
* Field selector. e.g.: metadata.name==halo
|
|
227
|
+
* @type {Array<string>}
|
|
228
|
+
* @memberof ConfigMapV1alpha1ApiListConfigMap
|
|
229
|
+
*/
|
|
230
|
+
readonly fieldSelector?: Array<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
233
|
+
* @type {Array<string>}
|
|
234
|
+
* @memberof ConfigMapV1alpha1ApiListConfigMap
|
|
235
|
+
*/
|
|
236
|
+
readonly sort?: Array<string>;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Request parameters for patchConfigMap operation in ConfigMapV1alpha1Api.
|
|
240
|
+
* @export
|
|
241
|
+
* @interface ConfigMapV1alpha1ApiPatchConfigMapRequest
|
|
242
|
+
*/
|
|
243
|
+
export interface ConfigMapV1alpha1ApiPatchConfigMapRequest {
|
|
244
|
+
/**
|
|
245
|
+
* Name of configmap
|
|
246
|
+
* @type {string}
|
|
247
|
+
* @memberof ConfigMapV1alpha1ApiPatchConfigMap
|
|
248
|
+
*/
|
|
249
|
+
readonly name: string;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @type {Array<JsonPatchInner>}
|
|
253
|
+
* @memberof ConfigMapV1alpha1ApiPatchConfigMap
|
|
254
|
+
*/
|
|
255
|
+
readonly jsonPatchInner?: Array<JsonPatchInner>;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Request parameters for updateConfigMap operation in ConfigMapV1alpha1Api.
|
|
259
|
+
* @export
|
|
260
|
+
* @interface ConfigMapV1alpha1ApiUpdateConfigMapRequest
|
|
261
|
+
*/
|
|
262
|
+
export interface ConfigMapV1alpha1ApiUpdateConfigMapRequest {
|
|
263
|
+
/**
|
|
264
|
+
* Name of configmap
|
|
265
|
+
* @type {string}
|
|
266
|
+
* @memberof ConfigMapV1alpha1ApiUpdateConfigMap
|
|
267
|
+
*/
|
|
268
|
+
readonly name: string;
|
|
269
|
+
/**
|
|
270
|
+
* Updated configmap
|
|
271
|
+
* @type {ConfigMap}
|
|
272
|
+
* @memberof ConfigMapV1alpha1ApiUpdateConfigMap
|
|
273
|
+
*/
|
|
274
|
+
readonly configMap?: ConfigMap;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* ConfigMapV1alpha1Api - object-oriented interface
|
|
278
|
+
* @export
|
|
279
|
+
* @class ConfigMapV1alpha1Api
|
|
280
|
+
* @extends {BaseAPI}
|
|
281
|
+
*/
|
|
282
|
+
export declare class ConfigMapV1alpha1Api extends BaseAPI {
|
|
283
|
+
/**
|
|
284
|
+
* Create ConfigMap
|
|
285
|
+
* @param {ConfigMapV1alpha1ApiCreateConfigMapRequest} requestParameters Request parameters.
|
|
286
|
+
* @param {*} [options] Override http request option.
|
|
287
|
+
* @throws {RequiredError}
|
|
288
|
+
* @memberof ConfigMapV1alpha1Api
|
|
289
|
+
*/
|
|
290
|
+
createConfigMap(requestParameters?: ConfigMapV1alpha1ApiCreateConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ConfigMap, any>>;
|
|
291
|
+
/**
|
|
292
|
+
* Delete ConfigMap
|
|
293
|
+
* @param {ConfigMapV1alpha1ApiDeleteConfigMapRequest} requestParameters Request parameters.
|
|
294
|
+
* @param {*} [options] Override http request option.
|
|
295
|
+
* @throws {RequiredError}
|
|
296
|
+
* @memberof ConfigMapV1alpha1Api
|
|
297
|
+
*/
|
|
298
|
+
deleteConfigMap(requestParameters: ConfigMapV1alpha1ApiDeleteConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
|
|
299
|
+
/**
|
|
300
|
+
* Get ConfigMap
|
|
301
|
+
* @param {ConfigMapV1alpha1ApiGetConfigMapRequest} requestParameters Request parameters.
|
|
302
|
+
* @param {*} [options] Override http request option.
|
|
303
|
+
* @throws {RequiredError}
|
|
304
|
+
* @memberof ConfigMapV1alpha1Api
|
|
305
|
+
*/
|
|
306
|
+
getConfigMap(requestParameters: ConfigMapV1alpha1ApiGetConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ConfigMap, any>>;
|
|
307
|
+
/**
|
|
308
|
+
* List ConfigMap
|
|
309
|
+
* @param {ConfigMapV1alpha1ApiListConfigMapRequest} requestParameters Request parameters.
|
|
310
|
+
* @param {*} [options] Override http request option.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
* @memberof ConfigMapV1alpha1Api
|
|
313
|
+
*/
|
|
314
|
+
listConfigMap(requestParameters?: ConfigMapV1alpha1ApiListConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ConfigMapList, any>>;
|
|
315
|
+
/**
|
|
316
|
+
* Patch ConfigMap
|
|
317
|
+
* @param {ConfigMapV1alpha1ApiPatchConfigMapRequest} requestParameters Request parameters.
|
|
318
|
+
* @param {*} [options] Override http request option.
|
|
319
|
+
* @throws {RequiredError}
|
|
320
|
+
* @memberof ConfigMapV1alpha1Api
|
|
321
|
+
*/
|
|
322
|
+
patchConfigMap(requestParameters: ConfigMapV1alpha1ApiPatchConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ConfigMap, any>>;
|
|
323
|
+
/**
|
|
324
|
+
* Update ConfigMap
|
|
325
|
+
* @param {ConfigMapV1alpha1ApiUpdateConfigMapRequest} requestParameters Request parameters.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof ConfigMapV1alpha1Api
|
|
329
|
+
*/
|
|
330
|
+
updateConfigMap(requestParameters: ConfigMapV1alpha1ApiUpdateConfigMapRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<ConfigMap, any>>;
|
|
331
|
+
}
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { Configuration } from '../configuration';
|
|
2
|
+
import { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
3
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
4
|
+
import { Counter, CounterList, JsonPatchInner } from '../models';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* CounterV1alpha1Api - axios parameter creator
|
|
8
|
+
* @export
|
|
9
|
+
*/
|
|
10
|
+
export declare const CounterV1alpha1ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11
|
+
/**
|
|
12
|
+
* Create Counter
|
|
13
|
+
* @param {Counter} [counter] Fresh counter
|
|
14
|
+
* @param {*} [options] Override http request option.
|
|
15
|
+
* @throws {RequiredError}
|
|
16
|
+
*/
|
|
17
|
+
createCounter: (counter?: Counter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18
|
+
/**
|
|
19
|
+
* Delete Counter
|
|
20
|
+
* @param {string} name Name of counter
|
|
21
|
+
* @param {*} [options] Override http request option.
|
|
22
|
+
* @throws {RequiredError}
|
|
23
|
+
*/
|
|
24
|
+
deleteCounter: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25
|
+
/**
|
|
26
|
+
* Get Counter
|
|
27
|
+
* @param {string} name Name of counter
|
|
28
|
+
* @param {*} [options] Override http request option.
|
|
29
|
+
* @throws {RequiredError}
|
|
30
|
+
*/
|
|
31
|
+
getCounter: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
+
/**
|
|
33
|
+
* List Counter
|
|
34
|
+
* @param {number} [page] Page number. Default is 0.
|
|
35
|
+
* @param {number} [size] Size number. Default is 0.
|
|
36
|
+
* @param {Array<string>} [labelSelector] Label selector. e.g.: hidden!=true
|
|
37
|
+
* @param {Array<string>} [fieldSelector] Field selector. e.g.: metadata.name==halo
|
|
38
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
listCounter: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, sort?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
|
+
/**
|
|
44
|
+
* Patch Counter
|
|
45
|
+
* @param {string} name Name of counter
|
|
46
|
+
* @param {Array<JsonPatchInner>} [jsonPatchInner]
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
*/
|
|
50
|
+
patchCounter: (name: string, jsonPatchInner?: Array<JsonPatchInner>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
|
+
/**
|
|
52
|
+
* Update Counter
|
|
53
|
+
* @param {string} name Name of counter
|
|
54
|
+
* @param {Counter} [counter] Updated counter
|
|
55
|
+
* @param {*} [options] Override http request option.
|
|
56
|
+
* @throws {RequiredError}
|
|
57
|
+
*/
|
|
58
|
+
updateCounter: (name: string, counter?: Counter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* CounterV1alpha1Api - functional programming interface
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const CounterV1alpha1ApiFp: (configuration?: Configuration) => {
|
|
65
|
+
/**
|
|
66
|
+
* Create Counter
|
|
67
|
+
* @param {Counter} [counter] Fresh counter
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
createCounter(counter?: Counter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Counter>>;
|
|
72
|
+
/**
|
|
73
|
+
* Delete Counter
|
|
74
|
+
* @param {string} name Name of counter
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
deleteCounter(name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
79
|
+
/**
|
|
80
|
+
* Get Counter
|
|
81
|
+
* @param {string} name Name of counter
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
getCounter(name: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Counter>>;
|
|
86
|
+
/**
|
|
87
|
+
* List Counter
|
|
88
|
+
* @param {number} [page] Page number. Default is 0.
|
|
89
|
+
* @param {number} [size] Size number. Default is 0.
|
|
90
|
+
* @param {Array<string>} [labelSelector] Label selector. e.g.: hidden!=true
|
|
91
|
+
* @param {Array<string>} [fieldSelector] Field selector. e.g.: metadata.name==halo
|
|
92
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
93
|
+
* @param {*} [options] Override http request option.
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
*/
|
|
96
|
+
listCounter(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, sort?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CounterList>>;
|
|
97
|
+
/**
|
|
98
|
+
* Patch Counter
|
|
99
|
+
* @param {string} name Name of counter
|
|
100
|
+
* @param {Array<JsonPatchInner>} [jsonPatchInner]
|
|
101
|
+
* @param {*} [options] Override http request option.
|
|
102
|
+
* @throws {RequiredError}
|
|
103
|
+
*/
|
|
104
|
+
patchCounter(name: string, jsonPatchInner?: Array<JsonPatchInner>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Counter>>;
|
|
105
|
+
/**
|
|
106
|
+
* Update Counter
|
|
107
|
+
* @param {string} name Name of counter
|
|
108
|
+
* @param {Counter} [counter] Updated counter
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
updateCounter(name: string, counter?: Counter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Counter>>;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* CounterV1alpha1Api - factory interface
|
|
116
|
+
* @export
|
|
117
|
+
*/
|
|
118
|
+
export declare const CounterV1alpha1ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
119
|
+
/**
|
|
120
|
+
* Create Counter
|
|
121
|
+
* @param {CounterV1alpha1ApiCreateCounterRequest} requestParameters Request parameters.
|
|
122
|
+
* @param {*} [options] Override http request option.
|
|
123
|
+
* @throws {RequiredError}
|
|
124
|
+
*/
|
|
125
|
+
createCounter(requestParameters?: CounterV1alpha1ApiCreateCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Counter>;
|
|
126
|
+
/**
|
|
127
|
+
* Delete Counter
|
|
128
|
+
* @param {CounterV1alpha1ApiDeleteCounterRequest} requestParameters Request parameters.
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
deleteCounter(requestParameters: CounterV1alpha1ApiDeleteCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
133
|
+
/**
|
|
134
|
+
* Get Counter
|
|
135
|
+
* @param {CounterV1alpha1ApiGetCounterRequest} requestParameters Request parameters.
|
|
136
|
+
* @param {*} [options] Override http request option.
|
|
137
|
+
* @throws {RequiredError}
|
|
138
|
+
*/
|
|
139
|
+
getCounter(requestParameters: CounterV1alpha1ApiGetCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Counter>;
|
|
140
|
+
/**
|
|
141
|
+
* List Counter
|
|
142
|
+
* @param {CounterV1alpha1ApiListCounterRequest} requestParameters Request parameters.
|
|
143
|
+
* @param {*} [options] Override http request option.
|
|
144
|
+
* @throws {RequiredError}
|
|
145
|
+
*/
|
|
146
|
+
listCounter(requestParameters?: CounterV1alpha1ApiListCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<CounterList>;
|
|
147
|
+
/**
|
|
148
|
+
* Patch Counter
|
|
149
|
+
* @param {CounterV1alpha1ApiPatchCounterRequest} requestParameters Request parameters.
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
*/
|
|
153
|
+
patchCounter(requestParameters: CounterV1alpha1ApiPatchCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Counter>;
|
|
154
|
+
/**
|
|
155
|
+
* Update Counter
|
|
156
|
+
* @param {CounterV1alpha1ApiUpdateCounterRequest} requestParameters Request parameters.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
*/
|
|
160
|
+
updateCounter(requestParameters: CounterV1alpha1ApiUpdateCounterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Counter>;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Request parameters for createCounter operation in CounterV1alpha1Api.
|
|
164
|
+
* @export
|
|
165
|
+
* @interface CounterV1alpha1ApiCreateCounterRequest
|
|
166
|
+
*/
|
|
167
|
+
export interface CounterV1alpha1ApiCreateCounterRequest {
|
|
168
|
+
/**
|
|
169
|
+
* Fresh counter
|
|
170
|
+
* @type {Counter}
|
|
171
|
+
* @memberof CounterV1alpha1ApiCreateCounter
|
|
172
|
+
*/
|
|
173
|
+
readonly counter?: Counter;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Request parameters for deleteCounter operation in CounterV1alpha1Api.
|
|
177
|
+
* @export
|
|
178
|
+
* @interface CounterV1alpha1ApiDeleteCounterRequest
|
|
179
|
+
*/
|
|
180
|
+
export interface CounterV1alpha1ApiDeleteCounterRequest {
|
|
181
|
+
/**
|
|
182
|
+
* Name of counter
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof CounterV1alpha1ApiDeleteCounter
|
|
185
|
+
*/
|
|
186
|
+
readonly name: string;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Request parameters for getCounter operation in CounterV1alpha1Api.
|
|
190
|
+
* @export
|
|
191
|
+
* @interface CounterV1alpha1ApiGetCounterRequest
|
|
192
|
+
*/
|
|
193
|
+
export interface CounterV1alpha1ApiGetCounterRequest {
|
|
194
|
+
/**
|
|
195
|
+
* Name of counter
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof CounterV1alpha1ApiGetCounter
|
|
198
|
+
*/
|
|
199
|
+
readonly name: string;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Request parameters for listCounter operation in CounterV1alpha1Api.
|
|
203
|
+
* @export
|
|
204
|
+
* @interface CounterV1alpha1ApiListCounterRequest
|
|
205
|
+
*/
|
|
206
|
+
export interface CounterV1alpha1ApiListCounterRequest {
|
|
207
|
+
/**
|
|
208
|
+
* Page number. Default is 0.
|
|
209
|
+
* @type {number}
|
|
210
|
+
* @memberof CounterV1alpha1ApiListCounter
|
|
211
|
+
*/
|
|
212
|
+
readonly page?: number;
|
|
213
|
+
/**
|
|
214
|
+
* Size number. Default is 0.
|
|
215
|
+
* @type {number}
|
|
216
|
+
* @memberof CounterV1alpha1ApiListCounter
|
|
217
|
+
*/
|
|
218
|
+
readonly size?: number;
|
|
219
|
+
/**
|
|
220
|
+
* Label selector. e.g.: hidden!=true
|
|
221
|
+
* @type {Array<string>}
|
|
222
|
+
* @memberof CounterV1alpha1ApiListCounter
|
|
223
|
+
*/
|
|
224
|
+
readonly labelSelector?: Array<string>;
|
|
225
|
+
/**
|
|
226
|
+
* Field selector. e.g.: metadata.name==halo
|
|
227
|
+
* @type {Array<string>}
|
|
228
|
+
* @memberof CounterV1alpha1ApiListCounter
|
|
229
|
+
*/
|
|
230
|
+
readonly fieldSelector?: Array<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
233
|
+
* @type {Array<string>}
|
|
234
|
+
* @memberof CounterV1alpha1ApiListCounter
|
|
235
|
+
*/
|
|
236
|
+
readonly sort?: Array<string>;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Request parameters for patchCounter operation in CounterV1alpha1Api.
|
|
240
|
+
* @export
|
|
241
|
+
* @interface CounterV1alpha1ApiPatchCounterRequest
|
|
242
|
+
*/
|
|
243
|
+
export interface CounterV1alpha1ApiPatchCounterRequest {
|
|
244
|
+
/**
|
|
245
|
+
* Name of counter
|
|
246
|
+
* @type {string}
|
|
247
|
+
* @memberof CounterV1alpha1ApiPatchCounter
|
|
248
|
+
*/
|
|
249
|
+
readonly name: string;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @type {Array<JsonPatchInner>}
|
|
253
|
+
* @memberof CounterV1alpha1ApiPatchCounter
|
|
254
|
+
*/
|
|
255
|
+
readonly jsonPatchInner?: Array<JsonPatchInner>;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Request parameters for updateCounter operation in CounterV1alpha1Api.
|
|
259
|
+
* @export
|
|
260
|
+
* @interface CounterV1alpha1ApiUpdateCounterRequest
|
|
261
|
+
*/
|
|
262
|
+
export interface CounterV1alpha1ApiUpdateCounterRequest {
|
|
263
|
+
/**
|
|
264
|
+
* Name of counter
|
|
265
|
+
* @type {string}
|
|
266
|
+
* @memberof CounterV1alpha1ApiUpdateCounter
|
|
267
|
+
*/
|
|
268
|
+
readonly name: string;
|
|
269
|
+
/**
|
|
270
|
+
* Updated counter
|
|
271
|
+
* @type {Counter}
|
|
272
|
+
* @memberof CounterV1alpha1ApiUpdateCounter
|
|
273
|
+
*/
|
|
274
|
+
readonly counter?: Counter;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* CounterV1alpha1Api - object-oriented interface
|
|
278
|
+
* @export
|
|
279
|
+
* @class CounterV1alpha1Api
|
|
280
|
+
* @extends {BaseAPI}
|
|
281
|
+
*/
|
|
282
|
+
export declare class CounterV1alpha1Api extends BaseAPI {
|
|
283
|
+
/**
|
|
284
|
+
* Create Counter
|
|
285
|
+
* @param {CounterV1alpha1ApiCreateCounterRequest} requestParameters Request parameters.
|
|
286
|
+
* @param {*} [options] Override http request option.
|
|
287
|
+
* @throws {RequiredError}
|
|
288
|
+
* @memberof CounterV1alpha1Api
|
|
289
|
+
*/
|
|
290
|
+
createCounter(requestParameters?: CounterV1alpha1ApiCreateCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Counter, any>>;
|
|
291
|
+
/**
|
|
292
|
+
* Delete Counter
|
|
293
|
+
* @param {CounterV1alpha1ApiDeleteCounterRequest} requestParameters Request parameters.
|
|
294
|
+
* @param {*} [options] Override http request option.
|
|
295
|
+
* @throws {RequiredError}
|
|
296
|
+
* @memberof CounterV1alpha1Api
|
|
297
|
+
*/
|
|
298
|
+
deleteCounter(requestParameters: CounterV1alpha1ApiDeleteCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<void, any>>;
|
|
299
|
+
/**
|
|
300
|
+
* Get Counter
|
|
301
|
+
* @param {CounterV1alpha1ApiGetCounterRequest} requestParameters Request parameters.
|
|
302
|
+
* @param {*} [options] Override http request option.
|
|
303
|
+
* @throws {RequiredError}
|
|
304
|
+
* @memberof CounterV1alpha1Api
|
|
305
|
+
*/
|
|
306
|
+
getCounter(requestParameters: CounterV1alpha1ApiGetCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Counter, any>>;
|
|
307
|
+
/**
|
|
308
|
+
* List Counter
|
|
309
|
+
* @param {CounterV1alpha1ApiListCounterRequest} requestParameters Request parameters.
|
|
310
|
+
* @param {*} [options] Override http request option.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
* @memberof CounterV1alpha1Api
|
|
313
|
+
*/
|
|
314
|
+
listCounter(requestParameters?: CounterV1alpha1ApiListCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<CounterList, any>>;
|
|
315
|
+
/**
|
|
316
|
+
* Patch Counter
|
|
317
|
+
* @param {CounterV1alpha1ApiPatchCounterRequest} requestParameters Request parameters.
|
|
318
|
+
* @param {*} [options] Override http request option.
|
|
319
|
+
* @throws {RequiredError}
|
|
320
|
+
* @memberof CounterV1alpha1Api
|
|
321
|
+
*/
|
|
322
|
+
patchCounter(requestParameters: CounterV1alpha1ApiPatchCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Counter, any>>;
|
|
323
|
+
/**
|
|
324
|
+
* Update Counter
|
|
325
|
+
* @param {CounterV1alpha1ApiUpdateCounterRequest} requestParameters Request parameters.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof CounterV1alpha1Api
|
|
329
|
+
*/
|
|
330
|
+
updateCounter(requestParameters: CounterV1alpha1ApiUpdateCounterRequest, options?: RawAxiosRequestConfig): Promise<import('axios').AxiosResponse<Counter, any>>;
|
|
331
|
+
}
|