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

annotations.io.alauda.kubernetes.api.model.CodeRepoBindingSpecFluent Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.builder.Fluent;
import io.alauda.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface CodeRepoBindingSpecFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildAccount instead.
 */
@Deprecated public CodeRepoBindingAccount getAccount();
    public CodeRepoBindingAccount buildAccount();
    public A withAccount(CodeRepoBindingAccount account);
    public Boolean hasAccount();
    public CodeRepoBindingSpecFluent.AccountNested withNewAccount();
    public CodeRepoBindingSpecFluent.AccountNested withNewAccountLike(CodeRepoBindingAccount item);
    public CodeRepoBindingSpecFluent.AccountNested editAccount();
    public CodeRepoBindingSpecFluent.AccountNested editOrNewAccount();
    public CodeRepoBindingSpecFluent.AccountNested editOrNewAccountLike(CodeRepoBindingAccount item);
    
/**
 * This method has been deprecated, please use method buildCodeRepoService instead.
 */
@Deprecated public LocalObjectReference getCodeRepoService();
    public LocalObjectReference buildCodeRepoService();
    public A withCodeRepoService(LocalObjectReference codeRepoService);
    public Boolean hasCodeRepoService();
    public CodeRepoBindingSpecFluent.CodeRepoServiceNested withNewCodeRepoService();
    public CodeRepoBindingSpecFluent.CodeRepoServiceNested withNewCodeRepoServiceLike(LocalObjectReference item);
    public CodeRepoBindingSpecFluent.CodeRepoServiceNested editCodeRepoService();
    public CodeRepoBindingSpecFluent.CodeRepoServiceNested editOrNewCodeRepoService();
    public CodeRepoBindingSpecFluent.CodeRepoServiceNested editOrNewCodeRepoServiceLike(LocalObjectReference item);
    public A withNewCodeRepoService(String name);

    public interface AccountNested extends io.alauda.kubernetes.api.builder.Nested,CodeRepoBindingAccountFluent>{

        
    public N and();    public N endAccount();
}
    public interface CodeRepoServiceNested extends io.alauda.kubernetes.api.builder.Nested,LocalObjectReferenceFluent>{

        
    public N and();    public N endCodeRepoService();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy