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

io.kubernetes.client.openapi.models.V1CustomResourceValidationFluent 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.String;
import java.lang.Boolean;

public interface V1CustomResourceValidationFluent> extends Fluent {


    
/**
 * This method has been deprecated, please use method buildOpenAPIV3Schema instead.
 * @return The buildable object.
 */
@Deprecated public V1JSONSchemaProps getOpenAPIV3Schema();
    public V1JSONSchemaProps buildOpenAPIV3Schema();
    public A withOpenAPIV3Schema(V1JSONSchemaProps openAPIV3Schema);
    public Boolean hasOpenAPIV3Schema();
    public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested withNewOpenAPIV3Schema();
    public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested withNewOpenAPIV3SchemaLike(V1JSONSchemaProps item);
    public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested editOpenAPIV3Schema();
    public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested editOrNewOpenAPIV3Schema();
    public V1CustomResourceValidationFluent.OpenAPIV3SchemaNested editOrNewOpenAPIV3SchemaLike(V1JSONSchemaProps item);
    public interface OpenAPIV3SchemaNested extends io.kubernetes.client.fluent.Nested,V1JSONSchemaPropsFluent> {

        public N and();
        public N endOpenAPIV3Schema();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy