Class K8S.ResourceLimits

  • All Implemented Interfaces:
    K8S, org.openrewrite.marker.Marker, org.openrewrite.Tree
    Enclosing interface:
    K8S

    public static class K8S.ResourceLimits
    extends java.lang.Object
    implements K8S
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceLimits()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean inLimits​(java.lang.String type, org.openrewrite.Cursor cursor)  
      static boolean inRequests​(java.lang.String type, org.openrewrite.Cursor cursor)  
      static boolean inResources​(org.openrewrite.Cursor cursor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openrewrite.marker.Marker

        isAcceptable
      • Methods inherited from interface org.openrewrite.Tree

        accept, getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed, withId
    • Constructor Detail

      • ResourceLimits

        public ResourceLimits()
    • Method Detail

      • inResources

        public static boolean inResources​(org.openrewrite.Cursor cursor)
      • inLimits

        public static boolean inLimits​(java.lang.String type,
                                       org.openrewrite.Cursor cursor)
      • inRequests

        public static boolean inRequests​(java.lang.String type,
                                         org.openrewrite.Cursor cursor)