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

annotations.me.snowdrop.servicecatalog.api.model.ClusterServicePlanStatusFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.servicecatalog.api.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;

public interface ClusterServicePlanStatusFluent> extends Fluent{


    public Boolean isRemovedFromBrokerCatalog();
    public A withRemovedFromBrokerCatalog(Boolean removedFromBrokerCatalog);
    public Boolean hasRemovedFromBrokerCatalog();
    public A withNewRemovedFromBrokerCatalog(String arg1);
    public A withNewRemovedFromBrokerCatalog(boolean arg1);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy