@podman-desktop/tests-playwright 1.25.0-next.202512121024-9b149ef → 1.25.0-next.202512121222-dd9b4f2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -96
- package/dist/index.js +679 -614
- package/dist/index.js.map +1 -1
- package/dist/{model/pages/resource-cli-card-page.d.ts → playwright.config.d.ts} +2 -3
- package/dist/tests/playwright/src/index.d.ts +96 -0
- package/dist/{model → tests/playwright/src/model}/components/dropdown-component.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/authentication-page.d.ts +11 -0
- package/dist/tests/playwright/src/model/pages/base-page.d.ts +6 -0
- package/dist/{model → tests/playwright/src/model}/pages/build-image-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/cli-tools-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/cluster-creation-base-page.d.ts +13 -0
- package/dist/tests/playwright/src/model/pages/command-palette.d.ts +7 -0
- package/dist/tests/playwright/src/model/pages/compose-onboarding/compose-failed-page.d.ts +6 -0
- package/dist/tests/playwright/src/model/pages/compose-onboarding/compose-local-install-page.d.ts +6 -0
- package/dist/tests/playwright/src/model/pages/compose-onboarding/compose-onboarding-page.d.ts +6 -0
- package/dist/tests/playwright/src/model/pages/compose-onboarding/compose-version-page.d.ts +7 -0
- package/dist/tests/playwright/src/model/pages/compose-onboarding/compose-wide-install-page.d.ts +6 -0
- package/dist/{model → tests/playwright/src/model}/pages/container-details-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/containers-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/create-kind-cluster-page.d.ts +16 -0
- package/dist/tests/playwright/src/model/pages/create-machine-page.d.ts +19 -0
- package/dist/tests/playwright/src/model/pages/create-network-page.d.ts +14 -0
- package/dist/tests/playwright/src/model/pages/create-pod-page.d.ts +12 -0
- package/dist/tests/playwright/src/model/pages/create-volume-page.d.ts +13 -0
- package/dist/{model → tests/playwright/src/model}/pages/dashboard-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/deploy-to-kubernetes-page.d.ts +2 -19
- package/dist/tests/playwright/src/model/pages/details-page.d.ts +16 -0
- package/dist/tests/playwright/src/model/pages/docker-compatibility-page.d.ts +12 -0
- package/dist/tests/playwright/src/model/pages/experimental-page.d.ts +12 -0
- package/dist/{model → tests/playwright/src/model}/pages/extension-card-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/extension-catalog-card-page.d.ts +14 -0
- package/dist/tests/playwright/src/model/pages/extension-details-page.d.ts +20 -0
- package/dist/{model → tests/playwright/src/model}/pages/extensions-page.d.ts +2 -19
- package/dist/{model → tests/playwright/src/model}/pages/forms/machine-creation-form.d.ts +4 -21
- package/dist/{model → tests/playwright/src/model}/pages/image-details-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/image-edit-page.d.ts +14 -0
- package/dist/{model → tests/playwright/src/model}/pages/images-page.d.ts +3 -20
- package/dist/tests/playwright/src/model/pages/kubernetes-bar.d.ts +13 -0
- package/dist/{model → tests/playwright/src/model}/pages/kubernetes-context-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/kubernetes-dashboard-page.d.ts +2 -19
- package/dist/tests/playwright/src/model/pages/kubernetes-resource-details-page.d.ts +18 -0
- package/dist/tests/playwright/src/model/pages/kubernetes-resource-page.d.ts +12 -0
- package/dist/{model → tests/playwright/src/model}/pages/main-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/network-details-page.d.ts +16 -0
- package/dist/{model → tests/playwright/src/model}/pages/networks-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/onboarding-page.d.ts +13 -0
- package/dist/tests/playwright/src/model/pages/podman-kube-play-page.d.ts +20 -0
- package/dist/tests/playwright/src/model/pages/podman-machine-details-page.d.ts +19 -0
- package/dist/tests/playwright/src/model/pages/podman-onboarding-page.d.ts +11 -0
- package/dist/tests/playwright/src/model/pages/pods-details-page.d.ts +23 -0
- package/dist/tests/playwright/src/model/pages/pods-page.d.ts +18 -0
- package/dist/tests/playwright/src/model/pages/preferences-page.d.ts +15 -0
- package/dist/tests/playwright/src/model/pages/proxy-page.d.ts +21 -0
- package/dist/{model → tests/playwright/src/model}/pages/pull-image-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/registries-page.d.ts +19 -0
- package/dist/tests/playwright/src/model/pages/resource-card-page.d.ts +11 -0
- package/dist/tests/playwright/src/model/pages/resource-cli-card-page.d.ts +3 -0
- package/dist/tests/playwright/src/model/pages/resource-connection-card-page.d.ts +16 -0
- package/dist/tests/playwright/src/model/pages/resource-details-page.d.ts +8 -0
- package/dist/tests/playwright/src/model/pages/resources-page.d.ts +10 -0
- package/dist/{model → tests/playwright/src/model}/pages/run-image-page.d.ts +2 -19
- package/dist/tests/playwright/src/model/pages/select-image-page.d.ts +18 -0
- package/dist/tests/playwright/src/model/pages/settings-bar.d.ts +19 -0
- package/dist/tests/playwright/src/model/pages/settings-page.d.ts +10 -0
- package/dist/{model → tests/playwright/src/model}/pages/tasks-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/troubleshooting-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/pages/volume-details-page.d.ts +10 -0
- package/dist/{model → tests/playwright/src/model}/pages/volumes-page.d.ts +1 -18
- package/dist/{model → tests/playwright/src/model}/pages/welcome-page.d.ts +1 -18
- package/dist/tests/playwright/src/model/workbench/navigation.d.ts +33 -0
- package/dist/tests/playwright/src/model/workbench/status-bar.d.ts +24 -0
- package/dist/{runner → tests/playwright/src/runner}/podman-desktop-runner.d.ts +2 -19
- package/dist/tests/playwright/src/special-specs/podman-remote/podman-remote.spec.d.ts +2 -0
- package/dist/tests/playwright/src/specs/builtin-extension-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/cancelable-task-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/cli-tools-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/compose-onboarding-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/container-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/docker-compatibility-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/extension-installation-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/extension-onboarding-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/image-manifest-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/image-push-to-registry-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/image-search.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/image-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kind.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kubernetes-context-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kubernetes-image-push.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kubernetes-networking.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kubernetes-status-bar-providers.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/kubernetes.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/network-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/pod-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/podman-compose-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/podman-extension-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/podman-kube-play-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/preferences.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/proxy-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/registry-image.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/registry.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/troubleshooting-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/volume-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/welcome-page-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/yaml-smoke.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/z-podman-machine-dashboard-onboarding.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/z-podman-machine-onboarding.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/z-podman-machine-resources.spec.d.ts +18 -0
- package/dist/tests/playwright/src/specs/z-podman-machine-tests.spec.d.ts +18 -0
- package/dist/{utility → tests/playwright/src/utility}/auth-utils.d.ts +1 -18
- package/dist/{utility → tests/playwright/src/utility}/cluster-operations.d.ts +5 -22
- package/dist/tests/playwright/src/utility/fixtures.d.ts +18 -0
- package/dist/{utility → tests/playwright/src/utility}/kubernetes.d.ts +3 -20
- package/dist/{utility → tests/playwright/src/utility}/operations.d.ts +4 -22
- package/dist/tests/playwright/src/utility/provider.d.ts +4 -0
- package/dist/{utility → tests/playwright/src/utility}/wait.d.ts +1 -18
- package/package.json +2 -1
- package/dist/model/pages/authentication-page.d.ts +0 -28
- package/dist/model/pages/base-page.d.ts +0 -23
- package/dist/model/pages/cluster-creation-base-page.d.ts +0 -30
- package/dist/model/pages/command-palette.d.ts +0 -24
- package/dist/model/pages/compose-onboarding/compose-failed-page.d.ts +0 -23
- package/dist/model/pages/compose-onboarding/compose-local-install-page.d.ts +0 -23
- package/dist/model/pages/compose-onboarding/compose-onboarding-page.d.ts +0 -23
- package/dist/model/pages/compose-onboarding/compose-version-page.d.ts +0 -24
- package/dist/model/pages/compose-onboarding/compose-wide-install-page.d.ts +0 -23
- package/dist/model/pages/create-kind-cluster-page.d.ts +0 -33
- package/dist/model/pages/create-machine-page.d.ts +0 -36
- package/dist/model/pages/create-network-page.d.ts +0 -31
- package/dist/model/pages/create-pod-page.d.ts +0 -29
- package/dist/model/pages/create-volume-page.d.ts +0 -30
- package/dist/model/pages/details-page.d.ts +0 -33
- package/dist/model/pages/docker-compatibility-page.d.ts +0 -29
- package/dist/model/pages/experimental-page.d.ts +0 -29
- package/dist/model/pages/extension-catalog-card-page.d.ts +0 -31
- package/dist/model/pages/extension-details-page.d.ts +0 -37
- package/dist/model/pages/image-edit-page.d.ts +0 -31
- package/dist/model/pages/kubernetes-bar.d.ts +0 -30
- package/dist/model/pages/kubernetes-resource-details-page.d.ts +0 -35
- package/dist/model/pages/kubernetes-resource-page.d.ts +0 -29
- package/dist/model/pages/network-details-page.d.ts +0 -33
- package/dist/model/pages/onboarding-page.d.ts +0 -30
- package/dist/model/pages/podman-kube-play-page.d.ts +0 -37
- package/dist/model/pages/podman-machine-details-page.d.ts +0 -36
- package/dist/model/pages/podman-onboarding-page.d.ts +0 -28
- package/dist/model/pages/pods-details-page.d.ts +0 -40
- package/dist/model/pages/pods-page.d.ts +0 -35
- package/dist/model/pages/preferences-page.d.ts +0 -32
- package/dist/model/pages/proxy-page.d.ts +0 -38
- package/dist/model/pages/registries-page.d.ts +0 -36
- package/dist/model/pages/resource-card-page.d.ts +0 -28
- package/dist/model/pages/resource-connection-card-page.d.ts +0 -33
- package/dist/model/pages/resource-details-page.d.ts +0 -25
- package/dist/model/pages/resources-page.d.ts +0 -27
- package/dist/model/pages/select-image-page.d.ts +0 -35
- package/dist/model/pages/settings-bar.d.ts +0 -36
- package/dist/model/pages/settings-page.d.ts +0 -27
- package/dist/model/pages/volume-details-page.d.ts +0 -27
- package/dist/model/workbench/navigation.d.ts +0 -50
- package/dist/model/workbench/status-bar.d.ts +0 -41
- package/dist/special-specs/podman-remote/podman-remote.spec.d.ts +0 -19
- package/dist/utility/fixtures.d.ts +0 -35
- package/dist/utility/provider.d.ts +0 -21
- /package/dist/{globalSetup → tests/playwright/src/globalSetup}/global-setup.d.ts +0 -0
- /package/dist/{model → tests/playwright/src/model}/core/extensions.d.ts +0 -0
- /package/dist/{model → tests/playwright/src/model}/core/operations.d.ts +0 -0
- /package/dist/{model → tests/playwright/src/model}/core/platforms.d.ts +0 -0
- /package/dist/{model → tests/playwright/src/model}/core/states.d.ts +0 -0
- /package/dist/{model → tests/playwright/src/model}/core/types.d.ts +0 -0
- /package/dist/{runner → tests/playwright/src/runner}/runner-options.d.ts +0 -0
- /package/dist/{setupFiles → tests/playwright/src/setupFiles}/setup-kind.d.ts +0 -0
- /package/dist/{setupFiles → tests/playwright/src/setupFiles}/setup-registry.d.ts +0 -0
- /package/dist/{special-specs → tests/playwright/src/special-specs}/installation/podman-installer.spec.d.ts +0 -0
- /package/dist/{special-specs → tests/playwright/src/special-specs}/installation/update-install.spec.d.ts +0 -0
- /package/dist/{special-specs → tests/playwright/src/special-specs}/managed-configuration/managed-configuration-no-predefined-settings.spec.d.ts +0 -0
- /package/dist/{special-specs → tests/playwright/src/special-specs}/managed-configuration/managed-configuration-user-settings.spec.d.ts +0 -0
- /package/dist/{special-specs → tests/playwright/src/special-specs}/ui-stress/ui-stress.spec.d.ts +0 -0
- /package/dist/{utility → tests/playwright/src/utility}/cleanup.d.ts +0 -0
- /package/dist/{utility → tests/playwright/src/utility}/platform.d.ts +0 -0
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2023 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*
|
|
16
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
-
***********************************************************************/
|
|
18
|
-
import type { Locator, Page } from '@playwright/test';
|
|
1
|
+
import { Locator, Page } from '@playwright/test';
|
|
19
2
|
import { BasePage } from './base-page';
|
|
20
3
|
import { DashboardPage } from './dashboard-page';
|
|
21
4
|
export declare class WelcomePage extends BasePage {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Locator, Page } from '@playwright/test';
|
|
2
|
+
import { ContainersPage } from '../pages/containers-page';
|
|
3
|
+
import { DashboardPage } from '../pages/dashboard-page';
|
|
4
|
+
import { ExtensionsPage } from '../pages/extensions-page';
|
|
5
|
+
import { ImagesPage } from '../pages/images-page';
|
|
6
|
+
import { KubernetesBar } from '../pages/kubernetes-bar';
|
|
7
|
+
import { NetworksPage } from '../pages/networks-page';
|
|
8
|
+
import { PodsPage } from '../pages/pods-page';
|
|
9
|
+
import { SettingsBar } from '../pages/settings-bar';
|
|
10
|
+
import { VolumesPage } from '../pages/volumes-page';
|
|
11
|
+
export declare class NavigationBar {
|
|
12
|
+
readonly page: Page;
|
|
13
|
+
readonly navigationLocator: Locator;
|
|
14
|
+
readonly imagesLink: Locator;
|
|
15
|
+
readonly containersLink: Locator;
|
|
16
|
+
readonly volumesLink: Locator;
|
|
17
|
+
readonly podsLink: Locator;
|
|
18
|
+
readonly dashboardLink: Locator;
|
|
19
|
+
readonly settingsLink: Locator;
|
|
20
|
+
readonly extensionsLink: Locator;
|
|
21
|
+
readonly kubernetesLink: Locator;
|
|
22
|
+
readonly networksLink: Locator;
|
|
23
|
+
constructor(page: Page);
|
|
24
|
+
openDashboard(): Promise<DashboardPage>;
|
|
25
|
+
openImages(): Promise<ImagesPage>;
|
|
26
|
+
openContainers(): Promise<ContainersPage>;
|
|
27
|
+
openPods(): Promise<PodsPage>;
|
|
28
|
+
openSettings(): Promise<SettingsBar>;
|
|
29
|
+
openVolumes(): Promise<VolumesPage>;
|
|
30
|
+
openKubernetes(): Promise<KubernetesBar>;
|
|
31
|
+
openExtensions(): Promise<ExtensionsPage>;
|
|
32
|
+
openNetworks(): Promise<NetworksPage>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Locator, Page } from '@playwright/test';
|
|
2
|
+
import { BasePage } from '../pages/base-page';
|
|
3
|
+
import { TasksPage } from '../pages/tasks-page';
|
|
4
|
+
export declare class StatusBar extends BasePage {
|
|
5
|
+
readonly content: Locator;
|
|
6
|
+
readonly kindInstallationButton: Locator;
|
|
7
|
+
readonly kubernetesContext: Locator;
|
|
8
|
+
readonly versionButton: Locator;
|
|
9
|
+
readonly updateButtonTitle: Locator;
|
|
10
|
+
readonly shareYourFeedbackButton: Locator;
|
|
11
|
+
readonly troubleshootingButton: Locator;
|
|
12
|
+
readonly tasksButton: Locator;
|
|
13
|
+
readonly helpButton: Locator;
|
|
14
|
+
readonly pinProvidersButton: Locator;
|
|
15
|
+
readonly pinMenu: Locator;
|
|
16
|
+
constructor(page: Page);
|
|
17
|
+
installKindCLI(): Promise<void>;
|
|
18
|
+
validateKubernetesContext(context: string): Promise<void>;
|
|
19
|
+
kindInstallationButtonIsVisible(): Promise<boolean>;
|
|
20
|
+
openTasksPage(): Promise<TasksPage>;
|
|
21
|
+
getProviderButton(providerName: string): Promise<Locator>;
|
|
22
|
+
pinProvider(providerName: string, pin: boolean): Promise<void>;
|
|
23
|
+
isProviderResourceRunning(providerName: string, resourceName: string): Promise<boolean>;
|
|
24
|
+
}
|
|
@@ -1,22 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*
|
|
16
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
-
***********************************************************************/
|
|
18
|
-
import type { ElectronApplication, JSHandle, Page } from '@playwright/test';
|
|
19
|
-
import type { BrowserWindow } from 'electron';
|
|
1
|
+
import { ElectronApplication, JSHandle, Page } from '@playwright/test';
|
|
2
|
+
import { BrowserWindow } from 'electron';
|
|
20
3
|
import { RunnerOptions } from './runner-options';
|
|
21
4
|
type WindowState = {
|
|
22
5
|
isVisible: boolean;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2023-2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2023-2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2023-2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2023-2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024-2025 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**********************************************************************
|
|
2
|
+
* Copyright (C) 2024 Red Hat, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*
|
|
16
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
17
|
+
***********************************************************************/
|
|
18
|
+
export {};
|