Class KubeletImageGc


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.4.0")
    public class KubeletImageGc
    extends Object
    Kubelet image GC options
    • Constructor Detail

      • KubeletImageGc

        public KubeletImageGc()
    • Method Detail

      • getHighThreshold

        @Nullable
        public Long getHighThreshold()
        Get highThreshold minimum: 0
        Returns:
        highThreshold
      • setHighThreshold

        public void setHighThreshold​(Long highThreshold)
      • getLowThreshold

        @Nullable
        public Long getLowThreshold()
        Get lowThreshold minimum: 0
        Returns:
        lowThreshold
      • setLowThreshold

        public void setLowThreshold​(Long lowThreshold)
      • getMinAge

        @Nullable
        public String getMinAge()
        Get minAge
        Returns:
        minAge
      • setMinAge

        public void setMinAge​(String minAge)
      • equals

        public boolean equals​(Object o)
        Return true if this kubelet-image-gc object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toUrlQueryString

        public String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public String toUrlQueryString​(String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string