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

io.kubernetes.client.openapi.models.V1ExternalDocumentationFluent Maven / Gradle / Ivy

package io.kubernetes.client.openapi.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1ExternalDocumentationFluent> extends Fluent{
  public String getDescription();
  public A withDescription(String description);
  public Boolean hasDescription();
  public String getUrl();
  public A withUrl(String url);
  public Boolean hasUrl();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy