public class ServiceInstanceSpecFluent<A extends ServiceInstanceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInstanceSpecFluent.ClusterServiceClassRefNested<N> |
class |
ServiceInstanceSpecFluent.ClusterServicePlanRefNested<N> |
class |
ServiceInstanceSpecFluent.ParametersFromNested<N> |
class |
ServiceInstanceSpecFluent.ServiceClassRefNested<N> |
class |
ServiceInstanceSpecFluent.ServicePlanRefNested<N> |
class |
ServiceInstanceSpecFluent.UserInfoNested<N> |
| Constructor and Description |
|---|
ServiceInstanceSpecFluent() |
ServiceInstanceSpecFluent(ServiceInstanceSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServiceInstanceSpecFluent()
public ServiceInstanceSpecFluent(ServiceInstanceSpec instance)
public String getClusterServiceClassExternalID()
public A withClusterServiceClassExternalID(String clusterServiceClassExternalID)
public boolean hasClusterServiceClassExternalID()
public String getClusterServiceClassExternalName()
public A withClusterServiceClassExternalName(String clusterServiceClassExternalName)
public boolean hasClusterServiceClassExternalName()
public String getClusterServiceClassName()
public boolean hasClusterServiceClassName()
public ClusterObjectReference buildClusterServiceClassRef()
public A withClusterServiceClassRef(ClusterObjectReference clusterServiceClassRef)
public boolean hasClusterServiceClassRef()
public ServiceInstanceSpecFluent.ClusterServiceClassRefNested<A> withNewClusterServiceClassRef()
public ServiceInstanceSpecFluent.ClusterServiceClassRefNested<A> withNewClusterServiceClassRefLike(ClusterObjectReference item)
public ServiceInstanceSpecFluent.ClusterServiceClassRefNested<A> editClusterServiceClassRef()
public ServiceInstanceSpecFluent.ClusterServiceClassRefNested<A> editOrNewClusterServiceClassRef()
public ServiceInstanceSpecFluent.ClusterServiceClassRefNested<A> editOrNewClusterServiceClassRefLike(ClusterObjectReference item)
public String getClusterServicePlanExternalID()
public A withClusterServicePlanExternalID(String clusterServicePlanExternalID)
public boolean hasClusterServicePlanExternalID()
public String getClusterServicePlanExternalName()
public A withClusterServicePlanExternalName(String clusterServicePlanExternalName)
public boolean hasClusterServicePlanExternalName()
public String getClusterServicePlanName()
public boolean hasClusterServicePlanName()
public ClusterObjectReference buildClusterServicePlanRef()
public A withClusterServicePlanRef(ClusterObjectReference clusterServicePlanRef)
public boolean hasClusterServicePlanRef()
public ServiceInstanceSpecFluent.ClusterServicePlanRefNested<A> withNewClusterServicePlanRef()
public ServiceInstanceSpecFluent.ClusterServicePlanRefNested<A> withNewClusterServicePlanRefLike(ClusterObjectReference item)
public ServiceInstanceSpecFluent.ClusterServicePlanRefNested<A> editClusterServicePlanRef()
public ServiceInstanceSpecFluent.ClusterServicePlanRefNested<A> editOrNewClusterServicePlanRef()
public ServiceInstanceSpecFluent.ClusterServicePlanRefNested<A> editOrNewClusterServicePlanRefLike(ClusterObjectReference item)
public String getExternalID()
public boolean hasExternalID()
public boolean hasParameters()
public A addToParametersFrom(int index, ParametersFromSource item)
public A setToParametersFrom(int index, ParametersFromSource item)
public A addToParametersFrom(ParametersFromSource... items)
public A addAllToParametersFrom(Collection<ParametersFromSource> items)
public A removeFromParametersFrom(ParametersFromSource... items)
public A removeAllFromParametersFrom(Collection<ParametersFromSource> items)
public A removeMatchingFromParametersFrom(Predicate<ParametersFromSourceBuilder> predicate)
public List<ParametersFromSource> buildParametersFrom()
public ParametersFromSource buildParametersFrom(int index)
public ParametersFromSource buildFirstParametersFrom()
public ParametersFromSource buildLastParametersFrom()
public ParametersFromSource buildMatchingParametersFrom(Predicate<ParametersFromSourceBuilder> predicate)
public boolean hasMatchingParametersFrom(Predicate<ParametersFromSourceBuilder> predicate)
public A withParametersFrom(List<ParametersFromSource> parametersFrom)
public A withParametersFrom(ParametersFromSource... parametersFrom)
public boolean hasParametersFrom()
public ServiceInstanceSpecFluent.ParametersFromNested<A> addNewParametersFrom()
public ServiceInstanceSpecFluent.ParametersFromNested<A> addNewParametersFromLike(ParametersFromSource item)
public ServiceInstanceSpecFluent.ParametersFromNested<A> setNewParametersFromLike(int index, ParametersFromSource item)
public ServiceInstanceSpecFluent.ParametersFromNested<A> editParametersFrom(int index)
public ServiceInstanceSpecFluent.ParametersFromNested<A> editFirstParametersFrom()
public ServiceInstanceSpecFluent.ParametersFromNested<A> editLastParametersFrom()
public ServiceInstanceSpecFluent.ParametersFromNested<A> editMatchingParametersFrom(Predicate<ParametersFromSourceBuilder> predicate)
public String getServiceClassExternalID()
public boolean hasServiceClassExternalID()
public String getServiceClassExternalName()
public boolean hasServiceClassExternalName()
public String getServiceClassName()
public boolean hasServiceClassName()
public LocalObjectReference buildServiceClassRef()
public A withServiceClassRef(LocalObjectReference serviceClassRef)
public boolean hasServiceClassRef()
public ServiceInstanceSpecFluent.ServiceClassRefNested<A> withNewServiceClassRef()
public ServiceInstanceSpecFluent.ServiceClassRefNested<A> withNewServiceClassRefLike(LocalObjectReference item)
public ServiceInstanceSpecFluent.ServiceClassRefNested<A> editServiceClassRef()
public ServiceInstanceSpecFluent.ServiceClassRefNested<A> editOrNewServiceClassRef()
public ServiceInstanceSpecFluent.ServiceClassRefNested<A> editOrNewServiceClassRefLike(LocalObjectReference item)
public String getServicePlanExternalID()
public boolean hasServicePlanExternalID()
public String getServicePlanExternalName()
public boolean hasServicePlanExternalName()
public String getServicePlanName()
public boolean hasServicePlanName()
public LocalObjectReference buildServicePlanRef()
public A withServicePlanRef(LocalObjectReference servicePlanRef)
public boolean hasServicePlanRef()
public ServiceInstanceSpecFluent.ServicePlanRefNested<A> withNewServicePlanRef()
public ServiceInstanceSpecFluent.ServicePlanRefNested<A> withNewServicePlanRefLike(LocalObjectReference item)
public ServiceInstanceSpecFluent.ServicePlanRefNested<A> editServicePlanRef()
public ServiceInstanceSpecFluent.ServicePlanRefNested<A> editOrNewServicePlanRef()
public ServiceInstanceSpecFluent.ServicePlanRefNested<A> editOrNewServicePlanRefLike(LocalObjectReference item)
public Long getUpdateRequests()
public boolean hasUpdateRequests()
public UserInfo buildUserInfo()
public boolean hasUserInfo()
public ServiceInstanceSpecFluent.UserInfoNested<A> withNewUserInfo()
public ServiceInstanceSpecFluent.UserInfoNested<A> withNewUserInfoLike(UserInfo item)
public ServiceInstanceSpecFluent.UserInfoNested<A> editUserInfo()
public ServiceInstanceSpecFluent.UserInfoNested<A> editOrNewUserInfo()
public ServiceInstanceSpecFluent.UserInfoNested<A> editOrNewUserInfoLike(UserInfo item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceInstanceSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceInstanceSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.