| Modifier and Type | Field and Description |
|---|---|
static NetworkPlugin |
NetworkPlugin.AZURE
Static value azure for NetworkPlugin.
|
static NetworkPlugin |
NetworkPlugin.KUBENET
Static value kubenet for NetworkPlugin.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkPlugin |
NetworkPlugin.fromString(String name)
Creates or finds a NetworkPlugin from its string representation.
|
NetworkPlugin |
ContainerServiceNetworkProfile.networkPlugin()
Get network plugin used for building Kubernetes network.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<NetworkPlugin> |
NetworkPlugin.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set network plugin used for building Kubernetes network.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin(NetworkPlugin networkPlugin)
Specifies the network plugin type to be used for building the Kubernetes network.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/