SystemApi
system API which providers information about the current system
Usage example:
const rancherVersion = this.$shell.system.rancherVersion;
console.log('Rancher Version:', rancherVersion);
Properties
gitCommit
gitCommit: string;
Git Commit for Rancher system running
isDevBuild
isDevBuild: boolean;
If Rancher system is a Dev build
isPrereleaseVersion
isPrereleaseVersion: boolean;
If Rancher system is a Pre-Release build/version
isRancherPrime
isRancherPrime: boolean;
If Rancher system running is Prime
kubernetesVersion
kubernetesVersion: string;
Rancher Kubernetes version
rancherVersion
rancherVersion: string;
Rancher version
uiVersion
uiVersion: string;
Rancher UI version
