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

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

There is a newer version: 1.7.1
Show newest version
package io.javaoperatorsdk.operator.sample;

public class WebServerSpec {

  private String html;

  public String getHtml() {
    return html;
  }

  public void setHtml(String html) {
    this.html = html;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy