Package org.openrewrite.kubernetes.tree
Class K8S.Ingress
java.lang.Object
org.openrewrite.kubernetes.tree.K8S.Ingress
- All Implemented Interfaces:
K8S,org.openrewrite.marker.Marker,org.openrewrite.Tree
- Enclosing interface:
- K8S
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.kubernetes.tree.K8S
K8S.Annotations, K8S.Containers, K8S.Ingress, K8S.InitContainers, K8S.Labels, K8S.Metadata, K8S.Pod, K8S.RBAC, K8S.Resource, K8S.ResourceLimits, K8S.Service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDisallowHttpConfigured(org.openrewrite.Cursor cursor) static booleanisTlsConfigured(org.openrewrite.Cursor cursor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
isAcceptableMethods inherited from interface org.openrewrite.Tree
accept, cast, getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, safeCast, withId
-
Constructor Details
-
Ingress
public Ingress()
-
-
Method Details
-
isTlsConfigured
public static boolean isTlsConfigured(org.openrewrite.Cursor cursor) -
isDisallowHttpConfigured
public static boolean isDisallowHttpConfigured(org.openrewrite.Cursor cursor)
-