Interface OverheadFluent<A extends OverheadFluent<A>>

    • Method Detail

      • addToPodFixed

        A addToPodFixed​(String key,
                        io.fabric8.kubernetes.api.model.Quantity value)
      • addToPodFixed

        A addToPodFixed​(Map<String,​io.fabric8.kubernetes.api.model.Quantity> map)
      • removeFromPodFixed

        A removeFromPodFixed​(String key)
      • removeFromPodFixed

        A removeFromPodFixed​(Map<String,​io.fabric8.kubernetes.api.model.Quantity> map)
      • getPodFixed

        Map<String,​io.fabric8.kubernetes.api.model.Quantity> getPodFixed()
      • withPodFixed

        A withPodFixed​(Map<String,​io.fabric8.kubernetes.api.model.Quantity> podFixed)
      • hasPodFixed

        Boolean hasPodFixed()