public static class KubeConfig.Builder extends Object
KubeConfig
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KubeConfig |
build() |
KubeConfig.Builder |
clusters(com.google.common.collect.ImmutableList<Object> clusters) |
KubeConfig.Builder |
contexts(com.google.common.collect.ImmutableList<Object> contexts) |
KubeConfig.Builder |
currentContext(String currentContext) |
KubeConfig.Builder |
users(com.google.common.collect.ImmutableList<Object> users) |
public KubeConfig.Builder currentContext(String currentContext)
public KubeConfig.Builder users(com.google.common.collect.ImmutableList<Object> users)
public KubeConfig.Builder contexts(com.google.common.collect.ImmutableList<Object> contexts)
public KubeConfig.Builder clusters(com.google.common.collect.ImmutableList<Object> clusters)
public KubeConfig build()
Copyright © 2016–2021 Google. All rights reserved.