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

io.kubernetes.client.openapi.models.V1alpha1IPAddressSpecFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1alpha1IPAddressSpecFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildParentRef instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1alpha1ParentReference getParentRef();
  public V1alpha1ParentReference buildParentRef();
  public A withParentRef(V1alpha1ParentReference parentRef);
  public Boolean hasParentRef();
  public V1alpha1IPAddressSpecFluent.ParentRefNested withNewParentRef();
  public V1alpha1IPAddressSpecFluent.ParentRefNested withNewParentRefLike(V1alpha1ParentReference item);
  public V1alpha1IPAddressSpecFluent.ParentRefNested editParentRef();
  public V1alpha1IPAddressSpecFluent.ParentRefNested editOrNewParentRef();
  public V1alpha1IPAddressSpecFluent.ParentRefNested editOrNewParentRefLike(V1alpha1ParentReference item);
  public interface ParentRefNested extends Nested,V1alpha1ParentReferenceFluent>{
    public N and();
    public N endParentRef();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy