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

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

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.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1CustomResourceConversionFluent> extends Fluent{
  public String getStrategy();
  public A withStrategy(String strategy);
  public Boolean hasStrategy();
  
  /**
   * This method has been deprecated, please use method buildWebhook instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1WebhookConversion getWebhook();
  public V1WebhookConversion buildWebhook();
  public A withWebhook(V1WebhookConversion webhook);
  public Boolean hasWebhook();
  public V1CustomResourceConversionFluent.WebhookNested withNewWebhook();
  public V1CustomResourceConversionFluent.WebhookNested withNewWebhookLike(V1WebhookConversion item);
  public V1CustomResourceConversionFluent.WebhookNested editWebhook();
  public V1CustomResourceConversionFluent.WebhookNested editOrNewWebhook();
  public V1CustomResourceConversionFluent.WebhookNested editOrNewWebhookLike(V1WebhookConversion item);
  public interface WebhookNested extends Nested,V1WebhookConversionFluent>{
    public N and();
    public N endWebhook();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy