Get cluster namespace ingress details
Get detailed information for the Ingress in the specified cluster and namespace.
Path parameters
clusterIdstringRequired
namespaceNamestringRequired
ingressNamestringRequired
Responses
200
OK
*/*
creationTimestampstringOptionalExample:
2023-06-15 07:52:17deploymentstringOptionalExample:
Deployment information
{"apiVersion":"networking.k8s.io/v1"...deploymentYamlstringOptionalExample:
Deployment information(YAML)
apiVersion: v1 kind: Node metadata...endpointsstring[]OptionalExample:
Endpoint list
0.0.0.0namestringOptionalExample:
Ingress name
apinamespacestringOptionalExample:
namespace name
cocktail-systemget
/v1/clusters/{clusterId}/namespaces/{namespaceName}/ingresses/{ingressName}200
OK