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

me.snowdrop.istio.api.NullValueKindFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.istio.api;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Boolean;

public interface NullValueKindFluent> extends Fluent{


    public NullValue getNullValue();
    public A withNullValue(NullValue nullValue);
    public Boolean hasNullValue();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy