@codingame/kubevirt-api
Version:
kubevirt OpenAPI automation for TypeScript
1,762 lines • 195 kB
TypeScript
/**
* 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.
*/
import * as runtime from '../runtime';
import { IoK8sApiAuthenticationV1TokenRequest, IoK8sApiAutoscalingV1Scale, IoK8sApiCoreV1Binding, IoK8sApiCoreV1ComponentStatus, IoK8sApiCoreV1ComponentStatusList, IoK8sApiCoreV1ConfigMap, IoK8sApiCoreV1ConfigMapList, IoK8sApiCoreV1Endpoints, IoK8sApiCoreV1EndpointsList, IoK8sApiCoreV1Event, IoK8sApiCoreV1EventList, IoK8sApiCoreV1LimitRange, IoK8sApiCoreV1LimitRangeList, IoK8sApiCoreV1Namespace, IoK8sApiCoreV1NamespaceList, IoK8sApiCoreV1Node, IoK8sApiCoreV1NodeList, IoK8sApiCoreV1PersistentVolume, IoK8sApiCoreV1PersistentVolumeClaim, IoK8sApiCoreV1PersistentVolumeClaimList, IoK8sApiCoreV1PersistentVolumeList, IoK8sApiCoreV1Pod, IoK8sApiCoreV1PodList, IoK8sApiCoreV1PodTemplate, IoK8sApiCoreV1PodTemplateList, IoK8sApiCoreV1ReplicationController, IoK8sApiCoreV1ReplicationControllerList, IoK8sApiCoreV1ResourceQuota, IoK8sApiCoreV1ResourceQuotaList, IoK8sApiCoreV1Secret, IoK8sApiCoreV1SecretList, IoK8sApiCoreV1Service, IoK8sApiCoreV1ServiceAccount, IoK8sApiCoreV1ServiceAccountList, IoK8sApiCoreV1ServiceList, IoK8sApiPolicyV1Eviction, IoK8sApimachineryPkgApisMetaV1APIResourceList, IoK8sApimachineryPkgApisMetaV1DeleteOptions, IoK8sApimachineryPkgApisMetaV1Status, IoK8sApimachineryPkgApisMetaV1WatchEvent } from '../models';
export interface ConnectCoreV1DeleteNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1DeleteNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1DeleteNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1DeleteNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1GetNamespacedPodAttachRequest {
name: string;
namespace: string;
container?: string;
stderr?: boolean;
stdin?: boolean;
stdout?: boolean;
tty?: boolean;
}
export interface ConnectCoreV1GetNamespacedPodExecRequest {
name: string;
namespace: string;
command?: string;
container?: string;
stderr?: boolean;
stdin?: boolean;
stdout?: boolean;
tty?: boolean;
}
export interface ConnectCoreV1GetNamespacedPodPortforwardRequest {
name: string;
namespace: string;
ports?: number;
}
export interface ConnectCoreV1GetNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1GetNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1GetNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1GetNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1GetNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1GetNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1HeadNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1HeadNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1HeadNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1HeadNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1HeadNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1HeadNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1OptionsNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1OptionsNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1OptionsNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1OptionsNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1OptionsNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1OptionsNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PatchNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PatchNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PatchNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PatchNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PatchNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PostNamespacedPodAttachRequest {
name: string;
namespace: string;
container?: string;
stderr?: boolean;
stdin?: boolean;
stdout?: boolean;
tty?: boolean;
}
export interface ConnectCoreV1PostNamespacedPodExecRequest {
name: string;
namespace: string;
command?: string;
container?: string;
stderr?: boolean;
stdin?: boolean;
stdout?: boolean;
tty?: boolean;
}
export interface ConnectCoreV1PostNamespacedPodPortforwardRequest {
name: string;
namespace: string;
ports?: number;
}
export interface ConnectCoreV1PostNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PostNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PostNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PostNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PostNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PostNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PutNamespacedPodProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PutNamespacedPodProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PutNamespacedServiceProxyRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PutNamespacedServiceProxyWithPathRequest {
name: string;
namespace: string;
path?: string;
}
export interface ConnectCoreV1PutNodeProxyRequest {
name: string;
path?: string;
}
export interface ConnectCoreV1PutNodeProxyWithPathRequest {
name: string;
path?: string;
}
export interface CreateCoreV1NamespaceRequest {
body: IoK8sApiCoreV1Namespace;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedBindingRequest {
namespace: string;
body: IoK8sApiCoreV1Binding;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
pretty?: string;
}
export interface CreateCoreV1NamespacedConfigMapRequest {
namespace: string;
body: IoK8sApiCoreV1ConfigMap;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedEndpointsRequest {
namespace: string;
body: IoK8sApiCoreV1Endpoints;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedEventRequest {
namespace: string;
body: IoK8sApiCoreV1Event;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedLimitRangeRequest {
namespace: string;
body: IoK8sApiCoreV1LimitRange;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedPersistentVolumeClaimRequest {
namespace: string;
body: IoK8sApiCoreV1PersistentVolumeClaim;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedPodRequest {
namespace: string;
body: IoK8sApiCoreV1Pod;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedPodBindingRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Binding;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
pretty?: string;
}
export interface CreateCoreV1NamespacedPodEvictionRequest {
name: string;
namespace: string;
body: IoK8sApiPolicyV1Eviction;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
pretty?: string;
}
export interface CreateCoreV1NamespacedPodTemplateRequest {
namespace: string;
body: IoK8sApiCoreV1PodTemplate;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedReplicationControllerRequest {
namespace: string;
body: IoK8sApiCoreV1ReplicationController;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedResourceQuotaRequest {
namespace: string;
body: IoK8sApiCoreV1ResourceQuota;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedSecretRequest {
namespace: string;
body: IoK8sApiCoreV1Secret;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedServiceRequest {
namespace: string;
body: IoK8sApiCoreV1Service;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedServiceAccountRequest {
namespace: string;
body: IoK8sApiCoreV1ServiceAccount;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1NamespacedServiceAccountTokenRequest {
name: string;
namespace: string;
body: IoK8sApiAuthenticationV1TokenRequest;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
pretty?: string;
}
export interface CreateCoreV1NodeRequest {
body: IoK8sApiCoreV1Node;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface CreateCoreV1PersistentVolumeRequest {
body: IoK8sApiCoreV1PersistentVolume;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface DeleteCoreV1CollectionNamespacedConfigMapRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedEndpointsRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedEventRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedLimitRangeRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedPodRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedPodTemplateRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedReplicationControllerRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedResourceQuotaRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedSecretRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedServiceRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNamespacedServiceAccountRequest {
namespace: string;
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionNodeRequest {
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1CollectionPersistentVolumeRequest {
pretty?: string;
_continue?: string;
dryRun?: string;
fieldSelector?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
labelSelector?: string;
limit?: number;
orphanDependents?: boolean;
propagationPolicy?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespaceRequest {
name: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedConfigMapRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedEndpointsRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedEventRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedLimitRangeRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedPersistentVolumeClaimRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedPodRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedPodTemplateRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedReplicationControllerRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedResourceQuotaRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedSecretRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedServiceRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NamespacedServiceAccountRequest {
name: string;
namespace: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1NodeRequest {
name: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface DeleteCoreV1PersistentVolumeRequest {
name: string;
pretty?: string;
dryRun?: string;
gracePeriodSeconds?: number;
ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;
orphanDependents?: boolean;
propagationPolicy?: string;
body?: IoK8sApimachineryPkgApisMetaV1DeleteOptions;
}
export interface ListCoreV1ComponentStatusRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1ConfigMapForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1EndpointsForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1EventForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1LimitRangeForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespaceRequest {
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedConfigMapRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedEndpointsRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedEventRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedLimitRangeRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedPersistentVolumeClaimRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedPodRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedPodTemplateRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedReplicationControllerRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedResourceQuotaRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedSecretRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedServiceRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NamespacedServiceAccountRequest {
namespace: string;
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1NodeRequest {
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1PersistentVolumeRequest {
pretty?: string;
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1PersistentVolumeClaimForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1PodForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1PodTemplateForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1ReplicationControllerForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1ResourceQuotaForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1SecretForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1ServiceAccountForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface ListCoreV1ServiceForAllNamespacesRequest {
allowWatchBookmarks?: boolean;
_continue?: string;
fieldSelector?: string;
labelSelector?: string;
limit?: number;
pretty?: string;
resourceVersion?: string;
resourceVersionMatch?: string;
sendInitialEvents?: boolean;
timeoutSeconds?: number;
watch?: boolean;
}
export interface PatchCoreV1NamespaceRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespaceStatusRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedConfigMapRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedEndpointsRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedEventRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedLimitRangeRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPersistentVolumeClaimRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPodRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPodEphemeralcontainersRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPodResizeRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPodStatusRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedPodTemplateRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedReplicationControllerRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedReplicationControllerScaleRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedReplicationControllerStatusRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedResourceQuotaRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedResourceQuotaStatusRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedSecretRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedServiceRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedServiceAccountRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NamespacedServiceStatusRequest {
name: string;
namespace: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NodeRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1NodeStatusRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1PersistentVolumeRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface PatchCoreV1PersistentVolumeStatusRequest {
name: string;
body: object;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
force?: boolean;
}
export interface ReadCoreV1ComponentStatusRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1NamespaceRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1NamespaceStatusRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedConfigMapRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedEndpointsRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedEventRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedLimitRangeRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPersistentVolumeClaimRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPodRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPodEphemeralcontainersRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPodLogRequest {
name: string;
namespace: string;
container?: string;
follow?: boolean;
insecureSkipTLSVerifyBackend?: boolean;
limitBytes?: number;
pretty?: string;
previous?: boolean;
sinceSeconds?: number;
stream?: string;
tailLines?: number;
timestamps?: boolean;
}
export interface ReadCoreV1NamespacedPodResizeRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPodStatusRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedPodTemplateRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedReplicationControllerRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedReplicationControllerScaleRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedReplicationControllerStatusRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedResourceQuotaRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedResourceQuotaStatusRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedSecretRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedServiceRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedServiceAccountRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NamespacedServiceStatusRequest {
name: string;
namespace: string;
pretty?: string;
}
export interface ReadCoreV1NodeRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1NodeStatusRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1PersistentVolumeRequest {
name: string;
pretty?: string;
}
export interface ReadCoreV1PersistentVolumeStatusRequest {
name: string;
pretty?: string;
}
export interface ReplaceCoreV1NamespaceRequest {
name: string;
body: IoK8sApiCoreV1Namespace;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespaceFinalizeRequest {
name: string;
body: IoK8sApiCoreV1Namespace;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
pretty?: string;
}
export interface ReplaceCoreV1NamespaceStatusRequest {
name: string;
body: IoK8sApiCoreV1Namespace;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedConfigMapRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1ConfigMap;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedEndpointsRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Endpoints;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedEventRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Event;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedLimitRangeRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1LimitRange;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPersistentVolumeClaimRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1PersistentVolumeClaim;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1PersistentVolumeClaim;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPodRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Pod;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPodEphemeralcontainersRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Pod;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPodResizeRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Pod;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPodStatusRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1Pod;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedPodTemplateRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1PodTemplate;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedReplicationControllerRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1ReplicationController;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedReplicationControllerScaleRequest {
name: string;
namespace: string;
body: IoK8sApiAutoscalingV1Scale;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedReplicationControllerStatusRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1ReplicationController;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedResourceQuotaRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1ResourceQuota;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedResourceQuotaStatusRequest {
name: string;
namespace: string;
body: IoK8sApiCoreV1ResourceQuota;
pretty?: string;
dryRun?: string;
fieldManager?: string;
fieldValidation?: string;
}
export interface ReplaceCoreV1NamespacedSecre