All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.javaoperatorsdk.operator.sample.TomcatStatus Maven / Gradle / Ivy

package io.javaoperatorsdk.operator.sample;

public class TomcatStatus {

    private Integer readyReplicas = 0;

    public Integer getReadyReplicas() {
        return readyReplicas;
    }

    public void setReadyReplicas(Integer readyReplicas) {
        this.readyReplicas = readyReplicas;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy