@grafana/api-clients 13.1.0-27923201854 → 13.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.gen.cjs","sources":["../../../../../../src/clients/rtkq/provisioning/v0alpha1/endpoints.gen.ts"],"sourcesContent":["import { api } from './baseAPI';\nexport const addTagTypes = ['API Discovery', 'Connection', 'Job', 'Repository', 'Provisioning'] as const;\nconst injectedRtkApi = api\n .enhanceEndpoints({\n addTagTypes,\n })\n .injectEndpoints({\n endpoints: (build) => ({\n getApiResources: build.query<GetApiResourcesApiResponse, GetApiResourcesApiArg>({\n query: () => ({ url: `/` }),\n providesTags: ['API Discovery'],\n }),\n listConnection: build.query<ListConnectionApiResponse, ListConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Connection'],\n }),\n createConnection: build.mutation<CreateConnectionApiResponse, CreateConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections`,\n method: 'POST',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n deletecollectionConnection: build.mutation<\n DeletecollectionConnectionApiResponse,\n DeletecollectionConnectionApiArg\n >({\n query: (queryArg) => ({\n url: `/connections`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n getConnection: build.query<GetConnectionApiResponse, GetConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Connection'],\n }),\n replaceConnection: build.mutation<ReplaceConnectionApiResponse, ReplaceConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n deleteConnection: build.mutation<DeleteConnectionApiResponse, DeleteConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n updateConnection: build.mutation<UpdateConnectionApiResponse, UpdateConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n getConnectionRepositories: build.query<GetConnectionRepositoriesApiResponse, GetConnectionRepositoriesApiArg>({\n query: (queryArg) => ({ url: `/connections/${queryArg.name}/repositories` }),\n providesTags: ['Connection'],\n }),\n getConnectionStatus: build.query<GetConnectionStatusApiResponse, GetConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Connection'],\n }),\n replaceConnectionStatus: build.mutation<ReplaceConnectionStatusApiResponse, ReplaceConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n method: 'PUT',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n updateConnectionStatus: build.mutation<UpdateConnectionStatusApiResponse, UpdateConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n listJob: build.query<ListJobApiResponse, ListJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Job'],\n }),\n createJob: build.mutation<CreateJobApiResponse, CreateJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n method: 'POST',\n body: queryArg.job,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n deletecollectionJob: build.mutation<DeletecollectionJobApiResponse, DeletecollectionJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n getJob: build.query<GetJobApiResponse, GetJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Job'],\n }),\n replaceJob: build.mutation<ReplaceJobApiResponse, ReplaceJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.job,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n deleteJob: build.mutation<DeleteJobApiResponse, DeleteJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n updateJob: build.mutation<UpdateJobApiResponse, UpdateJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n listRepository: build.query<ListRepositoryApiResponse, ListRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Repository'],\n }),\n createRepository: build.mutation<CreateRepositoryApiResponse, CreateRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories`,\n method: 'POST',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deletecollectionRepository: build.mutation<\n DeletecollectionRepositoryApiResponse,\n DeletecollectionRepositoryApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepository: build.query<GetRepositoryApiResponse, GetRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepository: build.mutation<ReplaceRepositoryApiResponse, ReplaceRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deleteRepository: build.mutation<DeleteRepositoryApiResponse, DeleteRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n updateRepository: build.mutation<UpdateRepositoryApiResponse, UpdateRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryFiles: build.query<GetRepositoryFilesApiResponse, GetRepositoryFilesApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryFilesWithPath: build.query<GetRepositoryFilesWithPathApiResponse, GetRepositoryFilesWithPathApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepositoryFilesWithPath: build.mutation<\n ReplaceRepositoryFilesWithPathApiResponse,\n ReplaceRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'PUT',\n body: queryArg.body,\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryFilesWithPath: build.mutation<\n CreateRepositoryFilesWithPathApiResponse,\n CreateRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'POST',\n body: queryArg.body,\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deleteRepositoryFilesWithPath: build.mutation<\n DeleteRepositoryFilesWithPathApiResponse,\n DeleteRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'DELETE',\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryHistory: build.query<GetRepositoryHistoryApiResponse, GetRepositoryHistoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/history`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryHistoryWithPath: build.query<\n GetRepositoryHistoryWithPathApiResponse,\n GetRepositoryHistoryWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/history/${queryArg.path}`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryJobs: build.query<GetRepositoryJobsApiResponse, GetRepositoryJobsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs` }),\n providesTags: ['Repository'],\n }),\n createRepositoryJobs: build.mutation<CreateRepositoryJobsApiResponse, CreateRepositoryJobsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs`, method: 'POST', body: queryArg.jobSpec }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryJobsWithPath: build.query<GetRepositoryJobsWithPathApiResponse, GetRepositoryJobsWithPathApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs/${queryArg.uid}` }),\n providesTags: ['Repository'],\n }),\n getRepositoryRefs: build.query<GetRepositoryRefsApiResponse, GetRepositoryRefsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/refs` }),\n providesTags: ['Repository'],\n }),\n getRepositoryRenderWithPath: build.query<\n GetRepositoryRenderWithPathApiResponse,\n GetRepositoryRenderWithPathApiArg\n >({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/render/${queryArg.guid}` }),\n providesTags: ['Repository'],\n }),\n getRepositoryResources: build.query<GetRepositoryResourcesApiResponse, GetRepositoryResourcesApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/resources` }),\n providesTags: ['Repository'],\n }),\n getRepositoryStatus: build.query<GetRepositoryStatusApiResponse, GetRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepositoryStatus: build.mutation<ReplaceRepositoryStatusApiResponse, ReplaceRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n method: 'PUT',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n updateRepositoryStatus: build.mutation<UpdateRepositoryStatusApiResponse, UpdateRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryTest: build.mutation<CreateRepositoryTestApiResponse, CreateRepositoryTestApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/test`, method: 'POST', body: queryArg.body }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryWebhook: build.mutation<CreateRepositoryWebhookApiResponse, CreateRepositoryWebhookApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/webhook`, method: 'POST' }),\n invalidatesTags: ['Repository'],\n }),\n getFrontendSettings: build.query<GetFrontendSettingsApiResponse, GetFrontendSettingsApiArg>({\n query: () => ({ url: `/settings` }),\n providesTags: ['Provisioning', 'Repository'],\n }),\n getResourceStats: build.query<GetResourceStatsApiResponse, GetResourceStatsApiArg>({\n query: () => ({ url: `/stats` }),\n providesTags: ['Provisioning', 'Repository'],\n }),\n }),\n overrideExisting: false,\n });\nexport { injectedRtkApi as generatedAPI };\nexport type GetApiResourcesApiResponse = /** status 200 OK */ ApiResourceList;\nexport type GetApiResourcesApiArg = void;\nexport type ListConnectionApiResponse = /** status 200 OK */ ConnectionList;\nexport type ListConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateConnectionApiResponse = /** status 200 OK */\n | Connection\n | /** status 201 Created */ Connection\n | /** status 202 Accepted */ Connection;\nexport type CreateConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type DeletecollectionConnectionApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetConnectionApiResponse = /** status 200 OK */ Connection;\nexport type GetConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceConnectionApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type ReplaceConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type DeleteConnectionApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateConnectionApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type UpdateConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type GetConnectionRepositoriesApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetConnectionRepositoriesApiArg = {\n /** name of the ExternalRepositoryList */\n name: string;\n};\nexport type GetConnectionStatusApiResponse = /** status 200 OK */ Connection;\nexport type GetConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceConnectionStatusApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type ReplaceConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type UpdateConnectionStatusApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type UpdateConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type ListJobApiResponse = /** status 200 OK */ JobList;\nexport type ListJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateJobApiResponse = /** status 200 OK */\n | Job\n | /** status 201 Created */ Job\n | /** status 202 Accepted */ Job;\nexport type CreateJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n job: Job;\n};\nexport type DeletecollectionJobApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetJobApiResponse = /** status 200 OK */ Job;\nexport type GetJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceJobApiResponse = /** status 200 OK */ Job | /** status 201 Created */ Job;\nexport type ReplaceJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n job: Job;\n};\nexport type DeleteJobApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateJobApiResponse = /** status 200 OK */ Job | /** status 201 Created */ Job;\nexport type UpdateJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type ListRepositoryApiResponse = /** status 200 OK */ RepositoryList;\nexport type ListRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateRepositoryApiResponse = /** status 200 OK */\n | Repository\n | /** status 201 Created */ Repository\n | /** status 202 Accepted */ Repository;\nexport type CreateRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type DeletecollectionRepositoryApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetRepositoryApiResponse = /** status 200 OK */ Repository;\nexport type GetRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceRepositoryApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type ReplaceRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type DeleteRepositoryApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateRepositoryApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type UpdateRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type GetRepositoryFilesApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetRepositoryFilesApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type GetRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type ReplaceRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type ReplaceRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n body: {\n [key: string]: any;\n };\n};\nexport type CreateRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type CreateRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n body: {\n [key: string]: any;\n };\n};\nexport type DeleteRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type DeleteRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n};\nexport type GetRepositoryHistoryApiResponse = /** status 200 OK */ string;\nexport type GetRepositoryHistoryApiArg = {\n /** name of the HistoryList */\n name: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryHistoryWithPathApiResponse = /** status 200 OK */ string;\nexport type GetRepositoryHistoryWithPathApiArg = {\n /** name of the HistoryList */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryJobsApiResponse = /** status 200 OK */ JobList;\nexport type GetRepositoryJobsApiArg = {\n /** name of the Repository */\n name: string;\n};\nexport type CreateRepositoryJobsApiResponse = /** status 200 OK */ Job;\nexport type CreateRepositoryJobsApiArg = {\n /** name of the Repository */\n name: string;\n jobSpec: JobSpec;\n};\nexport type GetRepositoryJobsWithPathApiResponse = /** status 200 OK */ Job;\nexport type GetRepositoryJobsWithPathApiArg = {\n /** name of the Repository */\n name: string;\n /** Original Job UID */\n uid: string;\n};\nexport type GetRepositoryRefsApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetRepositoryRefsApiArg = {\n /** name of the RefList */\n name: string;\n};\nexport type GetRepositoryRenderWithPathApiResponse = unknown;\nexport type GetRepositoryRenderWithPathApiArg = {\n /** name of the Repository */\n name: string;\n /** Image GUID */\n guid: string;\n};\nexport type GetRepositoryResourcesApiResponse = /** status 200 OK */ ResourceList;\nexport type GetRepositoryResourcesApiArg = {\n /** name of the ResourceList */\n name: string;\n};\nexport type GetRepositoryStatusApiResponse = /** status 200 OK */ Repository;\nexport type GetRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceRepositoryStatusApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type ReplaceRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type UpdateRepositoryStatusApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type UpdateRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type CreateRepositoryTestApiResponse = /** status 200 OK */ TestResults;\nexport type CreateRepositoryTestApiArg = {\n /** name of the TestResults */\n name: string;\n body: {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n secure?: any;\n spec?: any;\n status?: any;\n };\n};\nexport type CreateRepositoryWebhookApiResponse = /** status 200 OK */ WebhookResponse;\nexport type CreateRepositoryWebhookApiArg = {\n /** name of the WebhookResponse */\n name: string;\n};\nexport type GetFrontendSettingsApiResponse = /** status 200 undefined */ RepositoryViewList;\nexport type GetFrontendSettingsApiArg = void;\nexport type GetResourceStatsApiResponse = /** status 200 undefined */ ResourceStats;\nexport type GetResourceStatsApiArg = void;\nexport type ApiResource = {\n /** categories is a list of the grouped resources this resource belongs to (e.g. 'all') */\n categories?: string[];\n /** group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\". */\n group?: string;\n /** kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') */\n kind: string;\n /** name is the plural name of the resource. */\n name: string;\n /** namespaced indicates if a resource is namespaced or not. */\n namespaced: boolean;\n /** shortNames is a list of suggested short names of the resource. */\n shortNames?: string[];\n /** singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. */\n singularName: string;\n /** The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. */\n storageVersionHash?: string;\n /** verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) */\n verbs: string[];\n /** version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\". */\n version?: string;\n};\nexport type ApiResourceList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** groupVersion is the group and version this APIResourceList is for. */\n groupVersion: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** resources contains the name of the resources and if they are namespaced. */\n resources: ApiResource[];\n};\nexport type Time = string;\nexport type FieldsV1 = object;\nexport type ManagedFieldsEntry = {\n /** APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted. */\n apiVersion?: string;\n /** FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\" */\n fieldsType?: string;\n /** FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type. */\n fieldsV1?: FieldsV1;\n /** Manager is an identifier of the workflow managing these fields. */\n manager?: string;\n /** Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'. */\n operation?: string;\n /** Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource. */\n subresource?: string;\n /** Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over. */\n time?: Time;\n};\nexport type OwnerReference = {\n /** API version of the referent. */\n apiVersion: string;\n /** If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. */\n blockOwnerDeletion?: boolean;\n /** If true, this reference points to the managing controller. */\n controller?: boolean;\n /** Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind: string;\n /** Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names */\n name: string;\n /** UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid: string;\n};\nexport type ObjectMeta = {\n /** Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations */\n annotations?: {\n [key: string]: string;\n };\n /** CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n \n Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */\n creationTimestamp?: Time;\n /** Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. */\n deletionGracePeriodSeconds?: number;\n /** DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n \n Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */\n deletionTimestamp?: Time;\n /** Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. */\n finalizers?: string[];\n /** GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n \n If this field is specified and the generated name exists, the server will return a 409.\n \n Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency */\n generateName?: string;\n /** A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. */\n generation?: number;\n /** Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels */\n labels?: {\n [key: string]: string;\n };\n /** ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object. */\n managedFields?: ManagedFieldsEntry[];\n /** Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names */\n name?: string;\n /** Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n \n Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces */\n namespace?: string;\n /** List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. */\n ownerReferences?: OwnerReference[];\n /** An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n \n Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency */\n resourceVersion?: string;\n /** Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. */\n selfLink?: string;\n /** UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n \n Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid?: string;\n};\nexport type InlineSecureValue =\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create?: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove?: boolean;\n }\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name?: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove?: boolean;\n }\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create?: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name?: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove: boolean;\n };\nexport type ConnectionSecure = {\n /** ClientSecret is the reference to the secret used for other providers authentication, and Github on-behalf-of authentication. This value is stored securely and cannot be read back */\n clientSecret?: InlineSecureValue;\n /** PrivateKey is the reference to the private key used for GitHub App authentication. This value is stored securely and cannot be read back */\n privateKey?: InlineSecureValue;\n /** Token is the reference of the token used to act as the Connection. This value is stored securely and cannot be read back */\n token?: InlineSecureValue;\n};\nexport type BitbucketConnectionConfig = {\n /** App client ID */\n clientID: string;\n};\nexport type GitHubConnectionConfig = {\n /** GitHub App ID */\n appID: string;\n /** GitHub App installation ID */\n installationID: string;\n};\nexport type GitHubEnterpriseConnectionConfig = {\n /** GitHub App ID */\n appID: string;\n /** GitHub App installation ID */\n installationID: string;\n /** The GitHub Enterprise Server URL (e.g. `https://ghes.example.com`). */\n serverUrl: string;\n};\nexport type GitlabConnectionConfig = {\n /** App client ID */\n clientID: string;\n};\nexport type ConnectionWebhookConfig = {\n /** Disabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet. */\n disabled?: boolean;\n};\nexport type ConnectionSpec = {\n /** Bitbucket connection configuration Only applicable when provider is \"bitbucket\" */\n bitbucket?: BitbucketConnectionConfig;\n /** The connection description */\n description?: string;\n /** GitHub connection configuration Only applicable when provider is \"github\" */\n github?: GitHubConnectionConfig;\n /** GitHub Enterprise Server connection configuration Only applicable when provider is \"githubEnterprise\" */\n githubEnterprise?: GitHubEnterpriseConnectionConfig;\n /** Gitlab connection configuration Only applicable when provider is \"gitlab\" */\n gitlab?: GitlabConnectionConfig;\n /** The connection display name (shown in the UI) */\n title: string;\n /** The connection provider type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"` */\n type: 'bitbucket' | 'github' | 'githubEnterprise' | 'gitlab';\n /** The connection URL */\n url?: string;\n /** Webhook configuration for this connection */\n webhook?: ConnectionWebhookConfig;\n};\nexport type Condition = {\n /** lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. */\n lastTransitionTime: Time;\n /** message is a human readable message indicating details about the transition. This may be an empty string. */\n message: string;\n /** observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. */\n observedGeneration?: number;\n /** reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. */\n reason: string;\n /** status of the condition, one of True, False, Unknown. */\n status: string;\n /** type of condition in CamelCase or in foo.example.com/CamelCase. */\n type: string;\n};\nexport type ErrorDetails = {\n /** BadValue is the value of the field that was determined to be invalid, if applicable. This can be any type. This field is optional and may be omitted if not relevant. */\n badValue?: any;\n /** Detail provides a human-readable explanation of what went wrong. This message may be shown directly to users and should be actionable. */\n detail?: string;\n /** Field is the path to the field or JSON pointer that caused the error. This helps users and tools identify exactly where to correct the problem. This field is optional and may be empty if not applicable. */\n field?: string;\n /** Origin indicates where the error originated in validation, or the name of the external service that reported the error. This can be useful for tooling or debugging, and may reference a specific rule, function, or service. This field is optional and may be empty. */\n origin?: string;\n /** Type is a machine-readable description of the cause of the error. This is intended for programmatic handling and matches Kubernetes' CauseType values. */\n type: string;\n};\nexport type HealthStatus = {\n /** When the health was checked last time */\n checked?: number;\n /** The type of the error\n \n Possible enum values:\n - `\"health\"`\n - `\"hook\"` */\n error?: 'health' | 'hook';\n /** When not healthy, requests will not be executed */\n healthy: boolean;\n /** Summary messages (can be shown to users) Will only be populated when not healthy */\n message?: string[];\n};\nexport type ConnectionStatus = {\n /** Conditions represent the latest available observations of the connection's state. */\n conditions?: Condition[];\n /** FieldErrors are errors that occurred during validation of the connection spec. These errors are intended to help users identify and fix issues in the spec. */\n fieldErrors?: ErrorDetails[];\n /** The connection health status */\n health: HealthStatus;\n /** The generation of the spec last time reconciliation ran */\n observedGeneration: number;\n};\nexport type Connection = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n secure?: ConnectionSecure;\n spec?: ConnectionSpec;\n status?: ConnectionStatus;\n};\nexport type ListMeta = {\n /** continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. */\n continue?: string;\n /** remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. */\n remainingItemCount?: number;\n /** String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency */\n resourceVersion?: string;\n /** Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. */\n selfLink?: string;\n};\nexport type ConnectionList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Connection[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type StatusCause = {\n /** The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n \n Examples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\" */\n field?: string;\n /** A human-readable description of the cause of the error. This field may be presented as-is to a reader. */\n message?: string;\n /** A machine-readable description of the cause of the error. If this value is empty there is no information available. */\n reason?: string;\n};\nexport type StatusDetails = {\n /** The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. */\n causes?: StatusCause[];\n /** The group attribute of the resource associated with the status StatusReason. */\n group?: string;\n /** The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). */\n name?: string;\n /** If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. */\n retryAfterSeconds?: number;\n /** UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid?: string;\n};\nexport type Status = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Suggested HTTP return code for this status, 0 if not set. */\n code?: number;\n /** Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. */\n details?: StatusDetails;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** A human-readable description of the status of this operation. */\n message?: string;\n /** Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n metadata?: ListMeta;\n /** A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. */\n reason?: string;\n /** Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status */\n status?: string;\n};\nexport type Patch = object;\nexport type ResourceRef = {\n /** Group is the group of the resource, such as \"dashboard.grafana.app\". */\n group?: string;\n /** Kind is the type of resource, for example, \"Dashboard\". */\n kind?: string;\n /** Name is the name of the resource, such as a dashboard UID. */\n name?: string;\n};\nexport type DeleteJobOptions = {\n /** Paths to be deleted. Examples: - dashboard.json (for a file) - a/b/c/other-dashboard.json (for a file) - nested/deep/ (for a directory) FIXME: we should validate this in admission hooks */\n paths?: string[];\n /** Ref to the branch or commit hash to delete from */\n ref?: string;\n /** Resources to delete This option has been created because currently the frontend does not use standarized app platform APIs. For performance and API consistency reasons, the preferred option is it to use the paths. */\n resources?: ResourceRef[];\n};\nexport type FixFolderMetadataJobOptions = {\n /** Ref to the branch to create the commit on (uses repository's default branch if not specified) */\n ref?: string;\n};\nexport type MigrateJobOptions = {\n /** Message to use when committing the changes in a single commit. Deprecated: set JobSpec.Message instead. This field is kept for backwards compatibility and is only used when JobSpec.Message is empty. */\n message?: string;\n /** Resources to migrate. When empty, every unmanaged resource in the namespace is migrated (legacy behavior). When non-empty, only the listed resources are exported to the repository — the folder hierarchy is still emitted so parent paths resolve, and the subsequent pull phase only takes ownership of those resources. Currently only unmanaged Dashboards are supported. */\n resources?: ResourceRef[];\n};\nexport type MoveJobOptions = {\n /** Paths to be deleted. Examples: - dashboard.json (for a file) - a/b/c/other-dashboard.json (for a file) - nested/deep/ (for a directory) FIXME: we should validate this in admission hooks */\n paths?: string[];\n /** Ref to the branch or commit hash that should move */\n ref?: string;\n /** Resources to move This option has been created because currently the frontend does not use standarized app platform APIs. For performance and API consistency reasons, the preferred option is it to use the paths. */\n resources?: ResourceRef[];\n /** Destination path for the move (e.g. \"new-location/\") */\n targetPath?: string;\n};\nexport type PullRequestJobOptions = {\n /** The specific commit hash that triggered this notice */\n hash?: string;\n /** Pull request number (when appropriate) */\n pr?: number;\n /** The branch of commit hash */\n ref?: string;\n /** URL to the originator (eg, PR URL) */\n url?: string;\n};\nexport type SyncJobOptions = {\n /** Incremental synchronization for versioned repositories */\n incremental: boolean;\n};\nexport type ExportJobOptions = {\n /** FIXME: we should validate this in admission hooks Target branch for export (only git) */\n branch?: string;\n /** The source folder (or empty) to export */\n folder?: string;\n /** Message to use when committing the changes in a single commit. Deprecated: set JobSpec.Message instead. This field is kept for backwards compatibility and is only used when JobSpec.Message is empty. */\n message?: string;\n /** FIXME: we should validate this in admission hooks Prefix in target file system */\n path?: string;\n /** Resources to export. When empty, every unmanaged resource in the namespace is exported (legacy behavior). When non-empty, only the listed resources are exported — the folder hierarchy is still emitted so parent paths resolve. Currently only unmanaged Dashboards are supported. */\n resources?: ResourceRef[];\n};\nexport type JobSpec = {\n /** Possible enum values:\n - `\"delete\"` deletes files in the remote repository\n - `\"deleteResources\"` deletes all resources managed by a repository that no longer exists or is stuck in Terminating state. This action has inverted validation: it is only allowed when the repository does not exist or has a DeletionTimestamp set.\n - `\"fixFolderMetadata\"` is a placeholder job that will eventually regenerate folder metadata files. Currently a no-op to unblock frontend development.\n - `\"migrate\"` acts like JobActionExport, then JobActionPull. It also tries to preserve the history.\n - `\"move\"` moves files in the remote repository\n - `\"pr\"` adds additional useful information to a PR, such as comments with preview links and rendered images.\n - `\"pull\"` replicates the remote branch in the local copy of the repository.\n - `\"push\"` replicates the local copy of the repository in the remote branch.\n - `\"releaseResources\"` removes ownership annotations from all resources managed by a repository that no longer exists or is stuck in Terminating state. Resources remain in Grafana but become unmanaged. This action has inverted validation: it is only allowed when the repository does not exist or has a DeletionTimestamp set. */\n action:\n | 'delete'\n | 'deleteResources'\n | 'fixFolderMetadata'\n | 'migrate'\n | 'move'\n | 'pr'\n | 'pull'\n | 'push'\n | 'releaseResources';\n /** Delete when the action is `delete` */\n delete?: DeleteJobOptions;\n /** Options when the action is `fix-folder-metadata` */\n fixFolderMetadata?: FixFolderMetadataJobOptions;\n /** Commit message for this job. Applies to job actions that produce commits (delete, move, migrate, push, fixFolderMetadata). When empty, the backend falls back to the action-specific message field (ExportJobOptions.Message, MigrateJobOptions.Message) for backwards compatibility, then to a built-in default. */\n message?: string;\n /** Required when the action is `migrate` */\n migrate?: MigrateJobOptions;\n /** Move when the action is `move` */\n move?: MoveJobOptions;\n /** Pull request options */\n pr?: PullRequestJobOptions;\n /** Required when the action is `pull` */\n pull?: SyncJobOptions;\n /** Required when the action is `push` */\n push?: ExportJobOptions;\n /** The the repository reference (for now also in labels) This value is required, but will be popuplated from the job making the request */\n repository?: string;\n};\nexport type JobResourceSummary = {\n create?: number;\n delete?: number;\n /** Create or update (export) */\n error?: number;\n /** Report errors/warnings for this resource type This may not be an exhaustive list and recommend looking at the logs for more info */\n errors?: string[];\n group?: string;\n kind?: string;\n /** No action required (useful for sync) */\n noop?: number;\n total?: number;\n update?: number;\n /** The error count */\n warning?: number;\n warnings?: string[];\n write?: number;\n};\nexport type RepositoryUrLs = {\n /** Compare this version to the target branch */\n compareURL?: string;\n /** A URL that will create a new pull request for this branch */\n newPullRequestURL?: string;\n /** A URL pointing to the repository this lives in */\n repositoryURL?: string;\n /** A URL pointing to the file or ref in the repository */\n sourceURL?: string;\n};\nexport type JobStatus = {\n errors?: string[];\n finished?: number;\n message?: string;\n /** Optional value 0-100 that can be set while running */\n progress?: number;\n started?: number;\n /** Possible enum values:\n - `\"error\"` Finished with errors\n - `\"pending\"` Job has been submitted, but not processed yet\n - `\"success\"` Finished with success\n - `\"warning\"` Finished with some non-critical errors\n - `\"working\"` The job is running */\n state?: 'error' | 'pending' | 'success' | 'warning' | 'working';\n /** Summary of processed actions */\n summary?: JobResourceSummary[];\n /** URLs contains URLs for the reference branch or commit if applicable. */\n url?: RepositoryUrLs;\n warnings?: string[];\n};\nexport type Job = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n spec?: JobSpec;\n status?: JobStatus;\n};\nexport type JobList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Job[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type SecureValues = {\n /** Private key used to sign commits the repository writes back. The format is selected by spec.commit.signingMethod. When unset, commits are unsigned. */\n commitSigningKey?: InlineSecureValue;\n /** Token used to connect the configured repository */\n token?: InlineSecureValue;\n /** Some webhooks (including github) require a secret key value */\n webhookSecret?: InlineSecureValue;\n};\nexport type BitbucketRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** TokenUser is the user that will be used to access the repository if it's a personal access token. */\n tokenUser?: string;\n /** The repository URL (e.g. `https://bitbucket.org/example/test`). */\n url?: string;\n};\nexport type BranchOptions = {\n /** When true, the branch name field in Save drawers is read-only. */\n enforceTemplate?: boolean;\n /** Template for the branch name created in branch workflow. Supports variables: {{action}}, {{resourceKind}}, {{title}}, {{userLogin}}, {{random}}. {{random}} is a 6-character alphanumeric token generated at render time to avoid collisions. The result is sanitised to a valid git ref (lowercase, alphanumeric + dashes, max 100 chars). When empty, the current auto-generated name is preserved. */\n nameTemplate?: string;\n};\nexport type CommitOptions = {\n /** When true, the Comment field in Save drawers is pre-filled from SingleResourceMessageTemplate and rendered read-only. */\n enforceTemplate?: boolean;\n /** Email used as the commit signer. Must match the signing key's identity and a verified email on the account where the matching public key is registered. When empty, defaults to \"noreply@grafana.com\". */\n signerEmail?: string;\n /** Name used as the commit signer. Required for the signing key's identity to match the commit, which providers need to mark commits as Verified. When empty, defaults to \"Grafana\". */\n signerName?: string;\n /** Method used to sign commits with the key in secure.commitSigningKey. One of \"gpg\", \"ssh\", or \"smime\". When empty, commits are not signed.\n \n Possible enum values:\n - `\"gpg\"`\n - `\"smime\"`\n - `\"ssh\"` */\n signingMethod?: 'gpg' | 'smime' | 'ssh';\n /** Template for commit messages produced by single-resource UI operations (dashboard save/delete/move, folder create/rename/delete). Bulk operations and sync jobs are out of scope and build their own messages. Supports variables: {{action}}, {{resourceKind}}, {{resourceID}}, {{title}}, {{userName}}, {{userLogin}}, {{userEmail}}. When empty, a built-in default is used (e.g. \"Save dashboard: <title>\"). */\n singleResourceMessageTemplate?: string;\n /** PEM-encoded X.509 certificate paired with secure.commitSigningKey when signingMethod is \"smime\". This is public (not a secret) and is embedded in the commit signature. Unused for the gpg and ssh formats. */\n smimeCertificate?: string;\n};\nexport type ConnectionInfo = {\n name: string;\n};\nexport type GitRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** TokenUser is the user that will be used to access the repository if it's a personal access token. */\n tokenUser?: string;\n /** The repository URL (e.g. `https://github.com/example/test`). */\n url?: string;\n};\nexport type GitHubRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Whether we should show dashboard previews for pull requests. By default, this is false (i.e. we will not create previews). */\n generateDashboardPreviews?: boolean;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** The repository URL (e.g. `https://github.com/example/test`). */\n url?: string;\n};\nexport type GitHubEnterpriseRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Whether we should show dashboard previews for pull requests. */\n generateDashboardPreviews?: boolean;\n /** Path is the subdirectory for the Grafana data inside the repository. */\n path?: string;\n /** The GitHub Enterprise Server URL (e.g. `https://ghes.example.com`). */\n serverUrl?: string;\n /** The repository URL on the GHES server (e.g. `https://ghes.example.com/example/test`). */\n url?: string;\n};\nexport type GitLabRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** The repository URL (e.g. `https://gitlab.com/example/test`). */\n url?: string;\n};\nexport type LocalRepositoryConfig = {\n path?: string;\n};\nexport type PullRequestOptions = {\n /** When true, the PR title field in Save drawers is read-only. */\n enforceTemplate?: boolean;\n /** Template for pull request titles. Supports the same variables as BranchOptions.NameTemplate ({{random}} is available but rarely useful here). When empty, the first line of the commit message is used. */\n titleTemplate?: string;\n};\nexport type SyncOptions = {\n /** Enabled must be saved as true before any sync job will run */\n enabled: boolean;\n /** The interval between sync runs. The system defines a default value for this field, which will overwrite the user-defined one in case the latter is zero or lower than the system-defined one. */\n intervalSeconds?: number;\n /** Where values should be saved\n \n Possible enum values:\n - `\"folder\"` Resources will be saved into a folder managed by this repository It will contain a copy of everything from the remote The folder k8s name will be the same as the repository k8s name\n - `\"folderless\"` Resources are saved at the top level without a wrapper folder. Like `folder`, multiple `folderless` repositories may coexist with each other, with `folder` repositories, and with unprovisioned resources. Unlike `folder`, no repo-named container folder is created: files at the repository path root become top-level resources and subdirectories become top-level folders. Ownership is tracked per-resource via manager annotations rather than by folder containment.\n - `\"instance\"` Resources are saved in the global context Only one repository may specify the `instance` target When this exists, the UI will promote writing to the instance repo rather than the grafana database (where possible) */\n target: 'folder' | 'folderless' | 'instance';\n};\nexport type WebhookConfig = {\n /** Base URL of the Grafana instance used to construct the webhook endpoint registered with the external Git provider. Only the base URL should be provided (e.g. `https://grafana.example.com`); the API path, namespace, and resource name are appended automatically. Trailing slashes are stripped. Must be a valid HTTP or HTTPS URL. */\n baseUrl?: string;\n /** Disabled turns off webhook integration for this repository. When true, Grafana will not register or receive webhook events from the Git provider and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet. */\n disabled?: boolean;\n};\nexport type RepositorySpec = {\n /** The repository on Bitbucket. Mutually exclusive with local | github | git. */\n bitbucket?: BitbucketRepositoryConfig;\n /** Branch naming options. Only meaningful when Workflows includes \"branch\". */\n branch?: BranchOptions;\n /** Commit message options. Currently only contains the template used by single-resource UI operations; future siblings (bulk, sync) can live here. */\n commit?: CommitOptions;\n /** The connection the repository references. This means the Repository is interacting with git via a Connection. */\n connection?: ConnectionInfo;\n /** Repository description */\n description?: string;\n /** The repository on Git. Mutually exclusive with local | github | git. */\n git?: GitRepositoryConfig;\n /** The repository on GitHub. Mutually exclusive with local | github | git. */\n github?: GitHubRepositoryConfig;\n /** The repository on a self-managed GitHub Enterprise Server (GHES). Mutually exclusive with local | github | git. */\n githubEnterprise?: GitHubEnterpriseRepositoryConfig;\n /** The repository on GitLab. Mutually exclusive with local | github | git. */\n gitlab?: GitLabRepositoryConfig;\n /** The repository on the local file system. Mutually exclusive with local | github. */\n local?: LocalRepositoryConfig;\n /** Pull request options. Only meaningful when Workflows includes \"branch\". */\n pullRequest?: PullRequestOptions;\n /** Sync settings -- how values are pulled from the repository into grafana */\n sync: SyncOptions;\n /** The repository display name (shown in the UI) */\n title: string;\n /** The repository type. When selected oneOf the values below should be non-nil\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n /** Webhook settings for the repository. When specified, the base URL overrides the auto-detected Grafana public URL used to register webhooks with the external Git provider. */\n webhook?: WebhookConfig;\n /** UI driven Workflow that allow changes to the contends of the repository. The order is relevant for defining the precedence of the workflows. When empty, the repository does not support any edits (eg, readonly) */\n workflows: ('branch' | 'write')[];\n};\nexport type QuotaStatus = {\n /** MaxRepositories is the maximum number of repositories allowed. 0 means unlimited. */\n maxRepositories?: number;\n /** MaxResourcesPerRepository is the maximum number of resources allowed per repository. 0 means unlimited. */\n maxResourcesPerRepository?: number;\n};\nexport type ResourceCount = {\n count: number;\n group: string;\n resource: string;\n};\nexport type SyncStatus = {\n /** When the sync job finished */\n finished?: number;\n /** Incremental synchronization for versioned repositories */\n incremental?: boolean;\n /** The ID for the job that ran this sync */\n job?: string;\n /** The repository ref when the last successful sync ran */\n lastRef?: string;\n /** Summary messages (will be shown to users) */\n message: string[];\n /** When the next sync check is scheduled */\n scheduled?: number;\n /** When the sync job started */\n started?: number;\n /** pending, running, success, error\n \n Possible enum values:\n - `\"error\"` Finished with errors\n - `\"pending\"` Job has been submitted, but not processed yet\n - `\"success\"` Finished with success\n - `\"warning\"` Finished with some non-critical errors\n - `\"working\"` The job is running */\n state: 'error' | 'pending' | 'success' | 'warning' | 'working';\n};\nexport type TokenStatus = {\n expiration?: number;\n lastUpdated?: number;\n};\nexport type WebhookStatus = {\n id?: number;\n lastEvent?: number;\n lastRotated?: number;\n subscribedEvents?: string[];\n url?: string;\n};\nexport type RepositoryStatus = {\n /** Conditions represent the latest available observations of the repository's state. */\n conditions?: Condition[];\n /** Error information during repository deletion (if any) */\n deleteError?: string;\n /** FieldErrors are errors that occurred during validation of the repository spec. These errors are intended to help users identify and fix issues in the spec. */\n fieldErrors?: ErrorDetails[];\n /** This will get updated with the current health status (and updated periodically) */\n health: HealthStatus;\n /** The generation of the spec last time reconciliation ran */\n observedGeneration: number;\n /** Quota contains the configured quota limits for this repository */\n quota?: QuotaStatus;\n /** The object count when sync last ran */\n stats?: ResourceCount[];\n /** Sync information with the last sync information */\n sync: SyncStatus;\n /** Token will get updated with current token information */\n token?: TokenStatus;\n /** Webhook Information (if applicable) */\n webhook: WebhookStatus;\n};\nexport type Repository = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n secure?: SecureValues;\n spec?: RepositorySpec;\n status?: RepositoryStatus;\n};\nexport type RepositoryList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Repository[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type ResourceRepositoryInfo = {\n /** The name (identifier) */\n name: string;\n /** The namespace this belongs to */\n namespace: string;\n /** The display name for this repository */\n title: string;\n /** The repository type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n};\nexport type Unstructured = {\n [key: string]: any;\n};\nexport type ResourceType = {\n /** For non-k8s native formats, what did this start as\n \n Possible enum values:\n - `\"access-control\"` Access control https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/access-control/sample.yaml\n - `\"alerting\"` Alert configuration https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/alerting/sample.yaml\n - `\"dashboard\"` Dashboard JSON\n - `\"datasources\"` Datasource definitions eg: https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/datasources/sample.yaml */\n classic?: 'access-control' | 'alerting' | 'dashboard' | 'datasources';\n group?: string;\n kind?: string;\n resource?: string;\n version?: string;\n};\nexport type ResourceObjects = {\n /** The action required/used for dryRun\n \n Possible enum values:\n - `\"create\"`\n - `\"delete\"`\n - `\"move\"`\n - `\"update\"` */\n action?: 'create' | 'delete' | 'move' | 'update';\n /** The value returned from a dryRun request */\n dryRun?: Unstructured;\n /** The same value, currently saved in the grafana database */\n existing?: Unstructured;\n /** The resource from the repository with all modifications applied eg, the name, folder etc will all be applied to this object */\n file?: Unstructured;\n /** The identified type for this object */\n type: ResourceType;\n /** For write events, this will return the value that was added or updated */\n upsert?: Unstructured;\n};\nexport type ResourceWrapper = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** If errors exist, show them here */\n errors?: string[];\n /** The repo hash value */\n hash?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Path to the remote file */\n path?: string;\n /** The request ref (or branch if exists) */\n ref?: string;\n /** Basic repository info */\n repository: ResourceRepositoryInfo;\n /** Different flavors of the same object */\n resource: ResourceObjects;\n /** The modified time in the remote file system */\n timestamp?: Time;\n /** Typed links for this file (only supported by external systems, github etc) */\n urls?: RepositoryUrLs;\n};\nexport type ResourceListItem = {\n folder?: string;\n group: string;\n /** the k8s identifier */\n hash: string;\n name: string;\n path: string;\n resource: string;\n time?: number;\n title?: string;\n};\nexport type ResourceList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: ResourceListItem[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type TestResults = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** HTTP status code */\n code: number;\n /** Field related errors */\n errors?: ErrorDetails[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Is the connection healthy */\n success: boolean;\n};\nexport type WebhookResponse = {\n /** Optional message */\n added?: string;\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** HTTP Status code 200 implies that the payload was understood but nothing is required 202 implies that an async job has been scheduled to handle the request */\n code?: number;\n /** Jobs to be processed When the response is 202 (Accepted) the queued jobs will be returned */\n job?: JobSpec;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n};\nexport type SupportedResource = {\n /** Disabled reports whether the resource is declared but not acted on by provisioning. Active resources omit this field. */\n disabled?: boolean;\n /** Group is the API group of the resource (e.g. \"dashboard.grafana.app\"). */\n group: string;\n /** Kind is the kind of the resource (e.g. \"Dashboard\"). */\n kind: string;\n};\nexport type RepositoryView = {\n /** For git, this is the target branch */\n branch?: string;\n /** Commit message options. Mirrors the same-named field on the repository spec. */\n commit?: CommitOptions;\n /** The k8s name for this repository */\n name: string;\n /** For git, this is the target path */\n path?: string;\n /** When syncing, where values are saved\n \n Possible enum values:\n - `\"folder\"` Resources will be saved into a folder managed by this repository It will contain a copy of everything from the remote The folder k8s name will be the same as the repository k8s name\n - `\"folderless\"` Resources are saved at the top level without a wrapper folder. Like `folder`, multiple `folderless` repositories may coexist with each other, with `folder` repositories, and with unprovisioned resources. Unlike `folder`, no repo-named container folder is created: files at the repository path root become top-level resources and subdirectories become top-level folders. Ownership is tracked per-resource via manager annotations rather than by folder containment.\n - `\"instance\"` Resources are saved in the global context Only one repository may specify the `instance` target When this exists, the UI will promote writing to the instance repo rather than the grafana database (where possible) */\n target: 'folder' | 'folderless' | 'instance';\n /** Repository display */\n title: string;\n /** The repository type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n /** For git, this is the target URL */\n url?: string;\n /** The supported workflows */\n workflows: ('branch' | 'write')[];\n};\nexport type RepositoryViewList = {\n /** Whether image rendering is allowed for dashboard previews */\n allowImageRendering: boolean;\n /** The valid targets (can disable instance or folder types) */\n allowedTargets?: ('folder' | 'folderless' | 'instance')[];\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** AvailableRepositoryTypes is the list of repository types supported in this instance (e.g. git, bitbucket, github, etc) */\n availableRepositoryTypes?: ('bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local')[];\n /** AvailableResources is the list of resource types declared for provisioning in this instance, including disabled ones (see SupportedResource.Disabled). */\n availableResources?: SupportedResource[];\n items: RepositoryView[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** MaxRepositories is the maximum number of repositories allowed per namespace (0 = unlimited) */\n maxRepositories: number;\n};\nexport type ManagerStats = {\n /** Manager identity */\n id?: string;\n /** Manager kind */\n kind?: string;\n /** stats */\n stats: ResourceCount[];\n};\nexport type ResourceStats = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Stats across all unified storage When legacy storage is still used, this will offer a shim */\n instance?: ResourceCount[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Stats for each manager */\n managed?: ManagerStats[];\n metadata?: any;\n /** Stats across all unified storage When legacy storage is still used, this will offer a shim */\n unmanaged?: ResourceCount[];\n};\nexport const {\n useGetApiResourcesQuery,\n useLazyGetApiResourcesQuery,\n useListConnectionQuery,\n useLazyListConnectionQuery,\n useCreateConnectionMutation,\n useDeletecollectionConnectionMutation,\n useGetConnectionQuery,\n useLazyGetConnectionQuery,\n useReplaceConnectionMutation,\n useDeleteConnectionMutation,\n useUpdateConnectionMutation,\n useGetConnectionRepositoriesQuery,\n useLazyGetConnectionRepositoriesQuery,\n useGetConnectionStatusQuery,\n useLazyGetConnectionStatusQuery,\n useReplaceConnectionStatusMutation,\n useUpdateConnectionStatusMutation,\n useListJobQuery,\n useLazyListJobQuery,\n useCreateJobMutation,\n useDeletecollectionJobMutation,\n useGetJobQuery,\n useLazyGetJobQuery,\n useReplaceJobMutation,\n useDeleteJobMutation,\n useUpdateJobMutation,\n useListRepositoryQuery,\n useLazyListRepositoryQuery,\n useCreateRepositoryMutation,\n useDeletecollectionRepositoryMutation,\n useGetRepositoryQuery,\n useLazyGetRepositoryQuery,\n useReplaceRepositoryMutation,\n useDeleteRepositoryMutation,\n useUpdateRepositoryMutation,\n useGetRepositoryFilesQuery,\n useLazyGetRepositoryFilesQuery,\n useGetRepositoryFilesWithPathQuery,\n useLazyGetRepositoryFilesWithPathQuery,\n useReplaceRepositoryFilesWithPathMutation,\n useCreateRepositoryFilesWithPathMutation,\n useDeleteRepositoryFilesWithPathMutation,\n useGetRepositoryHistoryQuery,\n useLazyGetRepositoryHistoryQuery,\n useGetRepositoryHistoryWithPathQuery,\n useLazyGetRepositoryHistoryWithPathQuery,\n useGetRepositoryJobsQuery,\n useLazyGetRepositoryJobsQuery,\n useCreateRepositoryJobsMutation,\n useGetRepositoryJobsWithPathQuery,\n useLazyGetRepositoryJobsWithPathQuery,\n useGetRepositoryRefsQuery,\n useLazyGetRepositoryRefsQuery,\n useGetRepositoryRenderWithPathQuery,\n useLazyGetRepositoryRenderWithPathQuery,\n useGetRepositoryResourcesQuery,\n useLazyGetRepositoryResourcesQuery,\n useGetRepositoryStatusQuery,\n useLazyGetRepositoryStatusQuery,\n useReplaceRepositoryStatusMutation,\n useUpdateRepositoryStatusMutation,\n useCreateRepositoryTestMutation,\n useCreateRepositoryWebhookMutation,\n useGetFrontendSettingsQuery,\n useLazyGetFrontendSettingsQuery,\n useGetResourceStatsQuery,\n useLazyGetResourceStatsQuery,\n} = injectedRtkApi;\n"],"names":["api"],"mappings":"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"}
1
+ {"version":3,"file":"endpoints.gen.cjs","sources":["../../../../../../src/clients/rtkq/provisioning/v0alpha1/endpoints.gen.ts"],"sourcesContent":["import { api } from './baseAPI';\nexport const addTagTypes = ['API Discovery', 'Connection', 'Job', 'Repository', 'Provisioning'] as const;\nconst injectedRtkApi = api\n .enhanceEndpoints({\n addTagTypes,\n })\n .injectEndpoints({\n endpoints: (build) => ({\n getApiResources: build.query<GetApiResourcesApiResponse, GetApiResourcesApiArg>({\n query: () => ({ url: `/` }),\n providesTags: ['API Discovery'],\n }),\n listConnection: build.query<ListConnectionApiResponse, ListConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Connection'],\n }),\n createConnection: build.mutation<CreateConnectionApiResponse, CreateConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections`,\n method: 'POST',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n deletecollectionConnection: build.mutation<\n DeletecollectionConnectionApiResponse,\n DeletecollectionConnectionApiArg\n >({\n query: (queryArg) => ({\n url: `/connections`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n getConnection: build.query<GetConnectionApiResponse, GetConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Connection'],\n }),\n replaceConnection: build.mutation<ReplaceConnectionApiResponse, ReplaceConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n deleteConnection: build.mutation<DeleteConnectionApiResponse, DeleteConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n updateConnection: build.mutation<UpdateConnectionApiResponse, UpdateConnectionApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n getConnectionRepositories: build.query<GetConnectionRepositoriesApiResponse, GetConnectionRepositoriesApiArg>({\n query: (queryArg) => ({ url: `/connections/${queryArg.name}/repositories` }),\n providesTags: ['Connection'],\n }),\n getConnectionStatus: build.query<GetConnectionStatusApiResponse, GetConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Connection'],\n }),\n replaceConnectionStatus: build.mutation<ReplaceConnectionStatusApiResponse, ReplaceConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n method: 'PUT',\n body: queryArg.connection,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n updateConnectionStatus: build.mutation<UpdateConnectionStatusApiResponse, UpdateConnectionStatusApiArg>({\n query: (queryArg) => ({\n url: `/connections/${queryArg.name}/status`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Connection'],\n }),\n listJob: build.query<ListJobApiResponse, ListJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Job'],\n }),\n createJob: build.mutation<CreateJobApiResponse, CreateJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n method: 'POST',\n body: queryArg.job,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n deletecollectionJob: build.mutation<DeletecollectionJobApiResponse, DeletecollectionJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n getJob: build.query<GetJobApiResponse, GetJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Job'],\n }),\n replaceJob: build.mutation<ReplaceJobApiResponse, ReplaceJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.job,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n deleteJob: build.mutation<DeleteJobApiResponse, DeleteJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n updateJob: build.mutation<UpdateJobApiResponse, UpdateJobApiArg>({\n query: (queryArg) => ({\n url: `/jobs/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Job'],\n }),\n listRepository: build.query<ListRepositoryApiResponse, ListRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories`,\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n fieldSelector: queryArg.fieldSelector,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n resourceVersion: queryArg.resourceVersion,\n timeoutSeconds: queryArg.timeoutSeconds,\n watch: queryArg.watch,\n },\n }),\n providesTags: ['Repository'],\n }),\n createRepository: build.mutation<CreateRepositoryApiResponse, CreateRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories`,\n method: 'POST',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deletecollectionRepository: build.mutation<\n DeletecollectionRepositoryApiResponse,\n DeletecollectionRepositoryApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n continue: queryArg['continue'],\n dryRun: queryArg.dryRun,\n fieldSelector: queryArg.fieldSelector,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n labelSelector: queryArg.labelSelector,\n limit: queryArg.limit,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n resourceVersion: queryArg.resourceVersion,\n resourceVersionMatch: queryArg.resourceVersionMatch,\n sendInitialEvents: queryArg.sendInitialEvents,\n shardSelector: queryArg.shardSelector,\n timeoutSeconds: queryArg.timeoutSeconds,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepository: build.query<GetRepositoryApiResponse, GetRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepository: build.mutation<ReplaceRepositoryApiResponse, ReplaceRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'PUT',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deleteRepository: build.mutation<DeleteRepositoryApiResponse, DeleteRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'DELETE',\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n gracePeriodSeconds: queryArg.gracePeriodSeconds,\n ignoreStoreReadErrorWithClusterBreakingPotential: queryArg.ignoreStoreReadErrorWithClusterBreakingPotential,\n orphanDependents: queryArg.orphanDependents,\n propagationPolicy: queryArg.propagationPolicy,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n updateRepository: build.mutation<UpdateRepositoryApiResponse, UpdateRepositoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryFiles: build.query<GetRepositoryFilesApiResponse, GetRepositoryFilesApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryFilesWithPath: build.query<GetRepositoryFilesWithPathApiResponse, GetRepositoryFilesWithPathApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepositoryFilesWithPath: build.mutation<\n ReplaceRepositoryFilesWithPathApiResponse,\n ReplaceRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'PUT',\n body: queryArg.body,\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryFilesWithPath: build.mutation<\n CreateRepositoryFilesWithPathApiResponse,\n CreateRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'POST',\n body: queryArg.body,\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n deleteRepositoryFilesWithPath: build.mutation<\n DeleteRepositoryFilesWithPathApiResponse,\n DeleteRepositoryFilesWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/files/${queryArg.path}`,\n method: 'DELETE',\n params: {\n ref: queryArg.ref,\n message: queryArg.message,\n skipDryRun: queryArg.skipDryRun,\n originalPath: queryArg.originalPath,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryHistory: build.query<GetRepositoryHistoryApiResponse, GetRepositoryHistoryApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/history`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryHistoryWithPath: build.query<\n GetRepositoryHistoryWithPathApiResponse,\n GetRepositoryHistoryWithPathApiArg\n >({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/history/${queryArg.path}`,\n params: {\n ref: queryArg.ref,\n },\n }),\n providesTags: ['Repository'],\n }),\n getRepositoryJobs: build.query<GetRepositoryJobsApiResponse, GetRepositoryJobsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs` }),\n providesTags: ['Repository'],\n }),\n createRepositoryJobs: build.mutation<CreateRepositoryJobsApiResponse, CreateRepositoryJobsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs`, method: 'POST', body: queryArg.jobSpec }),\n invalidatesTags: ['Repository'],\n }),\n getRepositoryJobsWithPath: build.query<GetRepositoryJobsWithPathApiResponse, GetRepositoryJobsWithPathApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/jobs/${queryArg.uid}` }),\n providesTags: ['Repository'],\n }),\n getRepositoryRefs: build.query<GetRepositoryRefsApiResponse, GetRepositoryRefsApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/refs` }),\n providesTags: ['Repository'],\n }),\n getRepositoryRenderWithPath: build.query<\n GetRepositoryRenderWithPathApiResponse,\n GetRepositoryRenderWithPathApiArg\n >({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/render/${queryArg.guid}` }),\n providesTags: ['Repository'],\n }),\n getRepositoryResources: build.query<GetRepositoryResourcesApiResponse, GetRepositoryResourcesApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/resources` }),\n providesTags: ['Repository'],\n }),\n getRepositoryStatus: build.query<GetRepositoryStatusApiResponse, GetRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n params: {\n pretty: queryArg.pretty,\n },\n }),\n providesTags: ['Repository'],\n }),\n replaceRepositoryStatus: build.mutation<ReplaceRepositoryStatusApiResponse, ReplaceRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n method: 'PUT',\n body: queryArg.repository,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n updateRepositoryStatus: build.mutation<UpdateRepositoryStatusApiResponse, UpdateRepositoryStatusApiArg>({\n query: (queryArg) => ({\n url: `/repositories/${queryArg.name}/status`,\n method: 'PATCH',\n body: queryArg.patch,\n params: {\n pretty: queryArg.pretty,\n dryRun: queryArg.dryRun,\n fieldManager: queryArg.fieldManager,\n fieldValidation: queryArg.fieldValidation,\n force: queryArg.force,\n },\n }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryTest: build.mutation<CreateRepositoryTestApiResponse, CreateRepositoryTestApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/test`, method: 'POST', body: queryArg.body }),\n invalidatesTags: ['Repository'],\n }),\n createRepositoryWebhook: build.mutation<CreateRepositoryWebhookApiResponse, CreateRepositoryWebhookApiArg>({\n query: (queryArg) => ({ url: `/repositories/${queryArg.name}/webhook`, method: 'POST' }),\n invalidatesTags: ['Repository'],\n }),\n getFrontendSettings: build.query<GetFrontendSettingsApiResponse, GetFrontendSettingsApiArg>({\n query: () => ({ url: `/settings` }),\n providesTags: ['Provisioning', 'Repository'],\n }),\n getResourceStats: build.query<GetResourceStatsApiResponse, GetResourceStatsApiArg>({\n query: () => ({ url: `/stats` }),\n providesTags: ['Provisioning', 'Repository'],\n }),\n }),\n overrideExisting: false,\n });\nexport { injectedRtkApi as generatedAPI };\nexport type GetApiResourcesApiResponse = /** status 200 OK */ ApiResourceList;\nexport type GetApiResourcesApiArg = void;\nexport type ListConnectionApiResponse = /** status 200 OK */ ConnectionList;\nexport type ListConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateConnectionApiResponse = /** status 200 OK */\n | Connection\n | /** status 201 Created */ Connection\n | /** status 202 Accepted */ Connection;\nexport type CreateConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type DeletecollectionConnectionApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionConnectionApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetConnectionApiResponse = /** status 200 OK */ Connection;\nexport type GetConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceConnectionApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type ReplaceConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type DeleteConnectionApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateConnectionApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type UpdateConnectionApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type GetConnectionRepositoriesApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetConnectionRepositoriesApiArg = {\n /** name of the ExternalRepositoryList */\n name: string;\n};\nexport type GetConnectionStatusApiResponse = /** status 200 OK */ Connection;\nexport type GetConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceConnectionStatusApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type ReplaceConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n connection: Connection;\n};\nexport type UpdateConnectionStatusApiResponse = /** status 200 OK */ Connection | /** status 201 Created */ Connection;\nexport type UpdateConnectionStatusApiArg = {\n /** name of the Connection */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type ListJobApiResponse = /** status 200 OK */ JobList;\nexport type ListJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateJobApiResponse = /** status 200 OK */\n | Job\n | /** status 201 Created */ Job\n | /** status 202 Accepted */ Job;\nexport type CreateJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n job: Job;\n};\nexport type DeletecollectionJobApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionJobApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetJobApiResponse = /** status 200 OK */ Job;\nexport type GetJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceJobApiResponse = /** status 200 OK */ Job | /** status 201 Created */ Job;\nexport type ReplaceJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n job: Job;\n};\nexport type DeleteJobApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateJobApiResponse = /** status 200 OK */ Job | /** status 201 Created */ Job;\nexport type UpdateJobApiArg = {\n /** name of the Job */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type ListRepositoryApiResponse = /** status 200 OK */ RepositoryList;\nexport type ListRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n /** Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */\n watch?: boolean;\n};\nexport type CreateRepositoryApiResponse = /** status 200 OK */\n | Repository\n | /** status 201 Created */ Repository\n | /** status 202 Accepted */ Repository;\nexport type CreateRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type DeletecollectionRepositoryApiResponse = /** status 200 OK */ Status;\nexport type DeletecollectionRepositoryApiArg = {\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n \n This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */\n continue?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** A selector to restrict the list of returned objects by their fields. Defaults to everything. */\n fieldSelector?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** A selector to restrict the list of returned objects by their labels. Defaults to everything. */\n labelSelector?: string;\n /** limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n \n The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */\n limit?: number;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n /** resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersion?: string;\n /** resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.\n \n Defaults to unset */\n resourceVersionMatch?: string;\n /** `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n \n When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan\n is interpreted as \"data at least as new as the provided `resourceVersion`\"\n and the bookmark event is send when the state is synced\n to a `resourceVersion` at least as fresh as the one provided by the ListOptions.\n If `resourceVersion` is unset, this is interpreted as \"consistent read\" and the\n bookmark event is send when the state is synced at least to the moment\n when request started being processed.\n - `resourceVersionMatch` set to any other value or unset\n Invalid error is returned.\n \n Defaults to true if `resourceVersion=\"\"` or `resourceVersion=\"0\"` (for backward compatibility reasons) and to false otherwise. */\n sendInitialEvents?: boolean;\n /** shardSelector restricts the list of returned objects using a CEL-based shard selector expression. The format uses the shardRange() function combined with || (logical OR) to specify one or more hash ranges:\n \n shardRange(object.metadata.uid, '0x0', '0x8000000000000000')\n shardRange(object.metadata.uid, '0x0', '0x8000000000000000') || shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n \n Field paths use CEL-style object-rooted syntax (e.g. \"object.metadata.uid\"), NOT the fieldSelector format (\"metadata.uid\"). Currently supported paths:\n - object.metadata.uid\n - object.metadata.namespace\n \n hexStart and hexEnd are single-quoted CEL string literals with a '0x' prefix, defining the inclusive lower and exclusive upper bounds over the 64-bit FNV-1a hash space. The full range is [0x0, 0x10000000000000000), where the exclusive upper bound equals 2^64.\n \n Examples:\n 2-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x8000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x8000000000000000', '0x10000000000000000')\n 4-shard split:\n shard 0: shardRange(object.metadata.uid, '0x0000000000000000', '0x4000000000000000')\n shard 1: shardRange(object.metadata.uid, '0x4000000000000000', '0x8000000000000000')\n shard 2: shardRange(object.metadata.uid, '0x8000000000000000', '0xc000000000000000')\n shard 3: shardRange(object.metadata.uid, '0xc000000000000000', '0x10000000000000000')\n \n This is an alpha field and requires enabling the ShardedListAndWatch feature gate. */\n shardSelector?: string;\n /** Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */\n timeoutSeconds?: number;\n};\nexport type GetRepositoryApiResponse = /** status 200 OK */ Repository;\nexport type GetRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceRepositoryApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type ReplaceRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type DeleteRepositoryApiResponse = /** status 200 OK */ Status | /** status 202 Accepted */ Status;\nexport type DeleteRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */\n gracePeriodSeconds?: number;\n /** if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it */\n ignoreStoreReadErrorWithClusterBreakingPotential?: boolean;\n /** Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */\n orphanDependents?: boolean;\n /** Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */\n propagationPolicy?: string;\n};\nexport type UpdateRepositoryApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type UpdateRepositoryApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type GetRepositoryFilesApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetRepositoryFilesApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type GetRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type ReplaceRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type ReplaceRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n body: {\n [key: string]: any;\n };\n};\nexport type CreateRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type CreateRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n body: {\n [key: string]: any;\n };\n};\nexport type DeleteRepositoryFilesWithPathApiResponse = /** status 200 OK */ ResourceWrapper;\nexport type DeleteRepositoryFilesWithPathApiArg = {\n /** name of the ResourceWrapper */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n /** optional message sent with any changes */\n message?: string;\n /** do not pro-actively verify the payload */\n skipDryRun?: boolean;\n /** path of file to move (used with POST method for move operations). Must be same type as target path: file-to-file (e.g., 'some/a.json' -> 'c/d.json') or folder-to-folder (e.g., 'some/' -> 'new/') */\n originalPath?: string;\n};\nexport type GetRepositoryHistoryApiResponse = /** status 200 OK */ string;\nexport type GetRepositoryHistoryApiArg = {\n /** name of the HistoryList */\n name: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryHistoryWithPathApiResponse = /** status 200 OK */ string;\nexport type GetRepositoryHistoryWithPathApiArg = {\n /** name of the HistoryList */\n name: string;\n /** path to the resource */\n path: string;\n /** branch or commit hash */\n ref?: string;\n};\nexport type GetRepositoryJobsApiResponse = /** status 200 OK */ JobList;\nexport type GetRepositoryJobsApiArg = {\n /** name of the Repository */\n name: string;\n};\nexport type CreateRepositoryJobsApiResponse = /** status 200 OK */ Job;\nexport type CreateRepositoryJobsApiArg = {\n /** name of the Repository */\n name: string;\n jobSpec: JobSpec;\n};\nexport type GetRepositoryJobsWithPathApiResponse = /** status 200 OK */ Job;\nexport type GetRepositoryJobsWithPathApiArg = {\n /** name of the Repository */\n name: string;\n /** Original Job UID */\n uid: string;\n};\nexport type GetRepositoryRefsApiResponse = /** status 200 OK */ {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: any[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n};\nexport type GetRepositoryRefsApiArg = {\n /** name of the RefList */\n name: string;\n};\nexport type GetRepositoryRenderWithPathApiResponse = unknown;\nexport type GetRepositoryRenderWithPathApiArg = {\n /** name of the Repository */\n name: string;\n /** Image GUID */\n guid: string;\n};\nexport type GetRepositoryResourcesApiResponse = /** status 200 OK */ ResourceList;\nexport type GetRepositoryResourcesApiArg = {\n /** name of the ResourceList */\n name: string;\n};\nexport type GetRepositoryStatusApiResponse = /** status 200 OK */ Repository;\nexport type GetRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n};\nexport type ReplaceRepositoryStatusApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type ReplaceRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n repository: Repository;\n};\nexport type UpdateRepositoryStatusApiResponse = /** status 200 OK */ Repository | /** status 201 Created */ Repository;\nexport type UpdateRepositoryStatusApiArg = {\n /** name of the Repository */\n name: string;\n /** If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). */\n pretty?: string;\n /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */\n dryRun?: string;\n /** fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */\n fieldManager?: string;\n /** fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. */\n fieldValidation?: string;\n /** Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */\n force?: boolean;\n patch: Patch;\n};\nexport type CreateRepositoryTestApiResponse = /** status 200 OK */ TestResults;\nexport type CreateRepositoryTestApiArg = {\n /** name of the TestResults */\n name: string;\n body: {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: any;\n secure?: any;\n spec?: any;\n status?: any;\n };\n};\nexport type CreateRepositoryWebhookApiResponse = /** status 200 OK */ WebhookResponse;\nexport type CreateRepositoryWebhookApiArg = {\n /** name of the WebhookResponse */\n name: string;\n};\nexport type GetFrontendSettingsApiResponse = /** status 200 undefined */ RepositoryViewList;\nexport type GetFrontendSettingsApiArg = void;\nexport type GetResourceStatsApiResponse = /** status 200 undefined */ ResourceStats;\nexport type GetResourceStatsApiArg = void;\nexport type ApiResource = {\n /** categories is a list of the grouped resources this resource belongs to (e.g. 'all') */\n categories?: string[];\n /** group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\". */\n group?: string;\n /** kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') */\n kind: string;\n /** name is the plural name of the resource. */\n name: string;\n /** namespaced indicates if a resource is namespaced or not. */\n namespaced: boolean;\n /** shortNames is a list of suggested short names of the resource. */\n shortNames?: string[];\n /** singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. */\n singularName: string;\n /** The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. */\n storageVersionHash?: string;\n /** verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) */\n verbs: string[];\n /** version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\". */\n version?: string;\n};\nexport type ApiResourceList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** groupVersion is the group and version this APIResourceList is for. */\n groupVersion: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** resources contains the name of the resources and if they are namespaced. */\n resources: ApiResource[];\n};\nexport type Time = string;\nexport type FieldsV1 = object;\nexport type ManagedFieldsEntry = {\n /** APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted. */\n apiVersion?: string;\n /** FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\" */\n fieldsType?: string;\n /** FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type. */\n fieldsV1?: FieldsV1;\n /** Manager is an identifier of the workflow managing these fields. */\n manager?: string;\n /** Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'. */\n operation?: string;\n /** Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource. */\n subresource?: string;\n /** Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over. */\n time?: Time;\n};\nexport type OwnerReference = {\n /** API version of the referent. */\n apiVersion: string;\n /** If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. */\n blockOwnerDeletion?: boolean;\n /** If true, this reference points to the managing controller. */\n controller?: boolean;\n /** Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind: string;\n /** Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names */\n name: string;\n /** UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid: string;\n};\nexport type ObjectMeta = {\n /** Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations */\n annotations?: {\n [key: string]: string;\n };\n /** CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n \n Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */\n creationTimestamp?: Time;\n /** Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. */\n deletionGracePeriodSeconds?: number;\n /** DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n \n Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */\n deletionTimestamp?: Time;\n /** Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. */\n finalizers?: string[];\n /** GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n \n If this field is specified and the generated name exists, the server will return a 409.\n \n Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency */\n generateName?: string;\n /** A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. */\n generation?: number;\n /** Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels */\n labels?: {\n [key: string]: string;\n };\n /** ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object. */\n managedFields?: ManagedFieldsEntry[];\n /** Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names */\n name?: string;\n /** Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n \n Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces */\n namespace?: string;\n /** List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. */\n ownerReferences?: OwnerReference[];\n /** An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n \n Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency */\n resourceVersion?: string;\n /** Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. */\n selfLink?: string;\n /** UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n \n Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid?: string;\n};\nexport type InlineSecureValue =\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create?: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove?: boolean;\n }\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name?: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove?: boolean;\n }\n | {\n /** Create a secure value -- this is only used for POST/PUT */\n create?: string;\n /** Optionally when creating a secure value, you can pass a custom description. */\n description?: string;\n /** Name in the secret service (reference) */\n name?: string;\n /** Remove this value from the secure value map Values owned by this resource will be deleted if necessary */\n remove: boolean;\n };\nexport type ConnectionSecure = {\n /** ClientSecret is the reference to the secret used for other providers authentication, and Github on-behalf-of authentication. This value is stored securely and cannot be read back */\n clientSecret?: InlineSecureValue;\n /** PrivateKey is the reference to the private key used for GitHub App authentication. This value is stored securely and cannot be read back */\n privateKey?: InlineSecureValue;\n /** Token is the reference of the token used to act as the Connection. This value is stored securely and cannot be read back */\n token?: InlineSecureValue;\n};\nexport type BitbucketConnectionConfig = {\n /** App client ID */\n clientID: string;\n};\nexport type GitHubConnectionConfig = {\n /** GitHub App ID */\n appID: string;\n /** GitHub App installation ID */\n installationID: string;\n};\nexport type GitHubEnterpriseConnectionConfig = {\n /** GitHub App ID */\n appID: string;\n /** GitHub App installation ID */\n installationID: string;\n /** The GitHub Enterprise Server URL (e.g. `https://ghes.example.com`). */\n serverUrl: string;\n};\nexport type GitlabConnectionConfig = {\n /** App client ID */\n clientID: string;\n};\nexport type ConnectionWebhookConfig = {\n /** Disabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet. */\n disabled?: boolean;\n};\nexport type ConnectionSpec = {\n /** Bitbucket connection configuration Only applicable when provider is \"bitbucket\" */\n bitbucket?: BitbucketConnectionConfig;\n /** The connection description */\n description?: string;\n /** GitHub connection configuration Only applicable when provider is \"github\" */\n github?: GitHubConnectionConfig;\n /** GitHub Enterprise Server connection configuration Only applicable when provider is \"githubEnterprise\" */\n githubEnterprise?: GitHubEnterpriseConnectionConfig;\n /** Gitlab connection configuration Only applicable when provider is \"gitlab\" */\n gitlab?: GitlabConnectionConfig;\n /** The connection display name (shown in the UI) */\n title: string;\n /** The connection provider type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"` */\n type: 'bitbucket' | 'github' | 'githubEnterprise' | 'gitlab';\n /** The connection URL */\n url?: string;\n /** Webhook configuration for this connection */\n webhook?: ConnectionWebhookConfig;\n};\nexport type Condition = {\n /** lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. */\n lastTransitionTime: Time;\n /** message is a human readable message indicating details about the transition. This may be an empty string. */\n message: string;\n /** observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. */\n observedGeneration?: number;\n /** reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. */\n reason: string;\n /** status of the condition, one of True, False, Unknown. */\n status: string;\n /** type of condition in CamelCase or in foo.example.com/CamelCase. */\n type: string;\n};\nexport type ErrorDetails = {\n /** BadValue is the value of the field that was determined to be invalid, if applicable. This can be any type. This field is optional and may be omitted if not relevant. */\n badValue?: any;\n /** Detail provides a human-readable explanation of what went wrong. This message may be shown directly to users and should be actionable. */\n detail?: string;\n /** Field is the path to the field or JSON pointer that caused the error. This helps users and tools identify exactly where to correct the problem. This field is optional and may be empty if not applicable. */\n field?: string;\n /** Origin indicates where the error originated in validation, or the name of the external service that reported the error. This can be useful for tooling or debugging, and may reference a specific rule, function, or service. This field is optional and may be empty. */\n origin?: string;\n /** Type is a machine-readable description of the cause of the error. This is intended for programmatic handling and matches Kubernetes' CauseType values. */\n type: string;\n};\nexport type HealthStatus = {\n /** When the health was checked last time */\n checked?: number;\n /** The type of the error\n \n Possible enum values:\n - `\"health\"`\n - `\"hook\"` */\n error?: 'health' | 'hook';\n /** When not healthy, requests will not be executed */\n healthy: boolean;\n /** Summary messages (can be shown to users) Will only be populated when not healthy */\n message?: string[];\n};\nexport type ConnectionStatus = {\n /** Conditions represent the latest available observations of the connection's state. */\n conditions?: Condition[];\n /** FieldErrors are errors that occurred during validation of the connection spec. These errors are intended to help users identify and fix issues in the spec. */\n fieldErrors?: ErrorDetails[];\n /** The connection health status */\n health: HealthStatus;\n /** The generation of the spec last time reconciliation ran */\n observedGeneration: number;\n};\nexport type Connection = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n secure?: ConnectionSecure;\n spec?: ConnectionSpec;\n status?: ConnectionStatus;\n};\nexport type ListMeta = {\n /** continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. */\n continue?: string;\n /** remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. */\n remainingItemCount?: number;\n /** String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency */\n resourceVersion?: string;\n /** Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. */\n selfLink?: string;\n};\nexport type ConnectionList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Connection[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type StatusCause = {\n /** The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n \n Examples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\" */\n field?: string;\n /** A human-readable description of the cause of the error. This field may be presented as-is to a reader. */\n message?: string;\n /** A machine-readable description of the cause of the error. If this value is empty there is no information available. */\n reason?: string;\n};\nexport type StatusDetails = {\n /** The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. */\n causes?: StatusCause[];\n /** The group attribute of the resource associated with the status StatusReason. */\n group?: string;\n /** The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). */\n name?: string;\n /** If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. */\n retryAfterSeconds?: number;\n /** UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids */\n uid?: string;\n};\nexport type Status = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Suggested HTTP return code for this status, 0 if not set. */\n code?: number;\n /** Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. */\n details?: StatusDetails;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** A human-readable description of the status of this operation. */\n message?: string;\n /** Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n metadata?: ListMeta;\n /** A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. */\n reason?: string;\n /** Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status */\n status?: string;\n};\nexport type Patch = object;\nexport type ResourceRef = {\n /** Group is the group of the resource, such as \"dashboard.grafana.app\". */\n group?: string;\n /** Kind is the type of resource, for example, \"Dashboard\". */\n kind?: string;\n /** Name is the name of the resource, such as a dashboard UID. */\n name?: string;\n};\nexport type DeleteJobOptions = {\n /** Paths to be deleted. Examples: - dashboard.json (for a file) - a/b/c/other-dashboard.json (for a file) - nested/deep/ (for a directory) FIXME: we should validate this in admission hooks */\n paths?: string[];\n /** Ref to the branch or commit hash to delete from */\n ref?: string;\n /** Resources to delete This option has been created because currently the frontend does not use standarized app platform APIs. For performance and API consistency reasons, the preferred option is it to use the paths. */\n resources?: ResourceRef[];\n};\nexport type FixFolderMetadataJobOptions = {\n /** Ref to the branch to create the commit on (uses repository's default branch if not specified) */\n ref?: string;\n};\nexport type MigrateJobOptions = {\n /** GenerateNewFolderIDs writes a freshly generated identifier into each exported folder's metadata (_folder.json) instead of preserving the existing folder UID. The subsequent pull creates new folders rather than taking over the originals. Has no effect when folder metadata is not written. */\n generateNewFolderIDs?: boolean;\n /** Message to use when committing the changes in a single commit. Deprecated: set JobSpec.Message instead. This field is kept for backwards compatibility and is only used when JobSpec.Message is empty. */\n message?: string;\n /** Resources to migrate. When empty, every unmanaged resource in the namespace is migrated (legacy behavior). When non-empty, only the listed resources are exported to the repository — the folder hierarchy is still emitted so parent paths resolve, and the subsequent pull phase only takes ownership of those resources. Currently only unmanaged Dashboards are supported. */\n resources?: ResourceRef[];\n};\nexport type MoveJobOptions = {\n /** Paths to be deleted. Examples: - dashboard.json (for a file) - a/b/c/other-dashboard.json (for a file) - nested/deep/ (for a directory) FIXME: we should validate this in admission hooks */\n paths?: string[];\n /** Ref to the branch or commit hash that should move */\n ref?: string;\n /** Resources to move This option has been created because currently the frontend does not use standarized app platform APIs. For performance and API consistency reasons, the preferred option is it to use the paths. */\n resources?: ResourceRef[];\n /** Destination path for the move (e.g. \"new-location/\") */\n targetPath?: string;\n};\nexport type PullRequestJobOptions = {\n /** The specific commit hash that triggered this notice */\n hash?: string;\n /** Pull request number (when appropriate) */\n pr?: number;\n /** The branch of commit hash */\n ref?: string;\n /** URL to the originator (eg, PR URL) */\n url?: string;\n};\nexport type SyncJobOptions = {\n /** Incremental synchronization for versioned repositories */\n incremental: boolean;\n};\nexport type ExportJobOptions = {\n /** FIXME: we should validate this in admission hooks Target branch for export (only git) */\n branch?: string;\n /** The source folder (or empty) to export */\n folder?: string;\n /** GenerateNewFolderIDs writes a freshly generated identifier into each exported folder's metadata (_folder.json) instead of preserving the existing folder UID. Use this to produce a portable export that creates new folders on a subsequent sync rather than taking over the originals. Has no effect when folder metadata is not written. */\n generateNewFolderIDs?: boolean;\n /** Message to use when committing the changes in a single commit. Deprecated: set JobSpec.Message instead. This field is kept for backwards compatibility and is only used when JobSpec.Message is empty. */\n message?: string;\n /** FIXME: we should validate this in admission hooks Prefix in target file system */\n path?: string;\n /** Resources to export. When empty, every unmanaged resource in the namespace is exported (legacy behavior). When non-empty, only the listed resources are exported — the folder hierarchy is still emitted so parent paths resolve. Currently only unmanaged Dashboards are supported. */\n resources?: ResourceRef[];\n};\nexport type JobSpec = {\n /** Possible enum values:\n - `\"delete\"` deletes files in the remote repository\n - `\"deleteResources\"` deletes all resources managed by a repository that no longer exists or is stuck in Terminating state. This action has inverted validation: it is only allowed when the repository does not exist or has a DeletionTimestamp set.\n - `\"fixFolderMetadata\"` is a placeholder job that will eventually regenerate folder metadata files. Currently a no-op to unblock frontend development.\n - `\"migrate\"` acts like JobActionExport, then JobActionPull. It also tries to preserve the history.\n - `\"move\"` moves files in the remote repository\n - `\"pr\"` adds additional useful information to a PR, such as comments with preview links and rendered images.\n - `\"pull\"` replicates the remote branch in the local copy of the repository.\n - `\"push\"` replicates the local copy of the repository in the remote branch.\n - `\"releaseResources\"` removes ownership annotations from all resources managed by a repository that no longer exists or is stuck in Terminating state. Resources remain in Grafana but become unmanaged. This action has inverted validation: it is only allowed when the repository does not exist or has a DeletionTimestamp set. */\n action:\n | 'delete'\n | 'deleteResources'\n | 'fixFolderMetadata'\n | 'migrate'\n | 'move'\n | 'pr'\n | 'pull'\n | 'push'\n | 'releaseResources';\n /** Delete when the action is `delete` */\n delete?: DeleteJobOptions;\n /** Options when the action is `fix-folder-metadata` */\n fixFolderMetadata?: FixFolderMetadataJobOptions;\n /** Commit message for this job. Applies to job actions that produce commits (delete, move, migrate, push, fixFolderMetadata). When empty, the backend falls back to the action-specific message field (ExportJobOptions.Message, MigrateJobOptions.Message) for backwards compatibility, then to a built-in default. */\n message?: string;\n /** Required when the action is `migrate` */\n migrate?: MigrateJobOptions;\n /** Move when the action is `move` */\n move?: MoveJobOptions;\n /** Pull request options */\n pr?: PullRequestJobOptions;\n /** Required when the action is `pull` */\n pull?: SyncJobOptions;\n /** Required when the action is `push` */\n push?: ExportJobOptions;\n /** The the repository reference (for now also in labels) This value is required, but will be popuplated from the job making the request */\n repository?: string;\n};\nexport type JobResourceSummary = {\n create?: number;\n delete?: number;\n /** Create or update (export) */\n error?: number;\n /** Report errors/warnings for this resource type This may not be an exhaustive list and recommend looking at the logs for more info */\n errors?: string[];\n group?: string;\n kind?: string;\n /** No action required (useful for sync) */\n noop?: number;\n total?: number;\n update?: number;\n /** The error count */\n warning?: number;\n warnings?: string[];\n write?: number;\n};\nexport type RepositoryUrLs = {\n /** Compare this version to the target branch */\n compareURL?: string;\n /** A URL that will create a new pull request for this branch */\n newPullRequestURL?: string;\n /** A URL pointing to the repository this lives in */\n repositoryURL?: string;\n /** A URL pointing to the file or ref in the repository */\n sourceURL?: string;\n};\nexport type JobStatus = {\n errors?: string[];\n finished?: number;\n message?: string;\n /** Optional value 0-100 that can be set while running */\n progress?: number;\n started?: number;\n /** Possible enum values:\n - `\"error\"` Finished with errors\n - `\"pending\"` Job has been submitted, but not processed yet\n - `\"success\"` Finished with success\n - `\"warning\"` Finished with some non-critical errors\n - `\"working\"` The job is running */\n state?: 'error' | 'pending' | 'success' | 'warning' | 'working';\n /** Summary of processed actions */\n summary?: JobResourceSummary[];\n /** URLs contains URLs for the reference branch or commit if applicable. */\n url?: RepositoryUrLs;\n warnings?: string[];\n};\nexport type Job = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n spec?: JobSpec;\n status?: JobStatus;\n};\nexport type JobList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Job[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type SecureValues = {\n /** Private key used to sign commits the repository writes back. The format is selected by spec.commit.signingMethod. When unset, commits are unsigned. */\n commitSigningKey?: InlineSecureValue;\n /** Token used to connect the configured repository */\n token?: InlineSecureValue;\n /** Some webhooks (including github) require a secret key value */\n webhookSecret?: InlineSecureValue;\n};\nexport type BitbucketRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** TokenUser is the user that will be used to access the repository if it's a personal access token. */\n tokenUser?: string;\n /** The repository URL (e.g. `https://bitbucket.org/example/test`). */\n url?: string;\n};\nexport type BranchOptions = {\n /** When true, the branch name field in Save drawers is read-only. */\n enforceTemplate?: boolean;\n /** Template for the branch name created in branch workflow. Supports variables: {{action}}, {{resourceKind}}, {{title}}, {{userLogin}}, {{random}}. {{random}} is a 6-character alphanumeric token generated at render time to avoid collisions. The result is sanitised to a valid git ref (lowercase, alphanumeric + dashes, max 100 chars). When empty, the current auto-generated name is preserved. */\n nameTemplate?: string;\n};\nexport type CommitOptions = {\n /** When true, the Comment field in Save drawers is pre-filled from SingleResourceMessageTemplate and rendered read-only. */\n enforceTemplate?: boolean;\n /** Email used as the commit signer. Must match the signing key's identity and a verified email on the account where the matching public key is registered. When empty, defaults to \"noreply@grafana.com\". */\n signerEmail?: string;\n /** Name used as the commit signer. Required for the signing key's identity to match the commit, which providers need to mark commits as Verified. When empty, defaults to \"Grafana\". */\n signerName?: string;\n /** Method used to sign commits with the key in secure.commitSigningKey. One of \"gpg\", \"ssh\", or \"smime\". When empty, commits are not signed.\n \n Possible enum values:\n - `\"gpg\"`\n - `\"smime\"`\n - `\"ssh\"` */\n signingMethod?: 'gpg' | 'smime' | 'ssh';\n /** Template for commit messages produced by single-resource UI operations (dashboard save/delete/move, folder create/rename/delete). Bulk operations and sync jobs are out of scope and build their own messages. Supports variables: {{action}}, {{resourceKind}}, {{resourceID}}, {{title}}, {{userName}}, {{userLogin}}, {{userEmail}}. When empty, a built-in default is used (e.g. \"Save dashboard: <title>\"). */\n singleResourceMessageTemplate?: string;\n /** PEM-encoded X.509 certificate paired with secure.commitSigningKey when signingMethod is \"smime\". This is public (not a secret) and is embedded in the commit signature. Unused for the gpg and ssh formats. */\n smimeCertificate?: string;\n};\nexport type ConnectionInfo = {\n name: string;\n};\nexport type GitRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** TokenUser is the user that will be used to access the repository if it's a personal access token. */\n tokenUser?: string;\n /** The repository URL (e.g. `https://github.com/example/test`). */\n url?: string;\n};\nexport type GitHubRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Whether we should show dashboard previews for pull requests. By default, this is false (i.e. we will not create previews). */\n generateDashboardPreviews?: boolean;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** The repository URL (e.g. `https://github.com/example/test`). */\n url?: string;\n};\nexport type GitHubEnterpriseRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Whether we should show dashboard previews for pull requests. */\n generateDashboardPreviews?: boolean;\n /** Path is the subdirectory for the Grafana data inside the repository. */\n path?: string;\n /** The GitHub Enterprise Server URL (e.g. `https://ghes.example.com`). */\n serverUrl?: string;\n /** The repository URL on the GHES server (e.g. `https://ghes.example.com/example/test`). */\n url?: string;\n};\nexport type GitLabRepositoryConfig = {\n /** The branch to use in the repository. */\n branch: string;\n /** Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n \n When specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found. */\n path?: string;\n /** The repository URL (e.g. `https://gitlab.com/example/test`). */\n url?: string;\n};\nexport type LocalRepositoryConfig = {\n path?: string;\n};\nexport type PullRequestOptions = {\n /** When true, the PR title field in Save drawers is read-only. */\n enforceTemplate?: boolean;\n /** Template for pull request titles. Supports the same variables as BranchOptions.NameTemplate ({{random}} is available but rarely useful here). When empty, the first line of the commit message is used. */\n titleTemplate?: string;\n};\nexport type SyncOptions = {\n /** Enabled must be saved as true before any sync job will run */\n enabled: boolean;\n /** The interval between sync runs. The system defines a default value for this field, which will overwrite the user-defined one in case the latter is zero or lower than the system-defined one. */\n intervalSeconds?: number;\n /** Where values should be saved\n \n Possible enum values:\n - `\"folder\"` Resources will be saved into a folder managed by this repository It will contain a copy of everything from the remote The folder k8s name will be the same as the repository k8s name\n - `\"folderless\"` Resources are saved at the top level without a wrapper folder. Like `folder`, multiple `folderless` repositories may coexist with each other, with `folder` repositories, and with unprovisioned resources. Unlike `folder`, no repo-named container folder is created: files at the repository path root become top-level resources and subdirectories become top-level folders. Ownership is tracked per-resource via manager annotations rather than by folder containment.\n - `\"instance\"` Resources are saved in the global context Only one repository may specify the `instance` target When this exists, the UI will promote writing to the instance repo rather than the grafana database (where possible) */\n target: 'folder' | 'folderless' | 'instance';\n};\nexport type WebhookConfig = {\n /** Base URL of the Grafana instance used to construct the webhook endpoint registered with the external Git provider. Only the base URL should be provided (e.g. `https://grafana.example.com`); the API path, namespace, and resource name are appended automatically. Trailing slashes are stripped. Must be a valid HTTP or HTTPS URL. */\n baseUrl?: string;\n /** Disabled turns off webhook integration for this repository. When true, Grafana will not register or receive webhook events from the Git provider and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet. */\n disabled?: boolean;\n};\nexport type RepositorySpec = {\n /** The repository on Bitbucket. Mutually exclusive with local | github | git. */\n bitbucket?: BitbucketRepositoryConfig;\n /** Branch naming options. Only meaningful when Workflows includes \"branch\". */\n branch?: BranchOptions;\n /** Commit message options. Currently only contains the template used by single-resource UI operations; future siblings (bulk, sync) can live here. */\n commit?: CommitOptions;\n /** The connection the repository references. This means the Repository is interacting with git via a Connection. */\n connection?: ConnectionInfo;\n /** Repository description */\n description?: string;\n /** The repository on Git. Mutually exclusive with local | github | git. */\n git?: GitRepositoryConfig;\n /** The repository on GitHub. Mutually exclusive with local | github | git. */\n github?: GitHubRepositoryConfig;\n /** The repository on a self-managed GitHub Enterprise Server (GHES). Mutually exclusive with local | github | git. */\n githubEnterprise?: GitHubEnterpriseRepositoryConfig;\n /** The repository on GitLab. Mutually exclusive with local | github | git. */\n gitlab?: GitLabRepositoryConfig;\n /** The repository on the local file system. Mutually exclusive with local | github. */\n local?: LocalRepositoryConfig;\n /** Pull request options. Only meaningful when Workflows includes \"branch\". */\n pullRequest?: PullRequestOptions;\n /** Sync settings -- how values are pulled from the repository into grafana */\n sync: SyncOptions;\n /** The repository display name (shown in the UI) */\n title: string;\n /** The repository type. When selected oneOf the values below should be non-nil\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n /** Webhook settings for the repository. When specified, the base URL overrides the auto-detected Grafana public URL used to register webhooks with the external Git provider. */\n webhook?: WebhookConfig;\n /** UI driven Workflow that allow changes to the contends of the repository. The order is relevant for defining the precedence of the workflows. When empty, the repository does not support any edits (eg, readonly) */\n workflows: ('branch' | 'write')[];\n};\nexport type QuotaStatus = {\n /** MaxRepositories is the maximum number of repositories allowed. 0 means unlimited. */\n maxRepositories?: number;\n /** MaxResourcesPerRepository is the maximum number of resources allowed per repository. 0 means unlimited. */\n maxResourcesPerRepository?: number;\n};\nexport type ResourceCount = {\n count: number;\n group: string;\n resource: string;\n};\nexport type SyncStatus = {\n /** When the sync job finished */\n finished?: number;\n /** Incremental synchronization for versioned repositories */\n incremental?: boolean;\n /** The ID for the job that ran this sync */\n job?: string;\n /** The repository ref when the last successful sync ran */\n lastRef?: string;\n /** Summary messages (will be shown to users) */\n message: string[];\n /** When the next sync check is scheduled */\n scheduled?: number;\n /** When the sync job started */\n started?: number;\n /** pending, running, success, error\n \n Possible enum values:\n - `\"error\"` Finished with errors\n - `\"pending\"` Job has been submitted, but not processed yet\n - `\"success\"` Finished with success\n - `\"warning\"` Finished with some non-critical errors\n - `\"working\"` The job is running */\n state: 'error' | 'pending' | 'success' | 'warning' | 'working';\n};\nexport type TokenStatus = {\n expiration?: number;\n lastUpdated?: number;\n};\nexport type WebhookStatus = {\n id?: number;\n lastEvent?: number;\n lastRotated?: number;\n subscribedEvents?: string[];\n url?: string;\n};\nexport type RepositoryStatus = {\n /** Conditions represent the latest available observations of the repository's state. */\n conditions?: Condition[];\n /** Error information during repository deletion (if any) */\n deleteError?: string;\n /** FieldErrors are errors that occurred during validation of the repository spec. These errors are intended to help users identify and fix issues in the spec. */\n fieldErrors?: ErrorDetails[];\n /** This will get updated with the current health status (and updated periodically) */\n health: HealthStatus;\n /** The generation of the spec last time reconciliation ran */\n observedGeneration: number;\n /** Quota contains the configured quota limits for this repository */\n quota?: QuotaStatus;\n /** The object count when sync last ran */\n stats?: ResourceCount[];\n /** Sync information with the last sync information */\n sync: SyncStatus;\n /** Token will get updated with current token information */\n token?: TokenStatus;\n /** Webhook Information (if applicable) */\n webhook: WebhookStatus;\n};\nexport type Repository = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ObjectMeta;\n secure?: SecureValues;\n spec?: RepositorySpec;\n status?: RepositoryStatus;\n};\nexport type RepositoryList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: Repository[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type ResourceRepositoryInfo = {\n /** The name (identifier) */\n name: string;\n /** The namespace this belongs to */\n namespace: string;\n /** The display name for this repository */\n title: string;\n /** The repository type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n};\nexport type Unstructured = {\n [key: string]: any;\n};\nexport type ResourceType = {\n /** For non-k8s native formats, what did this start as\n \n Possible enum values:\n - `\"access-control\"` Access control https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/access-control/sample.yaml\n - `\"alerting\"` Alert configuration https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/alerting/sample.yaml\n - `\"dashboard\"` Dashboard JSON\n - `\"datasources\"` Datasource definitions eg: https://github.com/grafana/grafana/blob/v11.3.1/conf/provisioning/datasources/sample.yaml */\n classic?: 'access-control' | 'alerting' | 'dashboard' | 'datasources';\n group?: string;\n kind?: string;\n resource?: string;\n version?: string;\n};\nexport type ResourceObjects = {\n /** The action required/used for dryRun\n \n Possible enum values:\n - `\"create\"`\n - `\"delete\"`\n - `\"move\"`\n - `\"update\"` */\n action?: 'create' | 'delete' | 'move' | 'update';\n /** The value returned from a dryRun request */\n dryRun?: Unstructured;\n /** The same value, currently saved in the grafana database */\n existing?: Unstructured;\n /** The resource from the repository with all modifications applied eg, the name, folder etc will all be applied to this object */\n file?: Unstructured;\n /** The identified type for this object */\n type: ResourceType;\n /** For write events, this will return the value that was added or updated */\n upsert?: Unstructured;\n};\nexport type ResourceWrapper = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** If errors exist, show them here */\n errors?: string[];\n /** The repo hash value */\n hash?: string;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Path to the remote file */\n path?: string;\n /** The request ref (or branch if exists) */\n ref?: string;\n /** Basic repository info */\n repository: ResourceRepositoryInfo;\n /** Different flavors of the same object */\n resource: ResourceObjects;\n /** The modified time in the remote file system */\n timestamp?: Time;\n /** Typed links for this file (only supported by external systems, github etc) */\n urls?: RepositoryUrLs;\n};\nexport type ResourceListItem = {\n folder?: string;\n group: string;\n /** the k8s identifier */\n hash: string;\n name: string;\n path: string;\n resource: string;\n time?: number;\n title?: string;\n};\nexport type ResourceList = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n items: ResourceListItem[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n metadata?: ListMeta;\n};\nexport type TestResults = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** HTTP status code */\n code: number;\n /** Field related errors */\n errors?: ErrorDetails[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Is the connection healthy */\n success: boolean;\n};\nexport type WebhookResponse = {\n /** Optional message */\n added?: string;\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** HTTP Status code 200 implies that the payload was understood but nothing is required 202 implies that an async job has been scheduled to handle the request */\n code?: number;\n /** Jobs to be processed When the response is 202 (Accepted) the queued jobs will be returned */\n job?: JobSpec;\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n};\nexport type SupportedResource = {\n /** Disabled reports whether the resource is declared but not acted on by provisioning. Active resources omit this field. */\n disabled?: boolean;\n /** Group is the API group of the resource (e.g. \"dashboard.grafana.app\"). */\n group: string;\n /** Kind is the kind of the resource (e.g. \"Dashboard\"). */\n kind: string;\n};\nexport type RepositoryView = {\n /** For git, this is the target branch */\n branch?: string;\n /** Branch naming options. Mirrors spec.branch. Exposed under `branchOptions` rather than `branch` because the view already uses `branch` for the git target branch name. */\n branchOptions?: BranchOptions;\n /** Commit message options. Mirrors the same-named field on the repository spec. */\n commit?: CommitOptions;\n /** The k8s name for this repository */\n name: string;\n /** For git, this is the target path */\n path?: string;\n /** Pull request options. Mirrors the same-named field on the repository spec. */\n pullRequest?: PullRequestOptions;\n /** When syncing, where values are saved\n \n Possible enum values:\n - `\"folder\"` Resources will be saved into a folder managed by this repository It will contain a copy of everything from the remote The folder k8s name will be the same as the repository k8s name\n - `\"folderless\"` Resources are saved at the top level without a wrapper folder. Like `folder`, multiple `folderless` repositories may coexist with each other, with `folder` repositories, and with unprovisioned resources. Unlike `folder`, no repo-named container folder is created: files at the repository path root become top-level resources and subdirectories become top-level folders. Ownership is tracked per-resource via manager annotations rather than by folder containment.\n - `\"instance\"` Resources are saved in the global context Only one repository may specify the `instance` target When this exists, the UI will promote writing to the instance repo rather than the grafana database (where possible) */\n target: 'folder' | 'folderless' | 'instance';\n /** Repository display */\n title: string;\n /** The repository type\n \n Possible enum values:\n - `\"bitbucket\"`\n - `\"git\"`\n - `\"github\"`\n - `\"githubEnterprise\"`\n - `\"gitlab\"`\n - `\"local\"` */\n type: 'bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local';\n /** For git, this is the target URL */\n url?: string;\n /** The supported workflows */\n workflows: ('branch' | 'write')[];\n};\nexport type RepositoryViewList = {\n /** Whether image rendering is allowed for dashboard previews */\n allowImageRendering: boolean;\n /** The valid targets (can disable instance or folder types) */\n allowedTargets?: ('folder' | 'folderless' | 'instance')[];\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** AvailableRepositoryTypes is the list of repository types supported in this instance (e.g. git, bitbucket, github, etc) */\n availableRepositoryTypes?: ('bitbucket' | 'git' | 'github' | 'githubEnterprise' | 'gitlab' | 'local')[];\n /** AvailableResources is the list of resource types declared for provisioning in this instance, including disabled ones (see SupportedResource.Disabled). */\n availableResources?: SupportedResource[];\n items: RepositoryView[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** MaxRepositories is the maximum number of repositories allowed per namespace (0 = unlimited) */\n maxRepositories: number;\n};\nexport type ManagerStats = {\n /** Manager identity */\n id?: string;\n /** Manager kind */\n kind?: string;\n /** stats */\n stats: ResourceCount[];\n};\nexport type ResourceStats = {\n /** APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources */\n apiVersion?: string;\n /** Stats across all unified storage When legacy storage is still used, this will offer a shim */\n instance?: ResourceCount[];\n /** Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */\n kind?: string;\n /** Stats for each manager */\n managed?: ManagerStats[];\n metadata?: any;\n /** Stats across all unified storage When legacy storage is still used, this will offer a shim */\n unmanaged?: ResourceCount[];\n};\nexport const {\n useGetApiResourcesQuery,\n useLazyGetApiResourcesQuery,\n useListConnectionQuery,\n useLazyListConnectionQuery,\n useCreateConnectionMutation,\n useDeletecollectionConnectionMutation,\n useGetConnectionQuery,\n useLazyGetConnectionQuery,\n useReplaceConnectionMutation,\n useDeleteConnectionMutation,\n useUpdateConnectionMutation,\n useGetConnectionRepositoriesQuery,\n useLazyGetConnectionRepositoriesQuery,\n useGetConnectionStatusQuery,\n useLazyGetConnectionStatusQuery,\n useReplaceConnectionStatusMutation,\n useUpdateConnectionStatusMutation,\n useListJobQuery,\n useLazyListJobQuery,\n useCreateJobMutation,\n useDeletecollectionJobMutation,\n useGetJobQuery,\n useLazyGetJobQuery,\n useReplaceJobMutation,\n useDeleteJobMutation,\n useUpdateJobMutation,\n useListRepositoryQuery,\n useLazyListRepositoryQuery,\n useCreateRepositoryMutation,\n useDeletecollectionRepositoryMutation,\n useGetRepositoryQuery,\n useLazyGetRepositoryQuery,\n useReplaceRepositoryMutation,\n useDeleteRepositoryMutation,\n useUpdateRepositoryMutation,\n useGetRepositoryFilesQuery,\n useLazyGetRepositoryFilesQuery,\n useGetRepositoryFilesWithPathQuery,\n useLazyGetRepositoryFilesWithPathQuery,\n useReplaceRepositoryFilesWithPathMutation,\n useCreateRepositoryFilesWithPathMutation,\n useDeleteRepositoryFilesWithPathMutation,\n useGetRepositoryHistoryQuery,\n useLazyGetRepositoryHistoryQuery,\n useGetRepositoryHistoryWithPathQuery,\n useLazyGetRepositoryHistoryWithPathQuery,\n useGetRepositoryJobsQuery,\n useLazyGetRepositoryJobsQuery,\n useCreateRepositoryJobsMutation,\n useGetRepositoryJobsWithPathQuery,\n useLazyGetRepositoryJobsWithPathQuery,\n useGetRepositoryRefsQuery,\n useLazyGetRepositoryRefsQuery,\n useGetRepositoryRenderWithPathQuery,\n useLazyGetRepositoryRenderWithPathQuery,\n useGetRepositoryResourcesQuery,\n useLazyGetRepositoryResourcesQuery,\n useGetRepositoryStatusQuery,\n useLazyGetRepositoryStatusQuery,\n useReplaceRepositoryStatusMutation,\n useUpdateRepositoryStatusMutation,\n useCreateRepositoryTestMutation,\n useCreateRepositoryWebhookMutation,\n useGetFrontendSettingsQuery,\n useLazyGetFrontendSettingsQuery,\n useGetResourceStatsQuery,\n useLazyGetResourceStatsQuery,\n} = injectedRtkApi;\n"],"names":["api"],"mappings":"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"}