io.kubernetes.client.openapi.models.V1beta3FlowDistinguisherMethodFluent 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 V1beta3FlowDistinguisherMethodFluent> extends Fluent{
public String getType();
public A withType(String type);
public Boolean hasType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy