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

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

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

import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V1CustomResourceConversionFluent> extends Fluent {


    public String getStrategy();
    public A withStrategy(String strategy);
    public Boolean hasStrategy();
    public A withNewStrategy(String arg1);
    public A withNewStrategy(StringBuilder arg1);
    public A withNewStrategy(StringBuffer arg1);
    
/**
 * 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 io.kubernetes.client.fluent.Nested,V1WebhookConversionFluent> {

        public N and();
        public N endWebhook();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy