Interface Scalable<T>

    • Method Detail

      • scale

        T scale​(int count)
        Scale the resource to given count
        Parameters:
        count - the desired instance count
        Returns:
        the resource
      • scale

        @Deprecated
        T scale​(int count,
                boolean wait)
        Deprecated.
        Scale the resource to given count
        Parameters:
        count - the desired instance count
        wait - if true, wait for the number of instances to exist - no guarantee is made as to readiness
        Returns:
        the resource
      • scale

        default io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale()
      • scale

        io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale​(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)