Uses of Class
io.fabric8.kubernetes.api.model.NamedCluster
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of NamedCluster in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NamedCluster Modifier and Type Method Description NamedClusterNamedClusterBuilder. build()NamedClusterConfigFluent. buildCluster(int index)NamedClusterConfigFluentImpl. buildCluster(int index)NamedClusterConfigFluent. buildFirstCluster()NamedClusterConfigFluentImpl. buildFirstCluster()NamedClusterConfigFluent. buildLastCluster()NamedClusterConfigFluentImpl. buildLastCluster()NamedClusterConfigFluent. buildMatchingCluster(Predicate<NamedClusterBuilder> predicate)NamedClusterConfigFluentImpl. buildMatchingCluster(Predicate<NamedClusterBuilder> predicate)NamedClusterDoneableNamedCluster. done()Methods in io.fabric8.kubernetes.api.model that return types with arguments of type NamedCluster Modifier and Type Method Description List<NamedCluster>ConfigFluent. buildClusters()List<NamedCluster>ConfigFluentImpl. buildClusters()List<NamedCluster>Config. getClusters()List<NamedCluster>ConfigFluent. getClusters()Deprecated.List<NamedCluster>ConfigFluentImpl. getClusters()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NamedCluster Modifier and Type Method Description AConfigFluent. addAllToClusters(Collection<NamedCluster> items)AConfigFluentImpl. addAllToClusters(Collection<NamedCluster> items)AConfigFluent. removeAllFromClusters(Collection<NamedCluster> items)AConfigFluentImpl. removeAllFromClusters(Collection<NamedCluster> items)voidConfig. setClusters(List<NamedCluster> clusters)AConfigFluent. withClusters(List<NamedCluster> clusters)AConfigFluentImpl. withClusters(List<NamedCluster> clusters)Constructors in io.fabric8.kubernetes.api.model with parameters of type NamedCluster Constructor Description DoneableNamedCluster(NamedCluster item)DoneableNamedCluster(NamedCluster item, Function<NamedCluster,NamedCluster> function)NamedClusterBuilder(NamedCluster instance)NamedClusterBuilder(NamedClusterFluent<?> fluent, NamedCluster instance)NamedClusterBuilder(NamedClusterFluent<?> fluent, NamedCluster instance, Boolean validationEnabled)NamedClusterBuilder(NamedCluster instance, Boolean validationEnabled)NamedClusterFluentImpl(NamedCluster instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NamedCluster Constructor Description Config(String apiVersion, List<NamedCluster> clusters, List<NamedContext> contexts, String currentContext, List<NamedExtension> extensions, String kind, Preferences preferences, List<NamedAuthInfo> users)DoneableNamedCluster(Function<NamedCluster,NamedCluster> function)DoneableNamedCluster(Function<NamedCluster,NamedCluster> function)DoneableNamedCluster(NamedCluster item, Function<NamedCluster,NamedCluster> function)DoneableNamedCluster(NamedCluster item, Function<NamedCluster,NamedCluster> function)