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

io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSASLSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.eventing.contrib.kafka.v1beta1;

import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface KafkaSASLSpecFluent> extends Fluent{
  public Boolean getEnable();
  public A withEnable(Boolean enable);
  public Boolean hasEnable();
  
  /**
   * This method has been deprecated, please use method buildPassword instead.
   * @return The buildable object.
   */
  @Deprecated
  public SecretValueFromSource getPassword();
  public SecretValueFromSource buildPassword();
  public A withPassword(SecretValueFromSource password);
  public Boolean hasPassword();
  public KafkaSASLSpecFluent.PasswordNested withNewPassword();
  public KafkaSASLSpecFluent.PasswordNested withNewPasswordLike(SecretValueFromSource item);
  public KafkaSASLSpecFluent.PasswordNested editPassword();
  public KafkaSASLSpecFluent.PasswordNested editOrNewPassword();
  public KafkaSASLSpecFluent.PasswordNested editOrNewPasswordLike(SecretValueFromSource item);
  
  /**
   * This method has been deprecated, please use method buildType instead.
   * @return The buildable object.
   */
  @Deprecated
  public SecretValueFromSource getType();
  public SecretValueFromSource buildType();
  public A withType(SecretValueFromSource type);
  public Boolean hasType();
  public KafkaSASLSpecFluent.TypeNested withNewType();
  public KafkaSASLSpecFluent.TypeNested withNewTypeLike(SecretValueFromSource item);
  public KafkaSASLSpecFluent.TypeNested editType();
  public KafkaSASLSpecFluent.TypeNested editOrNewType();
  public KafkaSASLSpecFluent.TypeNested editOrNewTypeLike(SecretValueFromSource item);
  
  /**
   * This method has been deprecated, please use method buildUser instead.
   * @return The buildable object.
   */
  @Deprecated
  public SecretValueFromSource getUser();
  public SecretValueFromSource buildUser();
  public A withUser(SecretValueFromSource user);
  public Boolean hasUser();
  public KafkaSASLSpecFluent.UserNested withNewUser();
  public KafkaSASLSpecFluent.UserNested withNewUserLike(SecretValueFromSource item);
  public KafkaSASLSpecFluent.UserNested editUser();
  public KafkaSASLSpecFluent.UserNested editOrNewUser();
  public KafkaSASLSpecFluent.UserNested editOrNewUserLike(SecretValueFromSource item);
  public A withEnable();
  public interface PasswordNested extends Nested,SecretValueFromSourceFluent>{
    public N and();
    public N endPassword();
    
  }
  public interface TypeNested extends Nested,SecretValueFromSourceFluent>{
    public N and();
    public N endType();
    
  }
  public interface UserNested extends Nested,SecretValueFromSourceFluent>{
    public N and();
    public N endUser();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy