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