Class CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>

    • Constructor Detail

      • CustomResourceSubresourceScaleFluent

        public CustomResourceSubresourceScaleFluent()
    • Method Detail

      • addToAdditionalProperties

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

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

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

        public String getLabelSelectorPath()
      • getSpecReplicasPath

        public String getSpecReplicasPath()
      • getStatusReplicasPath

        public String getStatusReplicasPath()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasLabelSelectorPath

        public boolean hasLabelSelectorPath()
      • hasSpecReplicasPath

        public boolean hasSpecReplicasPath()
      • hasStatusReplicasPath

        public boolean hasStatusReplicasPath()
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

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

        public A withLabelSelectorPath​(String labelSelectorPath)
      • withSpecReplicasPath

        public A withSpecReplicasPath​(String specReplicasPath)
      • withStatusReplicasPath

        public A withStatusReplicasPath​(String statusReplicasPath)