Package org.openrewrite.kubernetes.tree
Class K8S.Service
java.lang.Object
org.openrewrite.kubernetes.tree.K8S.Service
- All Implemented Interfaces:
K8S
- 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 booleaninExternalIPs(org.openrewrite.Cursor cursor) static booleaninServiceSpec(org.openrewrite.Cursor cursor) static booleanisServiceSpec(org.openrewrite.Cursor cursor)
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
isServiceSpec
public static boolean isServiceSpec(org.openrewrite.Cursor cursor) -
inServiceSpec
public static boolean inServiceSpec(org.openrewrite.Cursor cursor) -
inExternalIPs
public static boolean inExternalIPs(org.openrewrite.Cursor cursor)
-