EgressEndpoint interface

EgressEndpoint represents the connection from a cloud services network to the specified endpoint for a common purpose.

Properties

category

The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.

endpoints

The list of endpoint dependencies.

Property Details

category

The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.

category: string

Property Value

string

endpoints

The list of endpoint dependencies.

endpoints: EndpointDependency[]

Property Value