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 { |
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