Class RetentionConfigFluent<A extends RetentionConfigFluent<A>>

    • Constructor Detail

      • RetentionConfigFluent

        public RetentionConfigFluent()
      • RetentionConfigFluent

        public RetentionConfigFluent​(RetentionConfig instance)
    • Method Detail

      • getBlockDuration

        public String getBlockDuration()
      • withBlockDuration

        public A withBlockDuration​(String blockDuration)
      • hasBlockDuration

        public boolean hasBlockDuration()
      • getDeleteDelay

        public String getDeleteDelay()
      • withDeleteDelay

        public A withDeleteDelay​(String deleteDelay)
      • hasDeleteDelay

        public boolean hasDeleteDelay()
      • getRetentionInLocal

        public String getRetentionInLocal()
      • withRetentionInLocal

        public A withRetentionInLocal​(String retentionInLocal)
      • hasRetentionInLocal

        public boolean hasRetentionInLocal()
      • getRetentionResolution1h

        public String getRetentionResolution1h()
      • withRetentionResolution1h

        public A withRetentionResolution1h​(String retentionResolution1h)
      • hasRetentionResolution1h

        public boolean hasRetentionResolution1h()
      • getRetentionResolution5m

        public String getRetentionResolution5m()
      • withRetentionResolution5m

        public A withRetentionResolution5m​(String retentionResolution5m)
      • hasRetentionResolution5m

        public boolean hasRetentionResolution5m()
      • getRetentionResolutionRaw

        public String getRetentionResolutionRaw()
      • withRetentionResolutionRaw

        public A withRetentionResolutionRaw​(String retentionResolutionRaw)
      • hasRetentionResolutionRaw

        public boolean hasRetentionResolutionRaw()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RetentionConfigFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RetentionConfigFluent<A>>