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

me.snowdrop.istio.api.authentication.v1alpha1.JwtParamsFluent Maven / Gradle / Ivy

package me.snowdrop.istio.api.authentication.v1alpha1;

import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.Deprecated;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Boolean;

public interface JwtParamsFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildJwt instead.
 * @return The buildable object.
 */
@Deprecated public Jwt getJwt();
    public Jwt buildJwt();
    public A withJwt(Jwt jwt);
    public Boolean hasJwt();
    public JwtParamsFluent.JwtNested withNewJwt();
    public JwtParamsFluent.JwtNested withNewJwtLike(Jwt item);
    public JwtParamsFluent.JwtNested editJwt();
    public JwtParamsFluent.JwtNested editOrNewJwt();
    public JwtParamsFluent.JwtNested editOrNewJwtLike(Jwt item);

    public interface JwtNested extends io.fabric8.kubernetes.api.builder.Nested,JwtFluent>{

        
    public N and();    public N endJwt();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy