public interface IngressControllerDetector
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIngressClass()
Returns whether IngressClass for corresponding controller is installed in cluster
|
boolean |
hasPermissions()
Returns boolean value whether currently logged user has got enough permissions to
check for current IngressController implementation
|
default boolean |
isDetected()
Returns boolean value whether Ingress Controller is running in Kubernetes Cluster
|
boolean |
isIngressControllerReady()
Is Ingress Controller pod running in the cluster
|
default boolean isDetected()
boolean hasIngressClass()
boolean isIngressControllerReady()
boolean hasPermissions()
Copyright © 2024. All rights reserved.