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

io.kubernetes.client.openapi.models.V1NetworkPolicyPortFluent 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 io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1NetworkPolicyPortFluent> extends Fluent{
  public Integer getEndPort();
  public A withEndPort(Integer endPort);
  public Boolean hasEndPort();
  public IntOrString getPort();
  public A withPort(IntOrString port);
  public Boolean hasPort();
  public A withNewPort(int value);
  public A withNewPort(String value);
  public String getProtocol();
  public A withProtocol(String protocol);
  public Boolean hasProtocol();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy