mirror of
https://github.com/rancher/types.git
synced 2025-08-30 19:32:18 +00:00
Update AgentImage perms
This commit is contained in:
parent
05f0da1fe5
commit
704bb1871e
@ -52,7 +52,7 @@ type ClusterSpec struct {
|
||||
DisplayName string `json:"displayName"`
|
||||
Description string `json:"description"`
|
||||
Internal bool `json:"internal" norman:"nocreate,noupdate"`
|
||||
DesiredAgentImage string `json:"desiredAgentImage" norman:"nocreate,noupdate"`
|
||||
DesiredAgentImage string `json:"desiredAgentImage"`
|
||||
ImportedConfig *ImportedConfig `json:"importedConfig,omitempty" norman:"nocreate,noupdate"`
|
||||
GoogleKubernetesEngineConfig *GoogleKubernetesEngineConfig `json:"googleKubernetesEngineConfig,omitempty"`
|
||||
AzureKubernetesServiceConfig *AzureKubernetesServiceConfig `json:"azureKubernetesServiceConfig,omitempty"`
|
||||
|
@ -28,7 +28,7 @@ type condition struct {
|
||||
var transitioningMap = map[string]string{
|
||||
"Active": "activating",
|
||||
"AddonDeploy": "deploying",
|
||||
"AgentInstalled": "installing",
|
||||
"AgentDeployed": "installing",
|
||||
"Available": "activating",
|
||||
"BackingNamespaceCreated": "configuring",
|
||||
"ConfigOK": "configuring",
|
||||
|
Loading…
Reference in New Issue
Block a user