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

annotations.me.snowdrop.istio.api.authentication.v1alpha1.PeerAuthenticationMethodFluent Maven / Gradle / Ivy

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

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

public interface PeerAuthenticationMethodFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildParams instead.
 * @return The buildable object.
 */
@Deprecated public me.snowdrop.istio.api.authentication.v1alpha1.PeerAuthenticationMethod.Params getParams();
    public me.snowdrop.istio.api.authentication.v1alpha1.PeerAuthenticationMethod.Params buildParams();
    public A withParams(me.snowdrop.istio.api.authentication.v1alpha1.PeerAuthenticationMethod.Params params);
    public Boolean hasParams();
    public A withJwtParams(JwtParams jwtParams);
    public PeerAuthenticationMethodFluent.JwtParamsNested withNewJwtParams();
    public PeerAuthenticationMethodFluent.JwtParamsNested withNewJwtParamsLike(JwtParams item);
    public A withMtlsParams(MtlsParams mtlsParams);
    public PeerAuthenticationMethodFluent.MtlsParamsNested withNewMtlsParams();
    public PeerAuthenticationMethodFluent.MtlsParamsNested withNewMtlsParamsLike(MtlsParams item);

    public interface JwtParamsNested extends io.fabric8.kubernetes.api.builder.Nested,JwtParamsFluent>{

        
    public N and();    public N endJwtParams();
}
    public interface MtlsParamsNested extends io.fabric8.kubernetes.api.builder.Nested,MtlsParamsFluent>{

        
    public N and();    public N endMtlsParams();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy