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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

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

 /**
  * Generated
  */
public interface V1ServicePortFluent> extends Fluent{
  public String getAppProtocol();
  public A withAppProtocol(String appProtocol);
  public Boolean hasAppProtocol();
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  public Integer getNodePort();
  public A withNodePort(Integer nodePort);
  public Boolean hasNodePort();
  public Integer getPort();
  public A withPort(Integer port);
  public Boolean hasPort();
  public String getProtocol();
  public A withProtocol(String protocol);
  public Boolean hasProtocol();
  public IntOrString getTargetPort();
  public A withTargetPort(IntOrString targetPort);
  public Boolean hasTargetPort();
  public A withNewTargetPort(int value);
  public A withNewTargetPort(String value);
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy