You can find the installation instuctions in the link below.
Add metrics server components
kubectl apply -f https://raw.githubusercontent.com/redhat-et/ushift-workload/master/metrics-server/metrics-components.yaml
You can find the installation instuctions in the link below.
Add metrics server components
kubectl apply -f https://raw.githubusercontent.com/redhat-et/ushift-workload/master/metrics-server/metrics-components.yaml
| export abstract class PseudoORMInterface { | |
| getDataFromTable<T1, T2>(TableName: string, valuesKeysForGetting: string[], conditions?: string[] | null): T1; | |
| insertDataToTable(TableName: string); | |
| updateDataToTable<T2>(Data:T2, TableName: string, conditions?: string[] | null): boolean; | |
| deleteDataFromTable(TableName: string, conditions?: string[] | null); | |
| } | |
| export class PseudoORMImpl implements PseudoORMInterface { |
| // create file: | |
| sudo vim /usr/share/applications/intellij.desktop | |
| // add the following | |
| [Desktop Entry] | |
| Version=13.0 | |
| Type=Application | |
| Terminal=false | |
| Icon[en_US]=/home/rob/.intellij-13/bin/idea.png | |
| Name[en_US]=IntelliJ |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 ipv6only=on default_server; | |
| server_name splunk.net blog.splunk.net www.splunk.net .taddevries.com; | |
| access_log /var/log/nginx/blog.access_log main; | |
| error_log /var/log/nginx/blog.error_log info; | |
| return 301 https://blog.splunk.net; | |
| } | |
| server { |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| /* Copyright (C) 2009-2020, Nick Galko. All rights reserved. | |
| * | |
| * This file is part of the Nick Galko source-code | |
| * (https://galek.github.io/portfolio/). | |
| * | |
| * Your use and or redistribution of this software in source and / or | |
| * binary form, with or without modification, is subject to: (i) your | |
| * ongoing acceptance of and compliance with the terms and conditions of | |
| * the Nick Galko License Agreement; and (ii) your inclusion of this notice | |
| * in any version of this software that you use or redistribute. |
| /* Copyright (C) 2009-2020, Nick Galko. All rights reserved. | |
| * | |
| * This file is part of the Nick Galko source-code | |
| * (https://galek.github.io/portfolio/). | |
| * | |
| * Your use and or redistribution of this software in source and / or | |
| * binary form, with or without modification, is subject to: (i) your | |
| * ongoing acceptance of and compliance with the terms and conditions of | |
| * the Nick Galko License Agreement; and (ii) your inclusion of this notice | |
| * in any version of this software that you use or redistribute. |
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources xmlns:tools="http://schemas.android.com/tools"> | |
| <color name="message_status_icon_colors" tools:override="true">#c1262b</color> | |
| <color name="applozic_theme_color" tools:override="true">#c1262b</color> | |
| <color name="applozic_theme_color_primary" tools:override="true">#c1262b</color> | |
| <color name="applozic_theme_color_primary_dark" tools:override="true">#c1262b</color> | |
| <color name="applozic_theme_color_accent" tools:override="true">#c1262b</color> | |
| <color name="default_start_new_button_color" tools:override="true">#c1262b</color> | |
| </resources> |