mirror of
https://github.com/rancher/rke.git
synced 2025-09-04 08:24:28 +00:00
vendor update
This commit is contained in:
3
vendor/github.com/rancher/types/apis/management.cattle.io/v3/cluster_types.go
generated
vendored
3
vendor/github.com/rancher/types/apis/management.cattle.io/v3/cluster_types.go
generated
vendored
@@ -28,6 +28,9 @@ const (
|
||||
ClusterConditionconditionDefautlProjectCreated condition.Cond = "DefaultProjectCreated"
|
||||
// ClusterConditionDefaultNamespaceAssigned true when cluster's default namespace has been initially assigned
|
||||
ClusterConditionDefaultNamespaceAssigned condition.Cond = "DefaultNamespaceAssigned"
|
||||
// ClusterConditionSystemNamespacesAssigned true when cluster's system namespaces has been initially assigned to
|
||||
// a system project
|
||||
ClusterConditionSystemNamespacesAssigned condition.Cond = "SystemNamespacesAssigned"
|
||||
ClusterConditionAddonDeploy condition.Cond = "AddonDeploy"
|
||||
ClusterConditionSystemAccountCreated condition.Cond = "SystemAccountCreated"
|
||||
ClusterConditionAgentDeployed condition.Cond = "AgentDeployed"
|
||||
|
4
vendor/github.com/rancher/types/apis/management.cattle.io/v3/k8s_defaults.go
generated
vendored
4
vendor/github.com/rancher/types/apis/management.cattle.io/v3/k8s_defaults.go
generated
vendored
@@ -4,6 +4,8 @@ const (
|
||||
K8sV18 = "v1.8.10-rancher1-1"
|
||||
K8sV19 = "v1.9.5-rancher1-1"
|
||||
K8sV110 = "v1.10.0-rancher1-1"
|
||||
|
||||
MajorK8sV110 = "v1.10"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -16,7 +18,7 @@ var (
|
||||
|
||||
// K8sVersionServiceOptions - service options per k8s version
|
||||
K8sVersionServiceOptions = map[string]KubernetesServicesOptions{
|
||||
K8sV110: v110ServiceOptions,
|
||||
MajorK8sV110: v110ServiceOptions,
|
||||
}
|
||||
|
||||
// K8SVersionToSystemImages16 - images map for 1.6. Keeping it sepate in case we have to diverge
|
||||
|
Reference in New Issue
Block a user